Reference documentation for deal.II version 9.6.0
|
#include <deal.II/cgal/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 |
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:
angular_bound
is a lower bound in degrees for the angles of mesh facets.radius_bound
is an 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.distance_bound
is an 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 171 of file additional_data.h.
|
inline |
Constructor.
Definition at line 193 of file additional_data.h.
double CGALWrappers::AdditionalData< 2 >::angular_bound |
Lower bound in degrees for the angles of mesh facets.
Definition at line 176 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 182 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 188 of file additional_data.h.