Overture  Version 25
Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
doubleCompositeGridFunction Class Reference

#include <doubleCompositeGridFunction.h>

Inheritance diagram for doubleCompositeGridFunction:
Inheritance graph
[legend]
Collaboration diagram for doubleCompositeGridFunction:
Collaboration graph
[legend]

Public Member Functions

 doubleCompositeGridFunction ()
 
 doubleCompositeGridFunction (CompositeGrid &grid, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleCompositeGridFunction (CompositeGridData &gcData, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleCompositeGridFunction (CompositeGrid &grid, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleCompositeGridFunction (CompositeGridData &gcData, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleCompositeGridFunction (CompositeGrid &grid, const GridFunctionParameters::GridFunctionType &type, const Range &Component0=nullRange, const Range &Component1=nullRange, const Range &Component2=nullRange, const Range &Component3=nullRange, const Range &Component4=nullRange)
 
 doubleCompositeGridFunction (CompositeGrid &CompositeGrid)
 
 doubleCompositeGridFunction (CompositeGridData &CompositeGrid)
 
 doubleCompositeGridFunction (const doubleCompositeGridFunction &cgf, const CopyType copyType=DEEP)
 
 doubleCompositeGridFunction (const doubleGridCollectionFunction &cgf, const CopyType copyType=DEEP)
 
virtual ~doubleCompositeGridFunction ()
 
doubleCompositeGridFunctionoperator= (const doubleCompositeGridFunction &cgf)
 
doubleGridCollectionFunctionoperator= (const doubleGridCollectionFunction &gcf)
 
doubleCompositeGridFunction operator() (const Range &component0, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
CompositeGridOperatorsgetOperators () const
 
void setOperators (GenericCollectionOperators &operators)
 
InterpolantgetInterpolant (const bool abortIfNull=TRUE) const
 
virtual aString getClassName () const
 
CompositeGridgetCompositeGrid (const bool abortIfNull=TRUE) const
 
void link (const doubleCompositeGridFunction &gcf, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange)
 
void link (const doubleGridCollectionFunction &gcf, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange)
 
virtual void link (const doubleCompositeGridFunction &gcf, const int componentToLinkTo=0, const int numberOfComponents=1)
 
virtual void link (const doubleGridCollectionFunction &gcf, const int componentToLinkTo=0, const int numberOfComponents=1)
 
void reference (const doubleCompositeGridFunction &cgf)
 
void reference (const doubleGridCollectionFunction &cgf)
 
virtual void setIsACoefficientMatrix (const bool trueOrFalse=TRUE, const int stencilSize=defaultValue, const int numberOfGhostLines=1, const int numberOfComponentsForCoefficients=1, const int offset=0)
 
virtual real sizeOf (FILE *file=NULL) const
 
updateReturnValue updateToMatchGrid ()
 
updateReturnValue updateToMatchGrid (CompositeGridData &gridData, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (CompositeGrid &grid, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (CompositeGrid &grid, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (CompositeGrid &grid, const GridFunctionParameters::GridFunctionType &type, const Range &component0, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
updateReturnValue updateToMatchGrid (const GridFunctionParameters::GridFunctionType &type, const Range &component0, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
updateReturnValue updateToMatchGrid (CompositeGrid &grid, const GridFunctionParameters::GridFunctionType &type)
 
updateReturnValue updateToMatchGrid (const GridFunctionParameters::GridFunctionType &type)
 
updateReturnValue updateToMatchGrid (CompositeGrid &grid)
 
updateReturnValue updateToMatchGrid (CompositeGridData &grid)
 
updateReturnValue updateToMatchGridFunction (const doubleCompositeGridFunction &cgf, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGridFunction (const doubleCompositeGridFunction &gcf)
 
updateReturnValue updateToMatchNumberOfGrids (CompositeGrid &gc)
 
int interpolate (Interpolant &interpolant, const Range &C0=nullRange, const Range &C1=nullRange, const Range &C2=nullRange)
 
int interpolate (const Range &C0=nullRange, const Range &C1=nullRange, const Range &C2=nullRange)
 
COLLECTION_FUNCTIONoperator+ (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator- (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator* (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator/ (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator+= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator-= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator*= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator/= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator+ () const
 
COLLECTION_FUNCTIONoperator- () const
 
COLLECTION_FUNCTIONoperator= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator+ (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator- (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator* (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator/ (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator+= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator-= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator*= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator/= (const INTEGRAL_TYPE value)
 
INT_COLLECTION_FUNCTION operator< (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator<= (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator> (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator>= (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator== (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator!= (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTION convectiveDerivative (const COLLECTION_FUNCTION &w, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION convectiveDerivative (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &w, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivative (const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex, const Index &C4=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivative (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex, const Index &C4=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivativeCoefficients (const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C0=nullIndex, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivativeCoefficients (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C0=nullIndex, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION FCgrad (const int c0=0, const int c1=0, const int c2=0, const int c3=0, const int c4=0) const
 
COLLECTION_FUNCTION FCgrad (const GridFunctionParameters &gfType, const int c0=0, const int c1=0, const int c2=0, const int c3=0, const int c4=0) const
 
void applyBoundaryConditions (const real &time=0., const int &grid=forAll)
 
void assignBoundaryConditionCoefficients (const real &time=0., const int &grid=forAll)
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType=BCTypes::dirichlet, const int &boundaryCondition=BCTypes::allBoundaries, const real &forcing=0., const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType, const int &boundaryCondition, const RealArray &forcing, const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType, const int &boundaryCondition, const COLLECTION_FUNCTION &forcing, const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void finishBoundaryConditions (const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters(), const Range &C0=nullRange, const IntegerArray &gridsToUpdate=Overture::nullIntArray())
 
void applyBoundaryConditionCoefficients (const Index &Equation, const Index &Components, const BCTypes::BCNames &boundaryConditionType=BCTypes::dirichlet, const int &boundaryCondition=BCTypes::allBoundaries, const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
updateReturnValue updateToMatchGrid (GridCollectionData &gridData, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (GridCollection &grid, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (GridCollection &grid, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGrid (GridCollection &grid, const GridFunctionParameters::GridFunctionType &type, const Range &component0, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
updateReturnValue updateToMatchGrid (GridCollection &grid, const GridFunctionParameters::GridFunctionType &type)
 
updateReturnValue updateToMatchGrid (GridCollection &grid)
 
updateReturnValue updateToMatchGrid (GridCollectionData &grid)
 
updateReturnValue updateToMatchGridFunction (const doubleGridCollectionFunction &cgf, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
updateReturnValue updateToMatchGridFunction (const doubleGridCollectionFunction &gcf)
 
updateReturnValue updateToMatchNumberOfGrids (GridCollection &gc)
 
- Public Member Functions inherited from doubleGridCollectionFunction
int positionOfComponent (int i) const
 
int positionOfCoordinate (int i) const
 
int numberOfComponentGrids () const
 
int numberOfGrids () const
 
int numberOfRefinementLevels () const
 
int numberOfMultigridLevels () const
 
int positionOfFaceCentering () const
 
int faceCentering () const
 
 doubleGridCollectionFunction ()
 
 doubleGridCollectionFunction (GridCollection &grid, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleGridCollectionFunction (GridCollectionData &gcData, const Range &R0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleGridCollectionFunction (GridCollection &grid, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleGridCollectionFunction (GridCollectionData &gcData, const int &i0, const Range &R1=nullRange, const Range &R2=nullRange, const Range &R3=nullRange, const Range &R4=nullRange, const Range &R5=nullRange, const Range &R6=nullRange, const Range &R7=nullRange)
 
 doubleGridCollectionFunction (GridCollection &gc, const GridFunctionParameters::GridFunctionType &type, const Range &component0=nullRange, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
 doubleGridCollectionFunction (GridCollection &gridCollection)
 
 doubleGridCollectionFunction (GridCollectionData &gridCollection)
 
 doubleGridCollectionFunction (const doubleGridCollectionFunction &cgf, const CopyType copyType=DEEP)
 
virtual ~doubleGridCollectionFunction ()
 
virtual doubleMappedGridFunctionoperator[] (const int grid) const
 
doubleGridCollectionFunction operator() (const Range &component0, const Range &component1=nullRange, const Range &component2=nullRange, const Range &component3=nullRange, const Range &component4=nullRange)
 
virtual void consistencyCheck () const
 
int getComponentBound (int component) const
 
int getComponentBase (int component) const
 
int getComponentDimension (int component) const
 
int getCoordinateBound (int coordinate) const
 
int getCoordinateBase (int coordinate) const
 
int getCoordinateDimension (int coordinate) const
 
GridFunctionParameters::GridFunctionType getGridFunctionType (const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex) const
 
GridFunctionParameters::GridFunctionTypeWithComponents getGridFunctionTypeWithComponents (const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex) const
 
int getNumberOfComponents () const
 
bool isNull ()
 
bool getIsACoefficientMatrix () const
 
virtual int dataCopy (const doubleGridCollectionFunction &gcf)
 
virtual void display (const aString &label=nullString, FILE *file=NULL, const aString &format=nullString) const
 
virtual void display (const aString &label, const aString &format) const
 
virtual void display (const aString &label, const DisplayParameters &displayParameters) const
 
virtual int destroy ()
 
void getRanges (Range &R0, Range &R1, Range &R2, Range &R3, Range &R4, Range &R5, Range &R6, Range &R7) const
 
virtual void breakReference ()
 
void setName (const aString &name, const int &component0=defaultValue, const int &component1=defaultValue, const int &component2=defaultValue, const int &component3=defaultValue, const int &component4=defaultValue)
 
aString getName (const int &component0=defaultValue, const int &component1=defaultValue, const int &component2=defaultValue, const int &component3=defaultValue, const int &component4=defaultValue) const
 
virtual GridCollectiongetGridCollection (const bool abortIfNull=TRUE) const
 
virtual int get (const GenericDataBase &dir, const aString &name)
 
virtual int put (GenericDataBase &dir, const aString &name) const
 
virtual void periodicUpdate (const Range &C0=nullRange, const Range &C1=nullRange, const Range &C2=nullRange, const Range &C3=nullRange, const Range &C4=nullRange, const bool &derivativePeriodic=FALSE)
 
virtual updateReturnValue updateToMatchComponentGrids ()
 
void setInterpolant (Interpolant *interpolant)
 
bool getIsCellCentered (const Index &axis=nullIndex, const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex, const Index &grid=nullIndex) const
 
void setIsCellCentered (const bool trueOrFalse, const Index &axis=nullIndex, const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex, const Index &grid=nullIndex)
 
void setIsFaceCentered (const int &axis=forAll, const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex, const Index &grid=nullIndex)
 
bool getIsFaceCentered (const int &axis=forAll, const Index &component0=nullIndex, const Index &component1=nullIndex, const Index &component2=nullIndex, const Index &component3=nullIndex, const Index &component4=nullIndex, const Index &grid=nullIndex) const
 
GridFunctionParameters::faceCenteringType getFaceCentering () const
 
void setFaceCentering (const int &axis=defaultValue)
 
int updateFaceCentering ()
 
void setDataAllocationOption (int option)
 Set the data allocation option.
 
virtual int fixupUnusedPoints (const RealArray &value=Overture::nullRealArray(), int numberOfGhostlines=1)
 
GridCollectionOperatorsgetOperators () const
 
COLLECTION_FUNCTIONoperator+ (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator- (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator* (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator/ (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTIONoperator+= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator-= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator*= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator/= (const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator+ () const
 
COLLECTION_FUNCTIONoperator- () const
 
COLLECTION_FUNCTIONoperator= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator+ (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator- (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator* (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator/ (const INTEGRAL_TYPE value) const
 
COLLECTION_FUNCTIONoperator+= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator-= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator*= (const INTEGRAL_TYPE value)
 
COLLECTION_FUNCTIONoperator/= (const INTEGRAL_TYPE value)
 
INT_COLLECTION_FUNCTION operator< (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator<= (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator> (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator>= (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator== (const COLLECTION_FUNCTION &cgf) const
 
INT_COLLECTION_FUNCTION operator!= (const COLLECTION_FUNCTION &cgf) const
 
COLLECTION_FUNCTION convectiveDerivative (const COLLECTION_FUNCTION &w, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION convectiveDerivative (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &w, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivative (const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex, const Index &C4=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivative (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex, const Index &C4=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivativeCoefficients (const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C0=nullIndex, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION derivativeScalarDerivativeCoefficients (const GridFunctionParameters &gfType, const COLLECTION_FUNCTION &s, const int &direction1, const int &direction2, const Index &C0=nullIndex, const Index &C1=nullIndex, const Index &C2=nullIndex, const Index &C3=nullIndex) const
 
COLLECTION_FUNCTION FCgrad (const int c0=0, const int c1=0, const int c2=0, const int c3=0, const int c4=0) const
 
COLLECTION_FUNCTION FCgrad (const GridFunctionParameters &gfType, const int c0=0, const int c1=0, const int c2=0, const int c3=0, const int c4=0) const
 
void applyBoundaryConditions (const real &time=0., const int &grid=forAll)
 
void assignBoundaryConditionCoefficients (const real &time=0., const int &grid=forAll)
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType=BCTypes::dirichlet, const int &boundaryCondition=BCTypes::allBoundaries, const real &forcing=0., const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType, const int &boundaryCondition, const RealArray &forcing, const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void applyBoundaryCondition (const Index &Components, const BCTypes::BCNames &boundaryConditionType, const int &boundaryCondition, const COLLECTION_FUNCTION &forcing, const real &time=0., const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
void finishBoundaryConditions (const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters(), const Range &C0=nullRange, const IntegerArray &gridsToUpdate=Overture::nullIntArray())
 
void applyBoundaryConditionCoefficients (const Index &Equation, const Index &Components, const BCTypes::BCNames &boundaryConditionType=BCTypes::dirichlet, const int &boundaryCondition=BCTypes::allBoundaries, const BoundaryConditionParameters &bcParameters=Overture::defaultBoundaryConditionParameters())
 
- Public Member Functions inherited from doubleGenericGridCollectionFunction
 doubleGenericGridCollectionFunction ()
 
 doubleGenericGridCollectionFunction (const doubleGenericGridCollectionFunction &, const CopyType=DEEP)
 
virtual ~doubleGenericGridCollectionFunction ()
 
 doubleGenericGridCollectionFunction (GenericGridCollection *gridList)
 
doubleGenericGridCollectionFunctionoperator= (const doubleGenericGridCollectionFunction &X)
 
doubleGenericGridFunctionoperator[] (const int grid)
 
void reference (const doubleGenericGridCollectionFunction &)
 
- Public Member Functions inherited from ReferenceCounting
 ReferenceCounting ()
 
 ReferenceCounting (const ReferenceCounting &x, const CopyType ct=DEEP)
 
virtual ~ReferenceCounting ()
 
Integer incrementReferenceCount ()
 
Integer decrementReferenceCount ()
 
Integer getReferenceCount () const
 
Logical uncountedReferencesMayExist ()
 
Integer getGlobalID () const
 
void setGlobalID (int id)
 

Public Attributes

ListOfDoubleCompositeGridFunction baseGrid
 
ListOfDoubleCompositeGridFunction multigridLevel
 
ListOfDoubleCompositeGridFunction refinementLevel
 
- Public Attributes inherited from doubleGridCollectionFunction
ListOfDoubleMappedGridFunction mappedGridFunctionList
 
ListOfDoubleGridCollectionFunction baseGrid
 
ListOfDoubleGridCollectionFunction multigridLevel
 
ListOfDoubleGridCollectionFunction refinementLevel
 
GridCollectionDatagridCollectionData
 
GridCollectiongridCollection
 
GenericCollectionOperatorsoperators
 
SparseRepForGCF * sparse
 
- Public Attributes inherited from doubleGenericGridCollectionFunction
ListOfDoubleGenericGridFunction genericGridFunctionList
 
GenericGridCollectiongridList
 

Protected Member Functions

void updateReferences ()
 
int updateCollections ()
 
- Protected Member Functions inherited from doubleGridCollectionFunction
void constructor (GridCollection *gridCollection0, GridCollectionData *gridCollectionData0, const Range &R0, const Range &R1, const Range &R2, const Range &R3, const Range &R4, const Range &R5, const Range &R6, const Range &R7, const bool createMappedGridFunctionList=TRUE)
 
void initialize ()
 
void dimensionName ()
 
void setPositionOfFaceCentering (const int number)
 

Friends

doubleCompositeGridFunctionfabs (const doubleCompositeGridFunction &cgf)
 
doubleCompositeGridFunction evaluate (doubleCompositeGridFunction &u)
 
COLLECTION_FUNCTIONoperator+ (const INTEGRAL_TYPE value, const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator- (const INTEGRAL_TYPE value, const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator* (const INTEGRAL_TYPE value, const COLLECTION_FUNCTION &cgf)
 
COLLECTION_FUNCTIONoperator/ (const INTEGRAL_TYPE value, const COLLECTION_FUNCTION &cgf)
 
INTEGRAL_TYPE max (const COLLECTION_FUNCTION &cgf)
 
INTEGRAL_TYPE min (const COLLECTION_FUNCTION &cgf)
 

Additional Inherited Members

- Public Types inherited from doubleGridCollectionFunction
enum  {
  undefinedValue =doubleMappedGridFunction::undefinedValue, defaultValue =doubleMappedGridFunction::defaultValue, forAll =doubleMappedGridFunction::forAll, forAllGrids =forAll+1,
  maximumNumberOfIndicies =doubleMappedGridFunction::maximumNumberOfIndicies, maximumNumberOfComponents =doubleMappedGridFunction::maximumNumberOfComponents
}
 
enum  updateReturnValue { updateNoChange = doubleMappedGridFunction::updateNoChange, updateReshaped = doubleMappedGridFunction::updateReshaped, updateResized = doubleMappedGridFunction::updateResized, updateComponentsChanged = doubleMappedGridFunction::updateComponentsChanged }
 
- Protected Attributes inherited from doubleGridCollectionFunction
aString className
 
bool temporary
 
int dataAllocationOption
 
RCDatarcData
 

Constructor & Destructor Documentation

doubleCompositeGridFunction::doubleCompositeGridFunction ( )

Referenced by operator()().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGrid grid,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGridData gcData,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGrid grid,
const int &  i0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGridData gcData,
const int &  i0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGrid grid,
const GridFunctionParameters::GridFunctionType type,
const Range &  Component0 = nullRange,
const Range &  Component1 = nullRange,
const Range &  Component2 = nullRange,
const Range &  Component3 = nullRange,
const Range &  Component4 = nullRange 
)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGrid CompositeGrid)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( CompositeGridData CompositeGrid)

References updateToMatchGrid().

doubleCompositeGridFunction::doubleCompositeGridFunction ( const doubleCompositeGridFunction cgf,
const CopyType  copyType = DEEP 
)

References updateReferences().

doubleCompositeGridFunction::doubleCompositeGridFunction ( const doubleGridCollectionFunction cgf,
const CopyType  copyType = DEEP 
)

References updateReferences().

doubleCompositeGridFunction::~doubleCompositeGridFunction ( )
virtual

Member Function Documentation

void doubleCompositeGridFunction::applyBoundaryCondition ( const Index &  Components,
const BCTypes::BCNames boundaryConditionType = BCTypes::dirichlet,
const int &  boundaryCondition = BCTypes::allBoundaries,
const real forcing = 0.,
const real time = 0.,
const BoundaryConditionParameters bcParameters = Overture::defaultBoundaryConditionParameters() 
)
void doubleCompositeGridFunction::applyBoundaryCondition ( const Index &  Components,
const BCTypes::BCNames boundaryConditionType,
const int &  boundaryCondition,
const RealArray forcing,
const real time = 0.,
const BoundaryConditionParameters bcParameters = Overture::defaultBoundaryConditionParameters() 
)
void doubleCompositeGridFunction::applyBoundaryCondition ( const Index &  Components,
const BCTypes::BCNames boundaryConditionType,
const int &  boundaryCondition,
const COLLECTION_FUNCTION forcing,
const real time = 0.,
const BoundaryConditionParameters bcParameters = Overture::defaultBoundaryConditionParameters() 
)
void doubleCompositeGridFunction::applyBoundaryConditionCoefficients ( const Index &  Equation,
const Index &  Components,
const BCTypes::BCNames boundaryConditionType = BCTypes::dirichlet,
const int &  boundaryCondition = BCTypes::allBoundaries,
const BoundaryConditionParameters bcParameters = Overture::defaultBoundaryConditionParameters() 
)
void doubleCompositeGridFunction::applyBoundaryConditions ( const real time = 0.,
const int &  grid = forAll 
)
void doubleCompositeGridFunction::assignBoundaryConditionCoefficients ( const real time = 0.,
const int &  grid = forAll 
)
COLLECTION_FUNCTION doubleCompositeGridFunction::convectiveDerivative ( const COLLECTION_FUNCTION w,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::convectiveDerivative ( const GridFunctionParameters gfType,
const COLLECTION_FUNCTION w,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::derivativeScalarDerivative ( const COLLECTION_FUNCTION s,
const int &  direction1,
const int &  direction2,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex,
const Index &  C4 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::derivativeScalarDerivative ( const GridFunctionParameters gfType,
const COLLECTION_FUNCTION s,
const int &  direction1,
const int &  direction2,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex,
const Index &  C4 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::derivativeScalarDerivativeCoefficients ( const COLLECTION_FUNCTION s,
const int &  direction1,
const int &  direction2,
const Index &  C0 = nullIndex,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::derivativeScalarDerivativeCoefficients ( const GridFunctionParameters gfType,
const COLLECTION_FUNCTION s,
const int &  direction1,
const int &  direction2,
const Index &  C0 = nullIndex,
const Index &  C1 = nullIndex,
const Index &  C2 = nullIndex,
const Index &  C3 = nullIndex 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::FCgrad ( const int  c0 = 0,
const int  c1 = 0,
const int  c2 = 0,
const int  c3 = 0,
const int  c4 = 0 
) const
COLLECTION_FUNCTION doubleCompositeGridFunction::FCgrad ( const GridFunctionParameters gfType,
const int  c0 = 0,
const int  c1 = 0,
const int  c2 = 0,
const int  c3 = 0,
const int  c4 = 0 
) const
void doubleCompositeGridFunction::finishBoundaryConditions ( const BoundaryConditionParameters bcParameters = Overture::defaultBoundaryConditionParameters(),
const Range &  C0 = nullRange,
const IntegerArray gridsToUpdate = Overture::nullIntArray() 
)
aString doubleCompositeGridFunction::getClassName ( void  ) const
virtual

Reimplemented from doubleGridCollectionFunction.

CompositeGrid * doubleCompositeGridFunction::getCompositeGrid ( const bool  abortIfNull = TRUE) const
Interpolant * doubleCompositeGridFunction::getInterpolant ( const bool  abortIfNull = TRUE) const
CompositeGridOperators * doubleCompositeGridFunction::getOperators ( ) const
int doubleCompositeGridFunction::interpolate ( Interpolant interpolant,
const Range &  C0 = nullRange,
const Range &  C1 = nullRange,
const Range &  C2 = nullRange 
)
virtual
int doubleCompositeGridFunction::interpolate ( const Range &  C0 = nullRange,
const Range &  C1 = nullRange,
const Range &  C2 = nullRange 
)
virtual
void doubleCompositeGridFunction::link ( const doubleCompositeGridFunction gcf,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange 
)
void doubleCompositeGridFunction::link ( const doubleGridCollectionFunction gcf,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange 
)
virtual
void doubleCompositeGridFunction::link ( const doubleCompositeGridFunction gcf,
const int  componentToLinkTo = 0,
const int  numberOfComponents = 1 
)
virtual

References link(), and R.

void doubleCompositeGridFunction::link ( const doubleGridCollectionFunction gcf,
const int  componentToLinkTo = 0,
const int  numberOfComponents = 1 
)
virtual
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator!= ( const COLLECTION_FUNCTION cgf) const
doubleCompositeGridFunction doubleCompositeGridFunction::operator() ( const Range &  component0,
const Range &  component1 = nullRange,
const Range &  component2 = nullRange,
const Range &  component3 = nullRange,
const Range &  component4 = nullRange 
)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator* ( const COLLECTION_FUNCTION cgf) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator* ( const INTEGRAL_TYPE  value) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator*= ( const COLLECTION_FUNCTION cgf)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator*= ( const INTEGRAL_TYPE  value)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator+ ( const COLLECTION_FUNCTION cgf) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator+ ( ) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator+ ( const INTEGRAL_TYPE  value) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator+= ( const COLLECTION_FUNCTION cgf)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator+= ( const INTEGRAL_TYPE  value)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator- ( const COLLECTION_FUNCTION cgf) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator- ( ) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator- ( const INTEGRAL_TYPE  value) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator-= ( const COLLECTION_FUNCTION cgf)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator-= ( const INTEGRAL_TYPE  value)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator/ ( const COLLECTION_FUNCTION cgf) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator/ ( const INTEGRAL_TYPE  value) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator/= ( const COLLECTION_FUNCTION cgf)
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator/= ( const INTEGRAL_TYPE  value)
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator< ( const COLLECTION_FUNCTION cgf) const
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator<= ( const COLLECTION_FUNCTION cgf) const
COLLECTION_FUNCTION& doubleCompositeGridFunction::operator= ( const INTEGRAL_TYPE  value)
doubleCompositeGridFunction & doubleCompositeGridFunction::operator= ( const doubleCompositeGridFunction cgf)
doubleGridCollectionFunction & doubleCompositeGridFunction::operator= ( const doubleGridCollectionFunction gcf)
virtual
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator== ( const COLLECTION_FUNCTION cgf) const
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator> ( const COLLECTION_FUNCTION cgf) const
INT_COLLECTION_FUNCTION doubleCompositeGridFunction::operator>= ( const COLLECTION_FUNCTION cgf) const
void doubleCompositeGridFunction::reference ( const doubleCompositeGridFunction cgf)
void doubleCompositeGridFunction::reference ( const doubleGridCollectionFunction cgf)
virtual
void doubleCompositeGridFunction::setIsACoefficientMatrix ( const bool  trueOrFalse = TRUE,
const int  stencilSize = defaultValue,
const int  numberOfGhostLines = 1,
const int  numberOfComponentsForCoefficients = 1,
const int  offset = 0 
)
virtual
void doubleCompositeGridFunction::setOperators ( GenericCollectionOperators operators)
virtual
real doubleCompositeGridFunction::sizeOf ( FILE *  file = NULL) const
virtual

Reimplemented from doubleGridCollectionFunction.

References doubleGridCollectionFunction::sizeOf().

Referenced by main().

int doubleCompositeGridFunction::updateCollections ( )
protectedvirtual
void doubleCompositeGridFunction::updateReferences ( )
protected
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( )
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGridData gridData,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGrid grid,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGrid grid,
const int &  i0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGrid grid,
const GridFunctionParameters::GridFunctionType type,
const Range &  component0,
const Range &  component1 = nullRange,
const Range &  component2 = nullRange,
const Range &  component3 = nullRange,
const Range &  component4 = nullRange 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( const GridFunctionParameters::GridFunctionType type,
const Range &  component0,
const Range &  component1 = nullRange,
const Range &  component2 = nullRange,
const Range &  component3 = nullRange,
const Range &  component4 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGrid grid,
const GridFunctionParameters::GridFunctionType type 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( const GridFunctionParameters::GridFunctionType type)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGrid grid)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( CompositeGridData grid)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollectionData gridData,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollection grid,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollection grid,
const int &  i0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollection grid,
const GridFunctionParameters::GridFunctionType type,
const Range &  component0,
const Range &  component1 = nullRange,
const Range &  component2 = nullRange,
const Range &  component3 = nullRange,
const Range &  component4 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollection grid,
const GridFunctionParameters::GridFunctionType type 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollection grid)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGrid ( GridCollectionData grid)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGridFunction ( const doubleCompositeGridFunction cgf,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGridFunction ( const doubleCompositeGridFunction gcf)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGridFunction ( const doubleGridCollectionFunction cgf,
const Range &  R0,
const Range &  R1 = nullRange,
const Range &  R2 = nullRange,
const Range &  R3 = nullRange,
const Range &  R4 = nullRange,
const Range &  R5 = nullRange,
const Range &  R6 = nullRange,
const Range &  R7 = nullRange 
)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchGridFunction ( const doubleGridCollectionFunction gcf)
virtual
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchNumberOfGrids ( CompositeGrid gc)
doubleCompositeGridFunction::updateReturnValue doubleCompositeGridFunction::updateToMatchNumberOfGrids ( GridCollection gc)
virtual

Friends And Related Function Documentation

INTEGRAL_TYPE max ( const COLLECTION_FUNCTION cgf)
friend

Referenced by updateCollections().

INTEGRAL_TYPE min ( const COLLECTION_FUNCTION cgf)
friend
COLLECTION_FUNCTION& operator* ( const INTEGRAL_TYPE  value,
const COLLECTION_FUNCTION cgf 
)
friend
COLLECTION_FUNCTION& operator+ ( const INTEGRAL_TYPE  value,
const COLLECTION_FUNCTION cgf 
)
friend
COLLECTION_FUNCTION& operator- ( const INTEGRAL_TYPE  value,
const COLLECTION_FUNCTION cgf 
)
friend
COLLECTION_FUNCTION& operator/ ( const INTEGRAL_TYPE  value,
const COLLECTION_FUNCTION cgf 
)
friend

Member Data Documentation

ListOfDoubleCompositeGridFunction doubleCompositeGridFunction::baseGrid
ListOfDoubleCompositeGridFunction doubleCompositeGridFunction::multigridLevel
ListOfDoubleCompositeGridFunction doubleCompositeGridFunction::refinementLevel

The documentation for this class was generated from the following files: