36 const vtkTopo::vtkPolyhedra polyhedra,
42 polyhedra_(polyhedra),
45 if (setName != word::null)
48 cellSet currentSet(baseMesh_, setName_);
51 subsetter_.setLargeCellSubset(currentSet);
71 Info<<
"Subsetting mesh based on cellSet " << setName_ <<
endl;
74 cellSet currentSet(baseMesh_, setName_);
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.
readUpdateState
Enumeration defining the state of the mesh after a read update.
readUpdateState readUpdate(const stitchType stitch=stitchType::geometric)
Update the mesh based on the mesh files saved in time.
vtkMesh(fvMesh &baseMesh, const vtkTopo::vtkPolyhedra polyhedra=vtkTopo::vtkPolyhedra::none, const word &setName=word::null)
Construct from components.
fvMesh::readUpdateState readUpdate()
Read mesh.
Ostream & endl(Ostream &os)
Add newline and flush stream.