fix copy/paste error + improve doc

This commit is contained in:
Sébastien Loriot 2022-10-11 16:01:07 +02:00
parent 384c196074
commit c56198f176
2 changed files with 3 additions and 6 deletions

View File

@ -12,11 +12,10 @@ additionnally encapsulates the
concept `MeshEdgeCriteria_3`,
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>`
\sa `MeshCriteria_3`
\sa `MeshEdgeCriteria_3`
\sa `MeshFacetCriteria_3`
\sa `MeshCellCriteria_3`

View File

@ -129,9 +129,7 @@ private:
/*!
\ingroup PkgMesh3MeshClasses
The class `Mesh_criteria_3` is a model of both concepts `MeshCriteria_3`
and `MeshCriteriaWithFeatures_3`.
It gathers the refinement criteria for mesh tetrahedra and
The class gathers the refinement criteria for mesh tetrahedra and
surface facets where
surface facets are facets in the mesh approximating the domain surface patches.
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,
and `C3T3::Triangulation` its nested triangulation type.
\cgalModels `MeshCriteria_3`
\cgalModels `MeshCriteria_3` and `MeshCriteriaWithFeatures_3`
\cgalHeading{Example}