Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU-solvers. More...
#include <lduMesh.H>

Public Member Functions | |
| TypeName ("lduMesh") | |
| Runtime type information. | |
| virtual | ~lduMesh ()=default |
| Destructor. | |
| virtual bool | hasDb () const =0 |
| Return true if thisDb() is a valid DB. | |
| 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 with only those pointing to interfaces being set. | |
| virtual label | comm () const =0 |
| Return communicator used for parallel communication. | |
| template<class T, class BinaryOp> | |
| void | reduce (T &val, BinaryOp bop) const |
| Helper: reduce with current communicator. | |
| InfoProxy< lduMesh > | info () const noexcept |
| Return info proxy, used to print mesh information to a stream. | |
Friends | |
| Ostream & | operator<< (Ostream &, const InfoProxy< lduMesh > &) |
Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU-solvers.
|
virtualdefault |
Destructor.
| TypeName | ( | "lduMesh" | ) |
Runtime type information.
|
pure virtual |
Return true if thisDb() is a valid DB.
Implemented in faMesh, fvMesh, lduPrimitiveMesh, and lduPrimitiveMeshAssembly.
|
virtual |
Return the object registry.
Reimplemented in faMesh, fvMesh, and lduPrimitiveMeshAssembly.
Definition at line 35 of file lduMesh.C.
References NotImplemented, and Foam::NullObjectRef().

|
pure virtual |
Return ldu addressing.
Implemented in dynamicOversetFvMesh, faMesh, fvMesh, lduPrimitiveMesh, and staticOversetFvMesh.
Referenced by masterCoarsestGAMGProcAgglomeration::agglomerate(), GAMGAgglomeration::agglomerateLduAddressing(), lduMatrix::lduAddr(), lduPrimitiveMesh::lduPrimitiveMesh(), lduMatrix::patchSchedule(), and GAMGAgglomeration::printLevels().

|
pure virtual |
Return a list of pointers for each patch with only those pointing to interfaces being set.
Implemented in dynamicOversetFvMesh, faMesh, fvMesh, lduPrimitiveMesh, and staticOversetFvMesh.
Referenced by lduPrimitiveMesh::lduPrimitiveMesh(), GAMGAgglomeration::printLevels(), and GAMGAgglomeration::procAgglomerateLduAddressing().

|
pure virtual |
Return communicator used for parallel communication.
Implemented in faMesh, fvMesh, and lduPrimitiveMesh.
Referenced by eagerGAMGProcAgglomeration::agglomerate(), GAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), masterCoarsestGAMGProcAgglomeration::agglomerate(), procFacesGAMGProcAgglomeration::agglomerate(), GAMGAgglomeration::agglomerateLduAddressing(), lduPrimitiveMesh::lduPrimitiveMesh(), masterCoarsestGAMGProcAgglomeration::masterCoarsestGAMGProcAgglomeration(), and reduce().

Helper: reduce with current communicator.
Definition at line 103 of file lduMesh.H.
References comm(), UPstream::msgType(), Foam::reduce(), and Foam::T().

Return info proxy, used to print mesh information to a stream.
Definition at line 115 of file lduMesh.H.
References Foam::noexcept.
Referenced by GAMGProcAgglomeration::printStats().
