56 #ifndef fvMeshSubset_H 57 #define fvMeshSubset_H 103 bool checkCellSubset()
const;
112 void doCoupledPatches
134 const label currentRegion
160 const label patchID = -1,
161 const bool syncPar =
true 172 const label currentRegion,
173 const label patchID = -1,
174 const bool syncCouples =
true 181 const label patchID = -1,
182 const bool syncPar =
true 196 const label currentRegion,
197 const bool syncCouples =
true 205 const label currentRegion,
208 const bool syncCouples =
true 276 const bool negateIfFlipped =
true 284 const bool negateIfFlipped =
true
const labelList & patchMap() const
Return patch map.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const labelList & faceFlipMap() const
Return face map with sign to encode flipped faces.
Generic GeometricField class.
fvMeshSubset(const fvMesh &)
Construct given a mesh to subset.
Mesh representing a set of points created from polyMesh.
labelList getExposedFaces(const labelList ®ion, const label currentRegion, const bool syncCouples=true) const
Two step subsetting.
const labelList & faceMap() const
Return face map.
void setCellSubset(const labelHashSet &globalCellMap, const label patchID=-1, const bool syncPar=true)
Set the subset. Create "oldInternalFaces" patch for exposed.
Post-processing mesh subset tool. Given the original mesh and the list of selected cells...
void operator=(const fvMeshSubset &)=delete
Disallow default bitwise assignment.
const fvMesh & subMesh() const
Return reference to subset mesh.
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
static tmp< GeometricField< Type, fvPatchField, volMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &, const fvMesh &sMesh, const labelList &patchMap, const labelList &cellMap, const labelList &faceMap)
Map volume field.
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.
const labelList & cellMap() const
Return cell map.
const fvMesh & baseMesh() const
Original mesh.
const labelList & pointMap() const
Return point map.
bool hasSubMesh() const
Have subMesh?