NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
|
A container for storing CGAL Lloyd and Odt optimization settings. More...
#include <vol2mesh.h>
Public Attributes | |
double | time_limit |
Time limit for optimization process (CGAL default 0; no limit) | |
std::size_t | max_iteration |
Maximum number of optimization iterations (CGAL default 0; no limit) | |
double | convergence |
Convergence criteria (CGAL default 0.02) | |
double | freeze_bound |
Method for helping reduce run time (CGAL default 0.01) |
A container for storing CGAL Lloyd and Odt optimization settings.
The Lloyd and Odt 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 Lloyd optimization are given here: http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3_ref/Function_lloyd_optimize_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_odt_optimize_mesh_3.html