]> SALOME platform Git repositories - plugins/gmshplugin.git/commitdiff
Salome HOME
updated documentation mab/gmsh_4.10
authorAfeef <afeef.badri@gmail.com>
Thu, 7 Jul 2022 13:41:37 +0000 (15:41 +0200)
committerAfeef <afeef.badri@gmail.com>
Thu, 7 Jul 2022 13:41:37 +0000 (15:41 +0200)
- corrected gmsh options for meshsizes
- updated hyperlink to recent gmsh website
- added doc for new option (Elements per 2Pi radians)

doc/salome/gui/GMSHPLUGIN/images/Arguments.png
doc/salome/gui/GMSHPLUGIN/images/Compounds.png
doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc
doc/salome/gui/GMSHPLUGIN/input/index.doc

index c5a836e9cdeeee7477971fca0234c8f893d956b2..9818e841bad570eda5dcaf78d7c1daeb7bb49ab0 100644 (file)
Binary files a/doc/salome/gui/GMSHPLUGIN/images/Arguments.png and b/doc/salome/gui/GMSHPLUGIN/images/Arguments.png differ
index 6a28d1357920f9eede174b7c91721a526c3eb02e..499f550d459ae1afcaa5686887db9092764c58c8 100644 (file)
Binary files a/doc/salome/gui/GMSHPLUGIN/images/Compounds.png and b/doc/salome/gui/GMSHPLUGIN/images/Compounds.png differ
index 233983f955f379d2b8425277ce7c28cc614d0444..ec9de91bc16fb6766b5afcc8d94bca82154a6f15 100644 (file)
@@ -10,12 +10,13 @@ hypotheses and algorithms (2D and 1D for meshing 3D objects and 1D for meshing 2
 <br>
 \image html Arguments.png Dialog boxes of <b>Gmsh 2D</b> and <b> Gmsh 3D</b> algorithms.
 
-The <b>Arguments tab</b> of the dialog boxes is very similar to the original <a href="http://www.geuz.org/gmsh/"> <b> Gmsh </b></a>
+The <b>Arguments tab</b> of the dialog boxes is very similar to the original <a href="https://gmsh.info"> <b> Gmsh </b></a>
 GUI general mesh option tab.
 One familiar with the original interface can refer to the <a href="http://www.geuz.org/gmsh/doc/texinfo/gmsh.html">
 <b> Gmsh documentation </b></a> for more information.
 We briefly describe each argument of the <b>Arguments tab</b> and give the original corresponding Gmsh keyword
 (referring to <a href="http://www.geuz.org/gmsh/doc/texinfo/gmsh.html#Mesh-options-list"> <b> Gmsh Mesh options list</b></a>):
+
 - <b>Name</b> - allows to define the name for the algorithm ("Gmsh Parameters" by default).
 - <b>2D algorithm</b> - allows to choose the Gmsh 2D algorithm for both 2D and 3D meshes.
 Original corresponding Gmsh keyword is <b>"Mesh.Algorithm"</b>.
@@ -29,14 +30,16 @@ Original corresponding Gmsh keyword is <b>"Mesh.SubdivisionAlgorithm"</b>.
 Original corresponding Gmsh keyword is <b>"Mesh.RemeshAlgorithm"</b>.
 - <b>Remeshing parametrization</b> - allows to choose the remeshing parametrization.
 Original corresponding Gmsh keyword is <b>"Mesh.RemeshParametrization"</b>.
-- <b>Smoothing steps</b> - Number of steps to smooth the final mesh.
+- <b>Smoothing steps</b> - number of steps to smooth the final mesh.
 Original corresponding Gmsh keyword is <b>"Mesh.Smoothing"</b>.
 - <b>Element size factor</b> - factor used to linearly increase or decrease the default mesh size.
-Original corresponding Gmsh keyword is <b>"Mesh.CharacteristicLengthFactor"</b>.
-- <b>Max Size</b> - maximum linear dimensions for mesh cells.
-Original corresponding Gmsh keyword is <b>"Mesh.CharacteristicLengthMax"</b>.
-- <b>Min Size</b> - minimum linear dimensions for mesh cells.
-Original corresponding Gmsh keyword is <b>"Mesh.CharacteristicLengthMin"</b>.
+Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeFactor"</b>.
+- <b>Elements per 2Pi radians</b> -  number of  mesh elements per 2 Pi radians. This helps defining a mesh size with respect to the curvature of the underlying geometry.
+Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeFromCurvature"</b>.
+- <b>Max. Size</b> - maximum linear dimensions for mesh cells.
+Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeMax"</b>.
+- <b>Min. Size</b> - minimum linear dimensions for mesh cells.
+Original corresponding Gmsh keyword is <b>"Mesh.MeshSizeMin"</b>.
 - <b>Second Order</b> - if this box is checked in, the algorithm will create second order nodes on the mesh,
 which actually will become quadratic.
 Original corresponding Gmsh keyword is <b>"Mesh.ElementOrder"</b> (set to 2 if the box is checked in, else 1).
@@ -56,4 +59,4 @@ Each group will be treated as a single entity during meshing.
 When meshed, the single entity will be reparametrized as a single surface, whose mesh can thus cross internal boundaries.
 - <b>Remove</b> - deletes selected rows from the table.
 
-*/
+*/
\ No newline at end of file
index 1356d2203371d1cedb13a1109fade7058e9c7106..7095583db10fa2e4c1066c29b50221ab96a2dc53 100644 (file)
@@ -3,7 +3,7 @@
 \mainpage Introduction to GMSHPLUGIN
 
 \b GMSHPLUGIN plugin provides an integration of certain functionalities of the well known
-<a href="http://www.geuz.org/gmsh/"> <b>Gmsh three-dimensional finite element mesh generator</b></a>.
+<a href="https://www.gmsh.info"> <b>Gmsh three-dimensional finite element mesh generator</b></a>.
 It is possible to mesh 2D and 3D geometric entities. The plugin was especially developed to
 integrate the Gmsh compound functionality. The plugin provides support
 of sub-meshes.