76 class polyDistributionMap;
162 inline bool all()
const;
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of keyword definitions, which are a keyword followed by any number of values (e....
General run-time selected cell set selection class for polyMesh.
polyCellSet(const polyMesh &mesh)
Construct from mesh. Will select all.
const word & cellSetName() const
Return const access to the name of cellSet.
label celli(const label i) const
Return the cell index corresponding to the cell set index.
~polyCellSet()
Destructor.
void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
void movePoints()
Update for mesh motion.
bool read(const dictionary &dict)
Read coefficients dictionary.
bool all() const
Return true if the set comprises all the cells.
labelUList cells() const
Return const access to the cell set.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
label nCells() const
Return the number of cells in the set.
static const NamedEnum< selectionTypes, 4 > selectionTypeNames
Word list of selection type names.
const selectionTypes & selectionType() const
Return const access to the cell selection type.
selectionTypes
Enumeration for selection mode types.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.