Go to the documentation of this file.
39 #ifndef thresholdCellFaces_H
40 #define thresholdCellFaces_H
74 const scalar lowerThreshold,
75 const scalar upperThreshold,
92 const scalar lowerThreshold,
93 const scalar upperThreshold,
virtual label triangulate()
Triangulate in-place, returning the number of triangles added.
thresholdCellFaces(const polyMesh &mesh, const scalarField &field, const scalar lowerThreshold, const scalar upperThreshold, const bool triangulate=false)
Construct from mesh, field and threshold values.
Mesh consisting of general polyhedral cells.
TypeName("thresholdCellFaces")
Runtime type information.
labelList & meshCells()
For each face, the original cell in mesh.
Selects the mesh cell faces specified by a threshold value. Non-triangulated by default.
const labelList & meshCells() const
For each face, the original cell in mesh.
A surface geometry mesh with zone information, not to be confused with the similarly named surfaceMes...