35 #ifndef processorGAMGInterface_H
36 #define processorGAMGInterface_H
89 const label fineLevelIndex,
90 const label coarseComm
100 const label coarseComm,
159 return neighbProcNo_;
169 virtual int tag()
const
Abstract base class for GAMG agglomerated interfaces.
virtual label index() const
virtual const labelUList & faceCells() const
Return faceCell addressing.
virtual const lduInterfacePtrsList & coarseInterfaces() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
commsTypes
Types of communications.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
GAMG agglomerated processor interface.
virtual void write(Ostream &) const
Write to stream.
processorGAMGInterface(const label index, const lduInterfacePtrsList &coarseInterfaces, const lduInterface &fineInterface, const labelField &restrictAddressing, const labelField &neighbourRestrictAddressing, const label fineLevelIndex, const label coarseComm)
Construct from fine-level interface,.
void operator=(const processorGAMGInterface &)=delete
Disallow default bitwise assignment.
virtual const transformer & transform() const
Return transformation between the coupled patches.
virtual int myProcNo() const
Return processor number (rank in communicator)
virtual void initInternalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Initialise neighbour field transfer.
virtual label comm() const
Processor interface functions.
virtual int tag() const
Return message tag used for sending.
TypeName("processor")
Runtime type information.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Transfer and return internal field adjacent to the interface.
virtual ~processorGAMGInterface()
Destructor.
virtual int neighbProcNo() const
Return neighbour processor number (rank in communicator)
An abstract base class for processor coupled interfaces.
A class for managing temporary objects.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.