Public Member Functions | List of all members
cyclicLduInterface Class Referenceabstract

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

Inheritance diagram for cyclicLduInterface:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("cyclicLduInterface")
 Runtime type information. More...
 
virtual ~cyclicLduInterface ()
 Destructor. More...
 
virtual label neighbPatchID () const =0
 Return neighbour. More...
 
virtual bool owner () const =0
 
virtual const cyclicLduInterfaceneighbPatch () const =0
 Return processor number. More...
 
virtual const tensorFieldforwardT () const =0
 Return face transformation tensor. More...
 
virtual const tensorFieldreverseT () const =0
 Return face reverse transformation tensor. More...
 

Detailed Description

An abstract base class for cyclic coupled interfaces.

Source files

Definition at line 49 of file cyclicLduInterface.H.

Constructor & Destructor Documentation

~cyclicLduInterface ( )
virtual

Destructor.

Definition at line 39 of file cyclicLduInterface.C.

Member Function Documentation

TypeName ( "cyclicLduInterface"  )

Runtime type information.

virtual label neighbPatchID ( ) const
pure virtual

Return neighbour.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

Referenced by LUscalarMatrix::LUscalarMatrix().

Here is the caller graph for this function:

virtual bool owner ( ) const
pure virtual

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

virtual const cyclicLduInterface& neighbPatch ( ) const
pure virtual

Return processor number.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

virtual const tensorField& forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

virtual const tensorField& reverseT ( ) const
pure virtual

Return face reverse transformation tensor.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.


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