![]() |
Cleaver Tetrahedral Meshing
2.2.1
Cleaving algorithm for high quality tetrahedral meshing
|
Public Member Functions | |
OctreeMesherImp (const AbstractScalarField *sizing_field=nullptr) | |
void | createOracle () |
void | createOctree () |
void | balanceOctree () |
void | adaptCell (OTCell *cell) |
Public Attributes | |
const AbstractScalarField * | m_sizing_field |
const SizingFieldOracle * | m_sizing_oracle |
cleaver::TetMesh * | m_mesh |
Octree * | m_tree |
std::map< vec3, Vertex *, vec3order > | m_vertex_tracker |
Definition at line 71 of file OctreeMesher.cpp.