36 #ifndef lduInterface_H 37 #define lduInterface_H virtual tmp< labelField > interfaceInternalField(const labelUList &internalData) const =0
Return the values of the given internal data adjacent to.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const =0
Transfer and return internal field adjacent to the interface.
virtual const labelUList & faceCells() const =0
Return faceCell addressing.
commsTypes
Types of communications.
TypeName("lduInterface")
Runtime type information.
virtual void initInternalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Initialise transfer of internal field adjacent to the interface.
lduInterface()
Construct null.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual ~lduInterface()
Destructor.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches...
A class for managing temporary objects.
void operator=(const lduInterface &)=delete
Disallow default bitwise assignment.