NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
|
A class for containing CGAL Perturb and Exude optimization settings. More...
#include <vol2mesh.h>
Public Attributes | |
double | time_limit |
Time limit for optimization process (CGAL default 0; no limit) | |
double | sliver_bound |
Lower bound on dihedral angles of mesh cells (CGAL default 0; no limit) |
A class for containing CGAL Perturb and Exude optimization settings.
The Perturb and Exude optimization methods with respect to mesh generation are detailed here: http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Function_make_mesh_3.html
Details of the Perturb optimization are given here: http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Function_perturb_mesh_3.html
Details of the Odt optimization are given here: http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Function_exude_mesh_3.html