Salome HOME
22355: EDF SMESH: New 1D hypothesis "Adaptive"
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_defining_hypotheses.doc
index 71abf33b6e68bb8018930208f3c451ce270ef20b..333017d774aa8ca4d5a5bb9e834869528805f98e 100644 (file)
@@ -7,6 +7,7 @@ This page provides example codes of \ref tui_defining_meshing_algos
 <ul>
 <li>Wire discretisation 1D algorithm
   <ul>
+    <li>\ref tui_1d_adaptive "Adaptive 1D" hypothesis</li>
     <li>\ref tui_1d_arithmetic "Arithmetic 1D" hypothesis</li>
     <li>\ref tui_deflection_1d "Deflection 1D and Number of Segments" hypotheses</li>
     <li>\ref tui_start_and_end_length "Start and End Length" hypotheses</li>
@@ -46,6 +47,11 @@ This page provides example codes of \ref tui_defining_meshing_algos
 <h3>Arithmetic 1D</h3>
 \tui_script{defining_hypotheses_ex01.py}
 
+<br>
+\anchor tui_1d_adaptive
+<h3>Adaptive</h3>
+\tui_script{defining_hypotheses_adaptive1d.py}
+
 <br>
 \anchor tui_deflection_1d
 <h3>Deflection 1D and Number of Segments</h3>