38 #ifndef Foam_faceBitSet_H 39 #define Foam_faceBitSet_H virtual void writeDebug(Ostream &os, const primitiveMesh &mesh, const label maxLen) const
Write maxLen items with label and coordinates.
Cell-face mesh analysis engine.
Base for a special purpose topoSet using labels stored as a bitSet.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void sync(const polyMesh &mesh)
Sync faceBitSet across coupled patches.
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.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
TypeNameNoDebug("faceBitSet")
Runtime type information.
OBJstream os(runTime.globalPath()/outputName)
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
virtual ~faceBitSet()=default
Destructor.
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
faceBitSet(const polyMesh &mesh, const bool val=false)
Construct with nFaces elements, all elements unset or initial value.
Mesh consisting of general polyhedral cells.
virtual label maxSize(const polyMesh &mesh) const
Return max index+1.