An abstract base class for cyclic AMI coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicAMILduInterface") | |
Runtime type information. More... | |
cyclicAMILduInterface () | |
Construct null. More... | |
virtual | ~cyclicAMILduInterface () |
Destructor. More... | |
virtual label | nbrPatchID () const =0 |
Return neighbour. More... | |
virtual bool | owner () const =0 |
Does this side own the interface? More... | |
virtual const cyclicAMILduInterface & | nbrPatch () const =0 |
Return processor number. More... | |
virtual const PtrList< AMIInterpolation > & | AMIs () const =0 |
Return a reference to the AMI interpolators. More... | |
virtual const List< transformer > & | AMITransforms () const =0 |
virtual const transformer & | transform () const =0 |
Return transformation between the coupled patches. More... | |
An abstract base class for cyclic AMI coupled interfaces.
Definition at line 49 of file cyclicAMILduInterface.H.
|
inline |
Construct null.
Definition at line 61 of file cyclicAMILduInterface.H.
References cyclicAMILduInterface::AMIs(), cyclicAMILduInterface::AMITransforms(), cyclicAMILduInterface::nbrPatch(), cyclicAMILduInterface::nbrPatchID(), cyclicAMILduInterface::owner(), cyclicAMILduInterface::transform(), and cyclicAMILduInterface::~cyclicAMILduInterface().
|
virtual |
Destructor.
Definition at line 38 of file cyclicAMILduInterface.C.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
TypeName | ( | "cyclicAMILduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::nbrPatchID().
|
pure virtual |
Does this side own the interface?
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::owner().
|
pure virtual |
Return processor number.
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
|
pure virtual |
Return a reference to the AMI interpolators.
Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
|
pure virtual |
Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface().
|
pure virtual |
Return transformation between the coupled patches.
Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.
Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::transform().