92 bitSet& labels = selected_;
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
void assign(const UList< bool > &bools)
Copy assign all entries from a list of bools.
List< bool > values() const
Return the bitset values as a boolList.
A special purpose topoSet with the face labels stored as a bitSet. It does not correspond to a faceSe...
virtual void distribute(const mapDistributePolyMesh &map)
Update any stored data for mesh redistribution.
virtual void writeDebug(Ostream &os, const primitiveMesh &mesh, const label maxLen) const
Write maxLen items with label and coordinates.
virtual label maxSize(const polyMesh &mesh) const
Return max index+1.
virtual void sync(const polyMesh &mesh)
Sync faceBitSet across coupled patches.
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
faceBitSet(const polyMesh &mesh, const bool val=false)
Construct with nFaces elements, all elements unset or initial value.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
void distributeFaceData(List< T > &values) const
Distribute list of face data.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const labelList & reverseFaceMap() const noexcept
Reverse face map.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
topoBitSet(const polyMesh &mesh, const word &setName)
Construct (no-read) with empty selection.
virtual void updateLabels(const labelUList &map)
Update map from map.
label writeDebug(Ostream &os, const label maxElem, labelHashSet::const_iterator &iter) const
Write part of contents nicely formatted.
#define defineTypeName(Type)
Define the typeName.
OBJstream os(runTime.globalPath()/outputName)
List< bool > boolList
A List of bools.