From 7214570b5ba94360788e783a33bb1da865b69882 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 16 Jul 2004 18:05:55 +0000
Subject: [PATCH] mesh smooth normals

---
 doc/texinfo/opt_mesh.texi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi
index 9f2dbce433..070e9eb7a7 100644
--- a/doc/texinfo/opt_mesh.texi
+++ b/doc/texinfo/opt_mesh.texi
@@ -19,6 +19,11 @@ Allow the generation of degenerated hexahedra or prisms during extrusion@*
 Default value: @code{0}@*
 Saved in: @code{-}
 
+@item Mesh.AngleSmoothNormals
+Threshold angle below which normals are not smoothed@*
+Default value: @code{180}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Mesh.CharacteristicLengthFactor
 Factor applied to all characteristic lengths (and background meshes)@*
 Default value: @code{1}@*
@@ -249,6 +254,11 @@ Number of smoothing steps applied to the final mesh@*
 Default value: @code{1}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Mesh.SmoothNormals
+Smooth the mesh normals?@*
+Default value: @code{0}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Mesh.SpeedMax
 Disable dubious point insertion tests@*
 Default value: @code{0}@*
-- 
GitLab