X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fadaptation.rst;fp=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fadaptation.rst;h=0000000000000000000000000000000000000000;hb=13e344b8720248d920a39505004bb9a889a0b2d7;hp=624851d7542cb3a7e4853bfbb28fae10953dd958;hpb=a463e4643121ceea8a13c2fad631e0ef0ac8a824;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/adaptation.rst b/doc/salome/gui/SMESH/input/adaptation.rst deleted file mode 100644 index 624851d75..000000000 --- a/doc/salome/gui/SMESH/input/adaptation.rst +++ /dev/null @@ -1,38 +0,0 @@ -.. _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 by the general help button. - -**See Also** a sample TUI Script of :ref:`tui_adaptation_page`.