38 #ifndef pairGAMGAgglomeration_H 39 #define pairGAMGAgglomeration_H A list of keyword definitions, which are a keyword followed by a number of values (eg...
Agglomerate using the pair algorithm.
Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU...
pairGAMGAgglomeration(const pairGAMGAgglomeration &)=delete
No copy construct.
void agglomerate(const lduMesh &mesh, const scalarField &faceWeights)
Agglomerate all levels starting from the given face weights.
runTime controlDict().readEntry("adjustTimeStep"
The central control dictionary, the contents of which are either taken directly from the FOAM_CONTROL...
void operator=(const pairGAMGAgglomeration &)=delete
No copy assignment.
const lduMesh & mesh() const
TypeName("pair")
Runtime type information.
The class contains the addressing required by the lduMatrix: upper, lower and losort.
A class for managing temporary objects.
Geometric agglomerated algebraic multigrid agglomeration class.