Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CGALWrappers::AdditionalData< 2 > Struct Reference

#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
 

Detailed Description

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 171 of file additional_data.h.

Constructor & Destructor Documentation

◆ AdditionalData()

CGALWrappers::AdditionalData< 2 >::AdditionalData ( double  angular_b = 0.,
double  radius_b = 0.,
double  distance_b = 0. 
)
inline

Constructor.

Definition at line 193 of file additional_data.h.

Member Data Documentation

◆ angular_bound

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.

◆ radius_bound

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.

◆ distance_bound

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.


The documentation for this struct was generated from the following file: