An abstract base class for cyclic coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicLduInterface") | |
Runtime type information. More... | |
virtual | ~cyclicLduInterface () |
Destructor. More... | |
virtual label | nbrPatchID () const =0 |
Return neighbour. More... | |
virtual bool | owner () const =0 |
virtual const cyclicLduInterface & | nbrPatch () const =0 |
Return processor number. More... | |
virtual const transformer & | transform () const =0 |
Return transformation between the coupled patches. More... | |
An abstract base class for cyclic coupled interfaces.
Definition at line 50 of file cyclicLduInterface.H.
|
virtual |
Destructor.
Definition at line 39 of file cyclicLduInterface.C.
TypeName | ( | "cyclicLduInterface" | ) |
Runtime type information.
|
pure virtual |
Return neighbour.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
Referenced by LUscalarMatrix::LUscalarMatrix().
|
pure virtual |
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
|
pure virtual |
Return processor number.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.
|
pure virtual |
Return transformation between the coupled patches.
Implemented in cyclicGAMGInterface, and cyclicFvPatch.