Go to the documentation of this file.
36 #ifndef triangulateNonPlanarBaseFaces_H
37 #define triangulateNonPlanarBaseFaces_H
polyMeshGen & mesh_
Reference to the mesh.
boolList invertedCell_
boolean list containing information about inverted cells
~triangulateNonPlanarBaseFaces()
triangulateNonPlanarBaseFaces(const triangulateNonPlanarBaseFaces &)
Disallow bitwise copy construct.
static void readSettings(const dictionary &, triangulateNonPlanarBaseFaces &)
void setRelativeTolerance(const scalar tol)
scalar tol_
relative deviation compared to the layer thickness
boolList decomposeFace_
classification of faces in the mesh
A list of keyword definitions, which are a keyword followed by any number of values (e....
void decomposeCellsIntoPyramids()
decompose adjacent cells into pyramids
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool findNonPlanarBoundaryFaces()
void decomposeBoundaryFaces()
decompose existing faces
void triangulateLayers()
splits inverted boundary layer prisms into triangular prisms
void operator=(const triangulateNonPlanarBaseFaces &)
Disallow bitwise assignment.