From: Afeef Date: Thu, 7 Jul 2022 13:41:37 +0000 (+0200) Subject: updated documentation X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmab%2Fgmsh_4.10;p=plugins%2Fgmshplugin.git updated documentation - corrected gmsh options for meshsizes - updated hyperlink to recent gmsh website - added doc for new option (Elements per 2Pi radians) --- diff --git a/doc/salome/gui/GMSHPLUGIN/images/Arguments.png b/doc/salome/gui/GMSHPLUGIN/images/Arguments.png index c5a836e..9818e84 100644 Binary files a/doc/salome/gui/GMSHPLUGIN/images/Arguments.png and b/doc/salome/gui/GMSHPLUGIN/images/Arguments.png differ diff --git a/doc/salome/gui/GMSHPLUGIN/images/Compounds.png b/doc/salome/gui/GMSHPLUGIN/images/Compounds.png index 6a28d13..499f550 100644 Binary files a/doc/salome/gui/GMSHPLUGIN/images/Compounds.png and b/doc/salome/gui/GMSHPLUGIN/images/Compounds.png differ diff --git a/doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc b/doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc index 233983f..ec9de91 100644 --- a/doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc +++ b/doc/salome/gui/GMSHPLUGIN/input/gmsh_2d_3d_hypo.doc @@ -10,12 +10,13 @@ hypotheses and algorithms (2D and 1D for meshing 3D objects and 1D for meshing 2
\image html Arguments.png Dialog boxes of Gmsh 2D and Gmsh 3D algorithms. -The Arguments tab of the dialog boxes is very similar to the original Gmsh +The Arguments tab of the dialog boxes is very similar to the original Gmsh GUI general mesh option tab. One familiar with the original interface can refer to the Gmsh documentation for more information. We briefly describe each argument of the Arguments tab and give the original corresponding Gmsh keyword (referring to Gmsh Mesh options list): + - Name - allows to define the name for the algorithm ("Gmsh Parameters" by default). - 2D algorithm - allows to choose the Gmsh 2D algorithm for both 2D and 3D meshes. Original corresponding Gmsh keyword is "Mesh.Algorithm". @@ -29,14 +30,16 @@ Original corresponding Gmsh keyword is "Mesh.SubdivisionAlgorithm". Original corresponding Gmsh keyword is "Mesh.RemeshAlgorithm". - Remeshing parametrization - allows to choose the remeshing parametrization. Original corresponding Gmsh keyword is "Mesh.RemeshParametrization". -- Smoothing steps - Number of steps to smooth the final mesh. +- Smoothing steps - number of steps to smooth the final mesh. Original corresponding Gmsh keyword is "Mesh.Smoothing". - Element size factor - factor used to linearly increase or decrease the default mesh size. -Original corresponding Gmsh keyword is "Mesh.CharacteristicLengthFactor". -- Max Size - maximum linear dimensions for mesh cells. -Original corresponding Gmsh keyword is "Mesh.CharacteristicLengthMax". -- Min Size - minimum linear dimensions for mesh cells. -Original corresponding Gmsh keyword is "Mesh.CharacteristicLengthMin". +Original corresponding Gmsh keyword is "Mesh.MeshSizeFactor". +- Elements per 2Pi radians - 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 "Mesh.MeshSizeFromCurvature". +- Max. Size - maximum linear dimensions for mesh cells. +Original corresponding Gmsh keyword is "Mesh.MeshSizeMax". +- Min. Size - minimum linear dimensions for mesh cells. +Original corresponding Gmsh keyword is "Mesh.MeshSizeMin". - Second Order - 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 "Mesh.ElementOrder" (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. - Remove - deletes selected rows from the table. -*/ +*/ \ No newline at end of file diff --git a/doc/salome/gui/GMSHPLUGIN/input/index.doc b/doc/salome/gui/GMSHPLUGIN/input/index.doc index 1356d22..7095583 100644 --- a/doc/salome/gui/GMSHPLUGIN/input/index.doc +++ b/doc/salome/gui/GMSHPLUGIN/input/index.doc @@ -3,7 +3,7 @@ \mainpage Introduction to GMSHPLUGIN \b GMSHPLUGIN plugin provides an integration of certain functionalities of the well known - Gmsh three-dimensional finite element mesh generator. + Gmsh three-dimensional finite element mesh generator. 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.