cyclicLduInterface Class Referenceabstract

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

Inheritance diagram for cyclicLduInterface:

Public Member Functions

 TypeName ("cyclicLduInterface")
 Runtime type information. More...
 
virtual ~cyclicLduInterface ()
 Destructor. More...
 
virtual label nbrPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 
virtual const cyclicLduInterfacenbrPatch () const =0
 Return processor number. More...
 
virtual const transformertransform () const =0
 Return transformation between the coupled patches. More...
 

Detailed Description

An abstract base class for cyclic coupled interfaces.

Source files

Definition at line 50 of file cyclicLduInterface.H.

Constructor & Destructor Documentation

◆ ~cyclicLduInterface()

~cyclicLduInterface ( )
virtual

Destructor.

Definition at line 39 of file cyclicLduInterface.C.

Member Function Documentation

◆ TypeName()

TypeName ( "cyclicLduInterface"  )

Runtime type information.

◆ nbrPatchID()

virtual label nbrPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

Referenced by LUscalarMatrix::LUscalarMatrix().

Here is the caller graph for this function:

◆ owner()

virtual bool owner ( ) const
pure virtual

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

◆ nbrPatch()

virtual const cyclicLduInterface& nbrPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

◆ transform()

virtual const transformer& transform ( ) const
pure virtual

Return transformation between the coupled patches.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.


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