35 #ifndef cyclicGAMGInterface_H 36 #define cyclicGAMGInterface_H 84 const label fineLevelIndex,
85 const label coarseComm
124 virtual bool owner()
const
commsTypes
Types of communications.
virtual label index() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Transfer and return internal field adjacent to the interface.
An abstract base class for cyclic coupled interfaces.
const lduInterfacePtrsList & coarseInterfaces_
All interfaces.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual label nbrPatchID() const
Cyclic interface functions.
virtual const cyclicGAMGInterface & nbrPatch() const
Return processor number.
Abstract base class for GAMG agglomerated interfaces.
virtual const lduInterfacePtrsList & coarseInterfaces() const
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches...
virtual const transformer & transform() const
Return face transformation tensor.
A class for managing temporary objects.
cyclicGAMGInterface(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,.
TypeName("cyclic")
Runtime type information.
virtual ~cyclicGAMGInterface()
Destructor.
virtual void write(Ostream &) const
Write to stream.
void operator=(const cyclicGAMGInterface &)=delete
Disallow default bitwise assignment.
virtual bool owner() const
GAMG agglomerated cyclic interface.