67 #ifndef generatedCellZone_H
68 #define generatedCellZone_H
79 class polyDistributionMap;
121 inline bool all()
const;
Named list of cell indices representing a sub-set of the mesh.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
cellZone selection or generation class
const cellZone & zone() const
Return const access to the cell set.
~generatedCellZone()
Destructor.
label celli(const label i) const
Return the cell index corresponding to the cell set index.
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.
void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
void operator=(const generatedCellZone &)=delete
Disallow default bitwise assignment.
label nCells() const
Return the number of cells in the set.
generatedCellZone(const polyMesh &mesh)
Construct from mesh selecting all cells.
const word & name() const
Return const access to the name of cellZone.
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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.