Go to the documentation of this file.
35 #ifndef processorLduInterfaceField_H
36 #define processorLduInterfaceField_H
56 TypeName(
"processorLduInterfaceField");
90 virtual int rank()
const = 0;
void transformCoupleField(Field< Type > &f) const
Transform given patch field.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
virtual int neighbProcNo() const =0
Return neigbour processor number.
virtual int myProcNo() const =0
Return processor number.
virtual ~processorLduInterfaceField()
Destructor.
TypeName("processorLduInterfaceField")
Runtime type information.
dimensionSet transform(const dimensionSet &)
virtual label comm() const =0
Return communicator used for comms.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
virtual bool doTransform() const =0
Is the transform required.
virtual int rank() const =0
Return rank of component for transform.
Abstract base class for processor coupled interfaces.
virtual const tensorField & forwardT() const =0
Return face transformation tensor.
processorLduInterfaceField()
Construct given coupled patch.