mirror of https://github.com/CGAL/cgal
26 lines
1.1 KiB
TeX
26 lines
1.1 KiB
TeX
|
|
\begin{ccPkgDescription}{2D Conforming Triangulations and Meshes\label{Pkg:Mesh2}}
|
|
\ccPkgHowToCiteCgal{cgal:r-ctm2-10}
|
|
\ccPkgSummary{
|
|
This package implements a Delaunay refinement algorithm to construct
|
|
conforming triangulations and 2D meshes.
|
|
|
|
Conforming Delaunay triangulations are obtained from constrained
|
|
Delaunay triangulations by refining constrained edges until they are
|
|
Delaunay edges. Conforming Gabriel triangulations are obtained by further
|
|
refining constrained edges until they become Gabriel edges.
|
|
|
|
The package provides also a 2D mesh generator that refines triangles
|
|
and constrained edges until user defined size and shape criteria on triangles
|
|
are satisfied.
|
|
The package can handle intersecting input constraints
|
|
and set no restriction on the angle formed
|
|
by two constraints sharing an endpoint.}
|
|
|
|
\ccPkgDependsOn{\ccRef[2D Delaunay Triangulation]{Pkg:Triangulation2}}
|
|
\ccPkgIntroducedInCGAL{3.1}
|
|
\ccPkgLicense{\ccLicenseQPL}
|
|
\ccPkgDemo{2D Mesh Generator}{constrained_delaunay_triangulation_2.zip}
|
|
\ccPkgIllustration{Mesh_2/delaunaymesh-small.png}{Mesh_2/delaunaymesh-teaser.png}
|
|
\end{ccPkgDescription}
|