From d591d100c25ea70d081a9bb9f62ea1d70112d99c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 7 May 2018 14:41:01 +0200 Subject: [PATCH] doc : improve discussion on optimizers add something to insist on the fact that ODT, Lloyd, and perturber can't deal with a mesh already treated with sliver exudation --- Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h | 4 +++- .../doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h b/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h index 67f5ab7f310..2dafeb34fa6 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/make_mesh_3.h @@ -23,7 +23,9 @@ according to the user requirements and available time. By default, only the perturber and the exuder are activated. Note that the benefits of the exuder will be lost if the mesh -is further refined afterward. +is further refined afterward, and that ODT-smoothing, Lloyd-smoothing, +and sliver perturber should never be called after the sliver exuder. +In the case of further refinement, only the sliver exuder can be used. The function outputs the mesh to an object which provides iterators to traverse the resulting mesh data structure or can be written to a file diff --git a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h index 6adb2951325..31cccb52ffd 100644 --- a/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h +++ b/Periodic_3_mesh_3/doc/Periodic_3_mesh_3/CGAL/make_periodic_3_mesh_3.h @@ -19,7 +19,9 @@ Each optimization process can be activated or not, according to the user require and available time. By default, only the perturber and the exuder are activated. Note that the benefits of the exuder will be lost if the mesh -is further refined afterward. +is further refined afterward, and that ODT-smoothing, Lloyd-smoothing, +and sliver perturber should never be called after the sliver exuder. +In the case of further refinement, only the sliver exuder can be used. The function outputs the mesh to an object which provides iterators to traverse the resulting mesh data structure or can be written to a file