Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / src / Tools / YamsPlug / doc / Mandatory_params.rst
index d4aff8f19a97041ca639dfd438391254b7dd19fe..2a83ac03977f7c1a2d57df0cda7a653d68ece236 100644 (file)
@@ -22,7 +22,7 @@ Simple case
 Optimisation
 ------------
     
-This is the main remeshing Option.  SurfOpt always does quality improvement. It is done by point smooting and edge swapping.  It can produce a regular mesh for finite element computation (initial mesh is a a geometrical mesh). In this case, the given surface trianglation is modified in accordance to a size map : an intrinsic size map is computed automatically. it is based on the surface proporties.  SurfOpt is also able to  produce a geometrical mesh (initial mesh is a a mesh for finite element computation). In both case, It can coarsen or enrich the mesh.     
+This is the main remeshing Option.  SurfOpt always does quality improvement. It is done by point smoothing and edge swapping.  It can produce a regular mesh for finite element computation (initial mesh is a a geometrical mesh). In this case, the given surface trianglation is modified in accordance to a size map : an intrinsic size map is computed automatically. it is based on the surface proporties.  SurfOpt is also able to  produce a geometrical mesh (initial mesh is a mesh for finite element computation). In both case, It can coarsen or enrich the mesh.     
 
    - **Quality improvement** 
 
@@ -50,7 +50,7 @@ This is the main remeshing Option.  SurfOpt always does quality improvement. It
    - **Geometrical Mesh : Coarsening** 
 
      The given surface triangulation is modified in such a way that the distance between the elements in the final mesh 
-     and those of the initial one is bounded by a user specfied tolerance value.
+     and those of the initial one is bounded by a user specified tolerance value.
      One should use this option, to coarsen when a purely geometrical mesh is needed. (a mesh that keeps and obeys its geometric features only.) 
      The meshes obtained with this option are usually not suitable for computation because anisotropic elements may be generated
 
@@ -98,8 +98,8 @@ it can be :
   - relative : the maximal chordal deviation - epsilon max - is set to *s x the parameter* where *s* is the size 
     of the bounding box longest diagonal. 
     By default, the parameter is set to 0.001 and the maximum deviation is then set to 0.001 x s,  
-    which is equivalent to say that, for a bouding box of 1 meter, the maximal deviation is 1 mm.
-  - absolute : the maximal chordal deviation is the parameter itself. eg if the parameter equals 2, the maximal chordal deviation will be 2 (mm if the point coordonates are given in mm).
+    which is equivalent to say that, for a bounding box of 1 meter, the maximal deviation is 1 mm.
+  - absolute : the maximal chordal deviation is the parameter itself. eg if the parameter equals 2, the maximal chordal deviation will be 2 (mm if the point coordinates are given in mm).
 
 Following that criterion:
   - if the chordal deviation epsilon is smaller than epsilon max, it is acceptable to remove the considered point.