![]() |
deal.II version 9.7.0
|
#include <deal.II/cgal/additional_data.h>
Struct that must be used to pass additional arguments to the CGAL::Mesh_criteria_3 class (see https://doc.cgal.org/latest/Mesh_3/index.html for more information.)
The arguments allow for fine control on the size, quality, and distribution of the cells of the final triangulation. CGAL uses Boost named parameters for these arguments in dimension three, i.e., they must be specified with the syntax CGAL::parameters::parameter_name=parameter_value, irrespective of their order. Accepted parameters are:
FacetToplogy CGAL::Mesh_facet_topology manual page to get all possible values.Definition at line 95 of file additional_data.h.

Public Member Functions | |
| AdditionalData (double edge_s=std::numeric_limits< double >::max(), double facet_a=0., double facet_s=0., double facet_d=0., FacetTopology facet_t=::CGALWrappers::FacetTopology::facet_vertices_on_surface, double cell_radius_edge_r=0., double cell_s=0.) | |
Public Attributes | |
| double | edge_size |
| double | facet_angle |
| double | facet_size |
| double | facet_distance |
| FacetTopology | facet_topology |
| double | cell_radius_edge_ratio |
| double | cell_size |
|
inline |
Constructor.
Definition at line 137 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::edge_size |
Uniform upper bound for the lengths of curve edges. This parameter has to be set to a positive value when1-dimensional features protection is used.
Definition at line 102 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::facet_angle |
Lower bound for the angles (in degrees) of the surface mesh facets.
Definition at line 107 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::facet_size |
Uniform upper bound for the radii of the surface Delaunay balls.
Definition at line 112 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::facet_distance |
Uniform upper bound for the distance between the facet circumcenter and the center of its surface Delaunay ball.
Definition at line 117 of file additional_data.h.
| FacetTopology CGALWrappers::AdditionalData< dim >::facet_topology |
Set of topological constraints which have to be verified by each surface facet.
Definition at line 123 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::cell_radius_edge_ratio |
upper bound for the radius-edge ratio of the mesh tetrahedra.
Definition at line 128 of file additional_data.h.
| double CGALWrappers::AdditionalData< dim >::cell_size |
Uniform upper bound for the circumradii of the mesh tetrahedra.
Definition at line 132 of file additional_data.h.