Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU-solvers. More...
#include <OpenFOAM/lduMesh.H>
Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU-solvers.
Public Member Functions | |
TypeName ("lduMesh") | |
Runtime type information. | |
virtual | ~lduMesh () |
virtual const objectRegistry & | thisDb () const |
Return the object registry. | |
virtual const lduAddressing & | lduAddr () const =0 |
Return ldu addressing. | |
virtual lduInterfacePtrsList | interfaces () const =0 |
Return a list of pointers for each patch. |
TypeName | ( | "lduMesh" | ) |
Runtime type information.
|
virtual |
Return the object registry.
Reimplemented in fvMesh.
Definition at line 36 of file lduMesh.C.
References notImplemented.
Referenced by GAMGAgglomeration::New().
|
pure virtual |
Return ldu addressing.
Implemented in fvMesh, and lduPrimitiveMesh.
Referenced by GAMGAgglomeration::agglomerateLduAddressing(), and lduMatrix::lduAddr().
|
pure virtual |
Return a list of pointers for each patch.
with only those pointing to interfaces being set
Implemented in fvMesh, and lduPrimitiveMesh.
Referenced by pairGAMGAgglomeration::agglomerate().