Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / tui_adaptation.rst
diff --git a/doc/gui/input/tui_adaptation.rst b/doc/gui/input/tui_adaptation.rst
new file mode 100644 (file)
index 0000000..b8ec686
--- /dev/null
@@ -0,0 +1,33 @@
+.. _tui_adaptation_page:
+
+**********
+Adaptation
+**********
+
+.. _tui_homard_adapt:
+
+HOMARD
+======
+
+.. literalinclude:: ../../examples/test_uniform_refinement.py
+    :language: python
+
+:download:`Download this script <../../examples/test_uniform_refinement.py>`
+
+.. literalinclude:: ../../examples/test_homard_adapt.py
+    :language: python
+
+:download:`Download this script <../../examples/test_homard_adapt.py>`
+
+.. _tui_mg_adapt:
+
+MG_Adapt
+========
+
+.. literalinclude:: ../../examples/MGAdaptTests_without_session.py
+    :language: python
+
+:download:`Download this script <../../examples/MGAdaptTests_without_session.py>`
+
+
+**See Also** the GUI :ref:`adaptation_page`.