![]() |
deal.II version 9.7.0
|
#include <deal.II/cgal/additional_data.h>
Specialization of the above struct when the object to be constructed is a 2d triangulation embedded in the 3d space, i.e. a Triangulation<2,3>. Only three parameters are accepted:
Definition at line 175 of file additional_data.h.

Public Member Functions | |
| AdditionalData (double angular_b=0., double radius_b=0., double distance_b=0.) | |
Public Attributes | |
| double | angular_bound |
| double | radius_bound |
| double | distance_bound |
| 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 197 of file additional_data.h.
| double CGALWrappers::AdditionalData< 2 >::angular_bound |
Lower bound in degrees for the angles of mesh facets.
Definition at line 180 of file additional_data.h.
| double CGALWrappers::AdditionalData< 2 >::radius_bound |
Upper bound on the radii of surface Delaunay balls. A surface Delaunay ball is a ball circumscribing a mesh facet and centered on the surface.
Definition at line 186 of file additional_data.h.
| double CGALWrappers::AdditionalData< 2 >::distance_bound |
Upper bound for the distance between the circumcenter of a mesh facet and the center of a surface Delaunay ball of this facet.
Definition at line 192 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.