Go to the documentation of this file.
40 #ifndef domainDecomposition_H
41 #define domainDecomposition_H
53 class decompositionModel;
125 void distributeCells();
136 static void append(
labelList&,
const label);
139 void addInterProcFace
142 const label ownerProc,
150 template<
class BinaryOp>
151 void processInterCyclics
194 label
nProcs() const noexcept
208 bool old(distributed_);
214 const decompositionModel&
model()
const;
void writeVolField(const word &timeName) const
Defines the attributes of an object for which implicit objectRegistry management is supported,...
domainDecomposition(const IOobject &io, const fileName &decompDictFile="")
A class for handling words, derived from Foam::string.
A class for handling file names.
A polyBoundaryMesh is a polyPatch list with additional search methods and registered IO.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
label nProcs() const noexcept
const decompositionModel & model() const
MeshObject wrapper of decompositionMethod.
bool writeDecomposition(const bool decomposeSets)
const fvMesh & mesh() const noexcept
Automatic domain decomposition class for finite-volume meshes.
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.
void updateParameters(const dictionary ¶ms)
const labelUList & owner() const
void writeVTK(const fileName &file) const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const labelList & cellToProc() const noexcept
bool distributed(const bool on) noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const polyBoundaryMesh & patches
~domainDecomposition()=default
bool distributed() const noexcept