An abstract base class for overlapping AMI coupled interfaces. More...
Public Member Functions | |
TypeName ("cyclicRepeatAMILduInterface") | |
Runtime type information. More... | |
cyclicRepeatAMILduInterface () | |
Construct null. More... | |
virtual | ~cyclicRepeatAMILduInterface () |
Destructor. More... | |
Public Member Functions inherited from cyclicAMILduInterface | |
TypeName ("cyclicAMILduInterface") | |
Runtime type information. More... | |
cyclicAMILduInterface () | |
Construct null. More... | |
virtual | ~cyclicAMILduInterface () |
Destructor. More... | |
virtual label | neighbPatchID () const =0 |
Return neighbour. More... | |
virtual bool | owner () const =0 |
Does this side own the interface? More... | |
virtual const cyclicAMILduInterface & | neighbPatch () const =0 |
Return processor number. More... | |
virtual const PtrList< AMIInterpolation > & | AMIs () const =0 |
Return a reference to the AMI interpolators. More... | |
virtual const List< vectorTensorTransform > & | AMITransforms () const =0 |
virtual const tensorField & | forwardT () const =0 |
Return face transformation tensor. More... | |
virtual const tensorField & | reverseT () const =0 |
Return face reverse transformation tensor. More... | |
An abstract base class for overlapping AMI coupled interfaces.
Definition at line 48 of file cyclicRepeatAMILduInterface.H.
|
inline |
Construct null.
Definition at line 62 of file cyclicRepeatAMILduInterface.H.
References cyclicRepeatAMILduInterface::~cyclicRepeatAMILduInterface().
|
virtual |
Destructor.
Definition at line 38 of file cyclicRepeatAMILduInterface.C.
Referenced by cyclicRepeatAMILduInterface::cyclicRepeatAMILduInterface().
TypeName | ( | "cyclicRepeatAMILduInterface" | ) |
Runtime type information.