Salome HOME
624851d7542cb3a7e4853bfbb28fae10953dd958
[modules/smesh.git] / doc / salome / gui / SMESH / input / adaptation.rst
1 .. _adaptation_page:
2
3 **********
4 Adaptation
5 **********
6
7 Mesh module provides the possibility to perform different adaptations of a mesh.
8
9 .. note::
10   A mesh adaptation based on splitting is available by the HOMARD module.
11
12 .. _mg_adapt_anchor:
13
14 MG_Adapt
15 ########
16
17 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.
18
19 To start **Remeshing** operation, select **MG Adapt** tab in **Adaptation** dialog.
20
21 .. image:: ../images/adaptation_01.png
22   :align: center
23
24
25 * **Mesh In** is the initial mesh to remesh.
26 * **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.
27 * **Size map definition** is a choice between **Local**, **Background** and **Constant**.
28
29 - If the choice is **Background**, the name of the MED file must be given.
30 - If the choice is **Local** or **Background**, the name of the field must be selected from the list, together with time step.
31
32 .. image:: ../images/adaptation_02.png
33   :align: center
34
35 .. note::
36   The exhaustive description of MG-Adapt can be read into its documentation. It can be reached by the general help button.
37
38 **See Also** a sample TUI Script of :ref:`tui_adaptation_page`.