cyclicAMILduInterface Class Referenceabstract

An abstract base class for cyclic AMI coupled interfaces. More...

Inheritance diagram for cyclicAMILduInterface:

Public Member Functions

 TypeName ("cyclicAMILduInterface")
 Runtime type information. More...
 
 cyclicAMILduInterface ()
 Construct null. More...
 
virtual ~cyclicAMILduInterface ()
 Destructor. More...
 
virtual label nbrPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 Does this side own the interface? More...
 
virtual const cyclicAMILduInterfacenbrPatch () const =0
 Return processor number. More...
 
virtual const PtrList< AMIInterpolation > & AMIs () const =0
 Return a reference to the AMI interpolators. More...
 
virtual const List< transformer > & AMITransforms () const =0
 
virtual const transformertransform () const =0
 Return transformation between the coupled patches. More...
 

Detailed Description

An abstract base class for cyclic AMI coupled interfaces.

Source files

Definition at line 49 of file cyclicAMILduInterface.H.

Constructor & Destructor Documentation

◆ cyclicAMILduInterface()

◆ ~cyclicAMILduInterface()

~cyclicAMILduInterface ( )
virtual

Destructor.

Definition at line 38 of file cyclicAMILduInterface.C.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicAMILduInterface"  )

Runtime type information.

◆ nbrPatchID()

virtual label nbrPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::nbrPatchID().

Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Does this side own the interface?

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::owner().

Here is the caller graph for this function:

◆ nbrPatch()

virtual const cyclicAMILduInterface& nbrPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ AMIs()

virtual const PtrList<AMIInterpolation>& AMIs ( ) const
pure virtual

Return a reference to the AMI interpolators.

Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ AMITransforms()

virtual const List<transformer>& AMITransforms ( ) const
pure virtual

Implemented in cyclicAMIGAMGInterface, cyclicAMIFvPatch, and cyclicACMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface().

Here is the caller graph for this function:

◆ transform()

virtual const transformer& transform ( ) const
pure virtual

Return transformation between the coupled patches.

Implemented in cyclicAMIGAMGInterface, and cyclicAMIFvPatch.

Referenced by cyclicAMILduInterface::cyclicAMILduInterface(), and cyclicAMIGAMGInterface::transform().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: