Go to the documentation of this file.
40 #ifndef procFacesGAMGProcAgglomeration_H
41 #define procFacesGAMGProcAgglomeration_H
52 class GAMGAgglomeration;
54 class lduPrimitiveMesh;
78 const label singleCellMeshComm,
TypeName("procFaces")
Runtime type information.
Geometric agglomerated algebraic multigrid agglomeration class.
A class for managing temporary objects.
procFacesGAMGProcAgglomeration(const procFacesGAMGProcAgglomeration &)
Disallow default bitwise copy construct.
Processor agglomeration of GAMGAgglomerations. Needs nAgglomeratingCells which is when to start agglo...
tmp< labelField > processorAgglomeration(const lduMesh &) const
Construct processor agglomeration: for every processor the.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
runTime controlDict().lookup("adjustTimeStep") >> adjustTimeStep
void operator=(const procFacesGAMGProcAgglomeration &)
Disallow default bitwise assignment.
virtual bool agglomerate()
Modify agglomeration. Return true if modified.
bool doProcessorAgglomeration(const lduMesh &) const
Do we need to agglomerate across processors?
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< lduPrimitiveMesh > singleCellMesh(const label singleCellMeshComm, const lduMesh &mesh, scalarField &faceWeights) const
Return (on master) all single-cell meshes collected. single-cell.
const label nAgglomeratingCells_
When to processor agglomerate.
virtual ~procFacesGAMGProcAgglomeration()
Destructor.
DynamicList< label > comms_
Allocated communicators.
Processor agglomeration of GAMGAgglomerations.
Abstract base class for meshes which provide LDU addressing for the construction of lduMatrix and LDU...