35 #ifndef processorLduInterfaceField_H 36 #define processorLduInterfaceField_H 57 TypeName(
"processorLduInterfaceField");
88 virtual int rank()
const = 0;
bool transforms() const
Is the transform required.
virtual int rank() const =0
Return rank of component for transform.
Abstract base class for processor coupled interfaces.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
Pre-declare SubField and related Field type.
processorLduInterfaceField()
Construct given coupled patch.
void transformCoupleField(Field< Type > &f) const
Transform given patch field.
virtual int myProcNo() const =0
Return processor number.
virtual int neighbProcNo() const =0
Return neighbour processor number.
virtual ~processorLduInterfaceField()
Destructor.
TypeName("processorLduInterfaceField")
Runtime type information.
virtual const transformer & transform() const =0
Return transformation between the coupled patches.
virtual label comm() const =0
Return communicator used for comms.