GAMG agglomerated processor interface. More...


Public Member Functions | |
| TypeName ("calculatedProcessor") | |
| Runtime type information. More... | |
| calculatedProcessorGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &restrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm) | |
| Construct from fine-level interface,. More... | |
| calculatedProcessorGAMGInterface (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) | |
| Construct from components. More... | |
| calculatedProcessorGAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) | |
| Construct from Istream. More... | |
| virtual | ~calculatedProcessorGAMGInterface ()=default |
| Destructor. More... | |
| virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
| Initialise neighbour field transfer. More... | |
| virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
| Transfer and return internal field adjacent to the interface. More... | |
| virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
| Transfer and return internal field adjacent to the interface using faceCells mapping. More... | |
| virtual label | comm () const |
| Return communicator used for sending. More... | |
| virtual int | myProcNo () const |
| Return processor number (rank in communicator) More... | |
| virtual int | neighbProcNo () const |
| Return neighbour processor number (rank in communicator) More... | |
| virtual const tensorField & | forwardT () const |
| Return face transformation tensor. More... | |
| virtual int | tag () const |
| Return message tag used for sending. More... | |
| virtual void | write (Ostream &os) const |
| Write to stream. More... | |
Public Member Functions inherited from GAMGInterface | |
| TypeName ("GAMGInterface") | |
| Runtime type information. More... | |
| 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) | |
| Construct from interfaces, restrict addressing set later on. More... | |
| GAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, const labelUList &faceCells, const labelUList &faceRestrictAddressing) | |
| Construct from interfaces and restrict addressing. More... | |
| GAMGInterface (const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) | |
| Construct from Istream. More... | |
| virtual autoPtr< GAMGInterface > | clone (const label index, const lduInterfacePtrsList &coarseInterfaces, const labelList &interfaceMap, const labelUList &faceCells, const labelUList &faceRestrictAddresssing, const labelUList &faceOffsets, const lduInterfacePtrsList &allInterfaces, const label coarseComm, const label myProcNo, const labelList &procAgglomMap) const |
| Construct by assembling and return a clone. More... | |
| virtual label | size () const |
| Return size. More... | |
| virtual label | index () const |
| virtual const lduInterfacePtrsList & | coarseInterfaces () const |
| virtual const labelUList & | faceCells () const |
| Return faceCell addressing. More... | |
| virtual const labelList & | faceRestrictAddressing () const |
| Return (local)face restrict addressing. More... | |
| virtual labelList & | faceRestrictAddressing () |
| Return non-const access to face restrict addressing. More... | |
| template<class Type > | |
| tmp< Field< Type > > | interfaceInternalField (const UList< Type > &internalData) const |
| Return the interface internal field of the given field. More... | |
| template<class Type > | |
| tmp< Field< Type > > | interfaceInternalField (const UList< Type > &internalData, const labelUList &faceCells) const |
| Return the interface internal field of the given field using faceCell mapping. More... | |
| template<class Type > | |
| void | interfaceInternalField (const UList< Type > &internalData, List< Type > &) const |
| Get the interface internal field of the given field. More... | |
| virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData) const |
| Return the values of the given internal data adjacent to. More... | |
| virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData, const labelUList &faceCells) const |
| Return the values of the given internal data adjacent to the interface as a field using faceCell mapping. More... | |
| void | combine (const GAMGInterface &) |
| Merge the next level with this level. More... | |
| virtual tmp< scalarField > | agglomerateCoeffs (const scalarField &fineCoeffs) const |
| Agglomerating the given fine-level coefficients and return. More... | |
| 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 |
Public Member Functions inherited from lduInterface | |
| TypeNameNoDebug ("lduInterface") | |
| Runtime type information. More... | |
| lduInterface () noexcept=default | |
| Default construct. More... | |
| virtual | ~lduInterface ()=default |
| Destructor. More... | |
| virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
| Initialise transfer of internal field adjacent to the interface using faceCells mapping. More... | |
Public Member Functions inherited from processorLduInterface | |
| TypeNameNoDebug ("processorLduInterface") | |
| Runtime type information. More... | |
| processorLduInterface () noexcept=default | |
| Default construct. More... | |
| virtual | ~processorLduInterface ()=default |
| Destructor. More... | |
| template<class Type > | |
| void | send (const UPstream::commsTypes commsType, const UList< Type > &f) const |
| Raw send function. More... | |
| template<class Type > | |
| void | receive (const UPstream::commsTypes commsType, UList< Type > &f) const |
| Raw receive function. More... | |
| template<class Type > | |
| tmp< Field< Type > > | receive (const UPstream::commsTypes commsType, const label size) const |
| Raw receive function returning field. More... | |
| template<class Type > | |
| void | compressedSend (const UPstream::commsTypes commsType, const UList< Type > &f) const |
| Raw send function with data compression. More... | |
| template<class Type > | |
| void | compressedReceive (const UPstream::commsTypes commsType, UList< Type > &f) const |
| Raw receive function with data compression. More... | |
| template<class Type > | |
| tmp< Field< Type > > | compressedReceive (const UPstream::commsTypes commsType, const label size) const |
| Raw receive function with data compression returning field. More... | |
| template<class Type > | |
| Foam::tmp< Foam::Field< Type > > | receive (const UPstream::commsTypes commsType, const label size) const |
| template<class Type > | |
| Foam::tmp< Foam::Field< Type > > | compressedReceive (const UPstream::commsTypes commsType, const label size) const |
Additional Inherited Members | |
Static Public Member Functions inherited from GAMGInterface | |
| static autoPtr< GAMGInterface > | New (const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &localRestrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm) |
| Return a pointer to a new interface created on freestore given. More... | |
| static autoPtr< GAMGInterface > | New (const word &coupleType, const label index, const lduInterfacePtrsList &coarseInterfaces, Istream &is) |
| Return a pointer to a new interface created on freestore given. More... | |
Protected Member Functions inherited from GAMGInterface | |
| GAMGInterface (const GAMGInterface &)=delete | |
| No copy construct. More... | |
| void | operator= (const GAMGInterface &)=delete |
| No copy assignment. More... | |
Protected Attributes inherited from GAMGInterface | |
| const label | index_ |
| My index in coarseInterfaces. More... | |
| const lduInterfacePtrsList & | coarseInterfaces_ |
| All interfaces. More... | |
| labelList | faceCells_ |
| Face-cell addressing. More... | |
| labelList | faceRestrictAddressing_ |
| Face restrict addressing. More... | |
GAMG agglomerated processor interface.
Definition at line 47 of file calculatedProcessorGAMGInterface.H.
| calculatedProcessorGAMGInterface | ( | const label | index, |
| const lduInterfacePtrsList & | coarseInterfaces, | ||
| const lduInterface & | fineInterface, | ||
| const labelField & | restrictAddressing, | ||
| const labelField & | neighbourRestrictAddressing, | ||
| const label | fineLevelIndex, | ||
| const label | coarseComm | ||
| ) |
Construct from fine-level interface,.
local and neighbour restrict addressing
Definition at line 48 of file calculatedProcessorGAMGInterface.C.
References forAll, and UList< T >::size().

| calculatedProcessorGAMGInterface | ( | 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 | ||
| ) |
Construct from components.
Definition at line 131 of file calculatedProcessorGAMGInterface.C.
| calculatedProcessorGAMGInterface | ( | const label | index, |
| const lduInterfacePtrsList & | coarseInterfaces, | ||
| Istream & | is | ||
| ) |
Construct from Istream.
Definition at line 159 of file calculatedProcessorGAMGInterface.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "calculatedProcessor" | ) |
Runtime type information.
|
virtual |
Initialise neighbour field transfer.
Reimplemented from lduInterface.
Definition at line 177 of file calculatedProcessorGAMGInterface.C.
|
virtual |
Transfer and return internal field adjacent to the interface.
Implements lduInterface.
Definition at line 188 of file calculatedProcessorGAMGInterface.C.
|
virtual |
Transfer and return internal field adjacent to the interface using faceCells mapping.
Definition at line 201 of file calculatedProcessorGAMGInterface.C.
References Foam::New(), NotImplemented, and Foam::Zero.

|
inlinevirtual |
Return communicator used for sending.
Implements processorLduInterface.
Definition at line 194 of file calculatedProcessorGAMGInterface.H.
Referenced by calculatedProcessorGAMGInterfaceField::comm().

|
inlinevirtual |
Return processor number (rank in communicator)
Implements processorLduInterface.
Definition at line 202 of file calculatedProcessorGAMGInterface.H.
Referenced by calculatedProcessorGAMGInterfaceField::myProcNo().

|
inlinevirtual |
Return neighbour processor number (rank in communicator)
Implements processorLduInterface.
Definition at line 210 of file calculatedProcessorGAMGInterface.H.
Referenced by calculatedProcessorGAMGInterfaceField::neighbProcNo().

|
inlinevirtual |
Return face transformation tensor.
Implements processorLduInterface.
Definition at line 218 of file calculatedProcessorGAMGInterface.H.
Referenced by calculatedProcessorGAMGInterfaceField::forwardT().

|
inlinevirtual |
Return message tag used for sending.
Implements processorLduInterface.
Definition at line 226 of file calculatedProcessorGAMGInterface.H.
|
virtual |
Write to stream.
Implements GAMGInterface.
Definition at line 213 of file calculatedProcessorGAMGInterface.C.
References os(), token::SPACE, and GAMGInterface::write().
