Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU-solvers. More...
Public Member Functions | |
TypeName ("lduMesh") | |
virtual | ~lduMesh ()=default |
virtual bool | hasDb () const =0 |
virtual const objectRegistry & | thisDb () const |
virtual const lduAddressing & | lduAddr () const =0 |
virtual lduInterfacePtrsList | interfaces () const =0 |
virtual label | comm () const =0 |
template<class T , class BinaryOp > | |
void | reduce (T &Value, const BinaryOp &bop) const |
InfoProxy< lduMesh > | info () const |
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 |
TypeName | ( | "lduMesh" | ) |
|
pure virtual |
Implemented in faMesh, fvMesh, lduPrimitiveMesh, and lduPrimitiveMeshAssembly.
|
virtual |
Reimplemented in faMesh, fvMesh, and lduPrimitiveMeshAssembly.
Definition at line 35 of file lduMesh.C.
References NotImplemented.
Referenced by fvMatrix< Type >::lduMeshPtr().
|
pure virtual |
Implemented in faMesh, fvMesh, dynamicOversetFvMesh, and lduPrimitiveMesh.
Referenced by GAMGAgglomeration::agglomerateLduAddressing(), GAMGAgglomeration::compactLevels(), lduMatrix::lduAddr(), lduPrimitiveMesh::lduPrimitiveMesh(), and Foam::operator<<().
|
pure virtual |
Implemented in faMesh, fvMesh, dynamicOversetFvMesh, and lduPrimitiveMesh.
Referenced by GAMGAgglomeration::compactLevels(), lduPrimitiveMesh::lduPrimitiveMesh(), and Foam::operator<<().
|
pure virtual |
Implemented in faMesh, fvMesh, and lduPrimitiveMesh.
Referenced by GAMGProcAgglomeration::agglomerate(), masterCoarsestGAMGProcAgglomeration::agglomerate(), eagerGAMGProcAgglomeration::agglomerate(), procFacesGAMGProcAgglomeration::agglomerate(), manualGAMGProcAgglomeration::agglomerate(), GAMGAgglomeration::agglomerateLduAddressing(), lduPrimitiveMesh::lduPrimitiveMesh(), and Foam::operator<<().
void reduce | ( | T & | Value, |
const BinaryOp & | bop | ||
) | const |
Definition at line 27 of file lduMeshTemplates.C.
References Foam::reduce().
Referenced by engineMesh::engineMesh().
Definition at line 104 of file lduMesh.H.
Referenced by GAMGProcAgglomeration::printStats().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.