75#ifndef Foam_cellBitSet_H
76#define Foam_cellBitSet_H
127 const bool verbosity =
false
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...
cellBitSet(const polyMesh &mesh, const bool val=false)
Construct with nCells elements, all elements unset or initial value.
virtual void updateMesh(const mapPolyMesh &morphMap)
Update any stored data for new labels.
virtual ~cellBitSet()=default
Destructor.
virtual void writeDebug(Ostream &os, const primitiveMesh &mesh, const label maxLen) const
Write maxLen items with label and coordinates.
TypeNameNoDebug("cellBitSet")
Runtime type information.
virtual label maxSize(const polyMesh &mesh) const
Return max index+1.
static bitSet select(const polyMesh &mesh, const dictionary &dict, const bool verbosity=false)
Return a cell selection according to the dictionary specification of actions.
virtual void sync(const polyMesh &mesh)
Sync cellBitSet across coupled patches.
virtual void distribute(const mapDistributePolyMesh &map)
Update any stored data for mesh redistribution.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
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.
Mesh consisting of general polyhedral cells.
Cell-face mesh analysis engine.
topoBitSet(const polyMesh &mesh, const word &setName)
Construct (no-read) with empty selection.
OBJstream os(runTime.globalPath()/outputName)
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.