38#ifndef MGridGenGAMGAgglomeration_H
39#define MGridGenGAMGAgglomeration_H
61class MGridGenGAMGAgglomeration
75 label nProcConsistencyIter_;
95 void detectSharedFaces
104 void makeCompactCellFaceAddressingAndFaceWeights
127 MGridGenGAMGAgglomeration(
const MGridGenGAMGAgglomeration&) =
delete;
130 void operator=(
const MGridGenGAMGAgglomeration&) =
delete;
142 MGridGenGAMGAgglomeration
151 virtual void agglomerate
153 const label nCellsInCoarsestLevel,
154 const label startLevel,
156 const bool doProcessorAgglomerate =
true
GAMGAgglomeration(const GAMGAgglomeration &)=delete
No copy construct.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("MGridGen")
Runtime type information.
const lduMesh & mesh() const noexcept
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
The class contains the addressing required by the lduMatrix: upper, lower and losort.
Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU...
A class for managing temporary objects.
runTime controlDict().readEntry("adjustTimeStep"
List< label > labelList
A List of labels.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
UPtrList< const lduInterface > lduInterfacePtrsList
Store lists of lduInterface as a UPtrList.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
UList< label > labelUList
A UList of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.