35 #ifndef cyclicAMIGAMGInterface_H 36 #define cyclicAMIGAMGInterface_H 85 const label fineLevelIndex,
86 const label coarseComm
118 virtual bool owner()
const 120 return fineCyclicAMIInterface_.
owner();
141 return AMITransforms_;
147 return fineCyclicAMIInterface_.
forwardT();
153 return fineCyclicAMIInterface_.
reverseT();
virtual const PtrList< AMIInterpolation > & AMIs() const
Return a reference to the AMI interpolators.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
GAMG agglomerated cyclic AMI interface.
virtual tmp< labelField > internalFieldTransfer(const Pstream::commsTypes commsType, const labelUList &iF) const
Transfer and return internal field adjacent to the interface.
virtual const tensorField & forwardT() const =0
Return face transformation tensor.
commsTypes
Types of communications.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual label index() const
TypeName("cyclicAMI")
Runtime type information.
const lduInterfacePtrsList & coarseInterfaces_
All interfaces.
virtual const cyclicAMIGAMGInterface & neighbPatch() const
Return neighbour patch.
virtual bool owner() const =0
Does this side own the interface?
An abstract base class for cyclic AMI coupled interfaces.
virtual void write(Ostream &) const
Write to stream.
void operator=(const cyclicAMIGAMGInterface &)=delete
Disallow default bitwise assignment.
virtual const tensorField & forwardT() const
Return face transformation tensor.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual label neighbPatchID() const =0
Return neighbour.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual label neighbPatchID() const
Cyclic interface functions.
cyclicAMIGAMGInterface(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,.
virtual const tensorField & reverseT() const =0
Return face reverse transformation tensor.
Abstract base class for GAMG agglomerated interfaces.
virtual const lduInterfacePtrsList & coarseInterfaces() const
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches...
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual ~cyclicAMIGAMGInterface()
Destructor.
virtual bool owner() const
Does this side own the interface?
virtual const List< vectorTensorTransform > & AMITransforms() const