Go to the documentation of this file.
56 Foam::cellSet::cellSet
71 Foam::cellSet::cellSet
83 Foam::cellSet::cellSet
95 Foam::cellSet::cellSet
107 Foam::cellSet::cellSet
119 Foam::cellSet::cellSet
132 Foam::cellSet::cellSet
148 Foam::cellSet::cellSet
164 Foam::cellSet::cellSet
200 for (
const label celli : labels)
208 const label len = contents.size();
212 for (label i=0; i < len; ++i)
214 if (contents.test(i))
225 for (label i=0; i < len; ++i)
227 if (contents.test(i))
238 const primitiveMesh&
mesh,
void writeDebug(Ostream &os, const label maxElem, topoSet::const_iterator &iter, label &elemI) const
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Defines the attributes of an object for which implicit objectRegistry management is supported,...
void set(List< bool > &bools, const labelRange &range)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
void distributeCellData(List< T > &lst) const
virtual void writeDebug(Ostream &os, const primitiveMesh &, const label maxLen) const
A HashTable with keys but without contents that is similar to std::unordered_set.
Mesh consisting of general polyhedral cells.
label nCells() const noexcept
static void check(const int retVal, const char *what)
General set of labels of mesh quantity (points, cells, faces).
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
A collection of cell labels.
virtual void distribute(const mapDistributePolyMesh &map)
const labelList & reverseCellMap() const
const vectorField & cellCentres() const
virtual void updateMesh(const mapPolyMesh &morphMap)
virtual label maxSize(const polyMesh &mesh) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
std::enable_if< std::is_same< bool, TypeT >::value, bool >::type set(const label i, bool val=true)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
defineTypeNameAndDebug(combustionModel, 0)
Cell-face mesh analysis engine.