![]() |
|
Public Member Functions | |
TypeName ("processorLduCoupledInterface") | |
Runtime type information. | |
virtual | ~processorLduCoupledInterface () |
virtual int | myProcNo () const =0 |
Return processor number. | |
virtual int | neighbProcNo () const =0 |
Return neigbour processor number. | |
virtual bool | doTransform () const =0 |
Is the transform required. | |
virtual const tensorField & | forwardT () const =0 |
Return face transformation tensor. | |
virtual int | rank () const =0 |
Return rank of component for transform. | |
void | transformProcCoupleField (scalarField &f, const direction cmpt) const |
Transform given patch component field. | |
Protected Member Functions | |
template<class Type> | |
void | send (const tmp< Field< Type > > &, const bool bufferdTransfer) const |
Raw field send function. | |
template<class Type> | |
tmp< Field< Type > > | receive (const label size) const |
Raw field receive function returning field. | |
template<class Type> | |
void | compressedSend (const tmp< Field< Type > > &, const bool bufferdTransfer) const |
Raw field send function with data compression. | |
template<class Type> | |
tmp< Field< Type > > | compressedReceive (const label size) const |
Raw field receive function with data compression returning field. |
|
|
|
Raw field receive function with data compression returning field.
|
|
Raw field send function with data compression.
|
|
Is the transform required.
Implemented in processorAmgCoupledInterface, and processorFvPatchField. |
|
Return face transformation tensor.
Implemented in processorAmgCoupledInterface, and processorFvPatchField. |
|
Return processor number.
Implemented in processorAmgCoupledInterface, and processorFvPatchField. |
|
Return neigbour processor number.
Implemented in processorAmgCoupledInterface, and processorFvPatchField. |
|
Return rank of component for transform.
Implemented in processorAmgCoupledInterface, and processorFvPatchField. |
|
Raw field receive function returning field.
|
|
Raw field send function.
|
|
Transform given patch component field.
|
|
Runtime type information.
|