Go to the documentation of this file.
141 for (
const label pointi : labels)
143 contents.set(pointi);
152 for (label pointi=0; pointi < len; ++pointi)
154 if (contents.test(pointi))
180 for (
const label pointi : labels)
182 contents.set(pointi);
188 const label len = contents.size();
192 for (label i=0; i < len; ++i)
194 if (contents.test(i))
206 for (label i=0; i < len; ++i)
208 if (contents.test(i))
219 const primitiveMesh&
mesh,
void writeDebug(Ostream &os, const label maxElem, topoSet::const_iterator &iter, label &elemI) const
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
virtual void distribute(const mapDistributePolyMesh &)
virtual const pointField & points() const
Defines the attributes of an object for which implicit objectRegistry management is supported,...
void set(List< bool > &bools, const labelRange &range)
A class for handling words, derived from Foam::string.
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 nPoints() const noexcept
virtual label maxSize(const polyMesh &mesh) const
static void check(const int retVal, const char *what)
General set of labels of mesh quantity (points, cells, faces).
virtual void sync(const polyMesh &mesh)
virtual void updateMesh(const mapPolyMesh &morphMap)
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
pointSet(const IOobject &obj)
const labelList & reversePointMap() 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...
void distributePointData(List< T > &lst) const
defineTypeNameAndDebug(combustionModel, 0)
Cell-face mesh analysis engine.