mirror of https://github.com/CGAL/cgal
fix copy/paste error + improve doc
This commit is contained in:
parent
384c196074
commit
c56198f176
|
|
@ -12,11 +12,10 @@ additionnally encapsulates the
|
||||||
concept `MeshEdgeCriteria_3`,
|
concept `MeshEdgeCriteria_3`,
|
||||||
that describes the requirements, in terms of sizing, for the discretization of the domain \f$ 1\f$-dimensional features.
|
that describes the requirements, in terms of sizing, for the discretization of the domain \f$ 1\f$-dimensional features.
|
||||||
|
|
||||||
\cgalRefines `MeshDomain_3`
|
\cgalRefines `MeshCriteria_3`
|
||||||
|
|
||||||
\cgalHasModel `CGAL::Mesh_criteria_3<Tr>`
|
\cgalHasModel `CGAL::Mesh_criteria_3<Tr>`
|
||||||
|
|
||||||
\sa `MeshCriteria_3`
|
|
||||||
\sa `MeshEdgeCriteria_3`
|
\sa `MeshEdgeCriteria_3`
|
||||||
\sa `MeshFacetCriteria_3`
|
\sa `MeshFacetCriteria_3`
|
||||||
\sa `MeshCellCriteria_3`
|
\sa `MeshCellCriteria_3`
|
||||||
|
|
|
||||||
|
|
@ -129,9 +129,7 @@ private:
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgMesh3MeshClasses
|
\ingroup PkgMesh3MeshClasses
|
||||||
|
|
||||||
The class `Mesh_criteria_3` is a model of both concepts `MeshCriteria_3`
|
The class gathers the refinement criteria for mesh tetrahedra and
|
||||||
and `MeshCriteriaWithFeatures_3`.
|
|
||||||
It gathers the refinement criteria for mesh tetrahedra and
|
|
||||||
surface facets where
|
surface facets where
|
||||||
surface facets are facets in the mesh approximating the domain surface patches.
|
surface facets are facets in the mesh approximating the domain surface patches.
|
||||||
In addition, for domains with exposed 1-dimensional features,
|
In addition, for domains with exposed 1-dimensional features,
|
||||||
|
|
@ -145,7 +143,7 @@ where `C3T3` is the model of `MeshComplex_3InTriangulation_3`
|
||||||
used in the mesh generation process,
|
used in the mesh generation process,
|
||||||
and `C3T3::Triangulation` its nested triangulation type.
|
and `C3T3::Triangulation` its nested triangulation type.
|
||||||
|
|
||||||
\cgalModels `MeshCriteria_3`
|
\cgalModels `MeshCriteria_3` and `MeshCriteriaWithFeatures_3`
|
||||||
|
|
||||||
\cgalHeading{Example}
|
\cgalHeading{Example}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue