Go to the documentation of this file.
44 Info <<
"setName_=" << setName_ <<
endl;
45 Info <<
"setName=" << setName <<
endl;
46 Info <<
"setName.size()=" << setName.size() <<
endl;
50 cellSet currentSet(baseMesh_, setName_);
54 subsetter_.setLargeCellSubset(currentSet);
void setLargeCellSubset(const labelList ®ion, const label currentRegion, const label patchID=-1, const bool syncCouples=true)
Set the subset from all cells with region == currentRegion.
A class for handling words, derived from string.
fvMeshSubset subsetter_
Subsetting engine + sub-fvMesh.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual readUpdateState readUpdate()
Update the mesh based on the mesh files saved in time.
Mesh data needed to do the Finite Volume discretisation.
A collection of cell labels.
readUpdateState
Enumeration defining the state of the mesh after a read update.
autoPtr< vtkTopo > topoPtr_
Current decomposition of topology.
fvMesh & baseMesh_
Reference to mesh.
const word setName_
Current cellSet (or empty)
polyMesh::readUpdateState readUpdate()
Read mesh.
vtkMesh(const vtkMesh &)
Disallow default bitwise copy construct.