Salome HOME
Documentation
authorGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Mon, 8 Feb 2021 14:28:54 +0000 (15:28 +0100)
committerGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Mon, 8 Feb 2021 14:28:54 +0000 (15:28 +0100)
doc/salome/gui/SMESH/images/adaptation_01.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_02.png [new file with mode: 0644]
doc/salome/gui/SMESH/input/adaptation.rst [new file with mode: 0644]
doc/salome/gui/SMESH/input/tui_adaptation.rst [new file with mode: 0644]

diff --git a/doc/salome/gui/SMESH/images/adaptation_01.png b/doc/salome/gui/SMESH/images/adaptation_01.png
new file mode 100644 (file)
index 0000000..67cb8b6
Binary files /dev/null and b/doc/salome/gui/SMESH/images/adaptation_01.png differ
diff --git a/doc/salome/gui/SMESH/images/adaptation_02.png b/doc/salome/gui/SMESH/images/adaptation_02.png
new file mode 100644 (file)
index 0000000..1f3f9ed
Binary files /dev/null and b/doc/salome/gui/SMESH/images/adaptation_02.png differ
diff --git a/doc/salome/gui/SMESH/input/adaptation.rst b/doc/salome/gui/SMESH/input/adaptation.rst
new file mode 100644 (file)
index 0000000..bb048ae
--- /dev/null
@@ -0,0 +1,38 @@
+.. _adaptation_page:
+
+**********
+Adaptation
+**********
+
+Mesh module provides the possibility to perform different adaptations of a mesh.
+
+.. note::
+  A mesh adaptation based on splitting is available by the HOMARD module.
+
+.. _mg_adapt_anchor:
+
+MG_Adapt
+########
+
+For meshes made of triangles and/or tetrahedra, remeshing operations are available with the MG-Adapt plugin. The remeshing is based on wanted mesh sizes defined over the mesh or as a constant. The boundaries are dedeuced from the initial mesh.
+
+To start **Remeshing** operation, select **MG Adapt** tab in **Adaptation** dialog.
+
+.. image:: ../images/adaptation_01.png
+  :align: center
+
+
+* **Mesh In** is the initial mesh to remesh.
+* **Mesh Out** is the resulting mesh after remeshing. By default, the name of the initial mesh is kept and the file name is based on the name of the initial mesh.
+* **Size map definition** is a choice between **Local**, **Background** and **Constant**.
+
+- If the choice is **Background**, the name of the MED file must be given.
+- If the choice is **Local** or **Background**, the name of the field must be selected from the list, together with time step.
+
+.. image:: ../images/adaptation_02.png
+  :align: center
+
+.. note::
+  The exhaustive description of MG-Adapt can be read into its documentation. It can be reached bu the general help button.
+
+**See Also** a sample TUI Script of :ref:`tui_adaptation_page`.
diff --git a/doc/salome/gui/SMESH/input/tui_adaptation.rst b/doc/salome/gui/SMESH/input/tui_adaptation.rst
new file mode 100644 (file)
index 0000000..9bf8a29
--- /dev/null
@@ -0,0 +1,15 @@
+.. _tui_adaptation_page:
+
+
+**********
+Adaptation
+**********
+
+.. _tui_mg_adapt:
+
+MG_Adapt
+========
+
+
+
+**See Also** the GUI :ref:`adaptation_page`.