Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / tui_adaptation.rst
1 .. _tui_adaptation_page:
2
3 **********
4 Adaptation
5 **********
6
7 .. _tui_homard_adapt:
8
9 HOMARD
10 ======
11
12 .. literalinclude:: ../../examples/test_uniform_refinement.py
13     :language: python
14
15 :download:`Download this script <../../examples/test_uniform_refinement.py>`
16
17 .. literalinclude:: ../../examples/test_homard_adapt.py
18     :language: python
19
20 :download:`Download this script <../../examples/test_homard_adapt.py>`
21
22 .. _tui_mg_adapt:
23
24 MG_Adapt
25 ========
26
27 .. literalinclude:: ../../examples/MGAdaptTests_without_session.py
28     :language: python
29
30 :download:`Download this script <../../examples/MGAdaptTests_without_session.py>`
31
32
33 **See Also** the GUI :ref:`adaptation_page`.