|
| TypeName ("processorCyclic") |
|
| processorCyclicGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &restrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm) |
|
| processorCyclicGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) |
|
virtual | ~processorCyclicGAMGInterface ()=default |
|
| TypeName ("processor") |
|
| processorGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &restrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm) |
|
| processorGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const labelUList &faceCells, const labelUList &faceRestrictAddresssing, const label coarseComm, const label myProcNo, const label neighbProcNo, const tensorField &forwardT, const int tag) |
|
| processorGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) |
|
virtual | ~processorGAMGInterface ()=default |
|
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
|
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
|
virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
|
virtual label | comm () const |
|
virtual int | myProcNo () const |
|
virtual int | neighbProcNo () const |
|
virtual const tensorField & | forwardT () const |
|
virtual int | tag () const |
|
virtual void | write (Ostream &os) const |
|
| TypeName ("GAMGInterface") |
|
| declareRunTimeSelectionTable (autoPtr, GAMGInterface, lduInterface,(const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &localRestrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm),(index, coarseInterfaces, fineInterface, localRestrictAddressing, neighbourRestrictAddressing, fineLevelIndex, coarseComm)) |
|
| declareRunTimeSelectionTable (autoPtr, GAMGInterface, Istream,(const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is),(index, coarseInterfaces, is)) |
|
| GAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces) |
|
| GAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const labelUList &faceCells, const labelUList &faceRestrictAddressing) |
|
| GAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) |
|
virtual label | size () const |
|
virtual label | index () const |
|
virtual const lduInterfacePtrsList & | coarseInterfaces () const |
|
virtual const labelUList & | faceCells () const |
|
virtual const labelList & | faceRestrictAddressing () const |
|
virtual labelList & | faceRestrictAddressing () |
|
template<class Type > |
tmp< Field< Type > > | interfaceInternalField (const UList< Type > &internalData) const |
|
template<class Type > |
tmp< Field< Type > > | interfaceInternalField (const UList< Type > &internalData, const labelUList &faceCells) const |
|
template<class Type > |
void | interfaceInternalField (const UList< Type > &internalData, List< Type > &) const |
|
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData) const |
|
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData, const labelUList &faceCells) const |
|
void | combine (const GAMGInterface &) |
|
virtual tmp< scalarField > | agglomerateCoeffs (const scalarField &fineCoeffs) const |
|
template<class Type > |
Foam::tmp< Foam::Field< Type > > | interfaceInternalField (const UList< Type > &iF) const |
|
template<class Type > |
Foam::tmp< Foam::Field< Type > > | interfaceInternalField (const UList< Type > &iF, const labelUList &faceCells) const |
|
| TypeName ("lduInterface") |
|
| lduInterface ()=default |
|
virtual | ~lduInterface ()=default |
|
| TypeName ("processorLduInterface") |
|
| processorLduInterface ()=default |
|
virtual | ~processorLduInterface ()=default |
|
template<class Type > |
void | send (const Pstream::commsTypes commsType, const UList< Type > &f) const |
|
template<class Type > |
void | receive (const Pstream::commsTypes commsType, UList< Type > &f) const |
|
template<class Type > |
tmp< Field< Type > > | receive (const Pstream::commsTypes commsType, const label size) const |
|
template<class Type > |
void | compressedSend (const Pstream::commsTypes commsType, const UList< Type > &f) const |
|
template<class Type > |
void | compressedReceive (const Pstream::commsTypes commsType, UList< Type > &f) const |
|
template<class Type > |
tmp< Field< Type > > | compressedReceive (const Pstream::commsTypes commsType, const label size) const |
|
template<class Type > |
Foam::tmp< Foam::Field< Type > > | receive (const Pstream::commsTypes commsType, const label size) const |
|
template<class Type > |
Foam::tmp< Foam::Field< Type > > | compressedReceive (const Pstream::commsTypes commsType, const label size) const |
|
GAMG agglomerated processor interface.
- Source files
-
Definition at line 47 of file processorCyclicGAMGInterface.H.