/*! \page tui_defining_hypotheses_page Defining Hypotheses and Algorithms This page provides example codes of \ref tui_defining_meshing_algos "defining algorithms" and hypotheses. <ul> <li>Wire discretisation 1D algorithm <ul> <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> <li>\ref tui_average_length "Local Length"</li> <li>\ref tui_propagation "Propagation" additional hypothesis </li> <li>\ref tui_fixed_points "Fixed Points 1D" hypothesis</li> </ul> </li> <li>Triangle (Mefisto) 2D algorithm <ul> <li>\ref tui_max_element_area "Max Element Area" hypothesis </li> <li>\ref tui_length_from_edges "Length from Edges" hypothesis </li> </ul> </li> <li>Tetrahedron (Netgen) 3D algorithm <ul> <li> \ref tui_max_element_volume "Max. Element Volume"hypothesis </li> <li> \ref tui_viscous_layers "Viscous layers"</li> </ul> </li> <li>\ref tui_projection "Projection Algorithms"</li> <li>\ref tui_radial_quadrangle "Radial Quadrangle 1D2D" algorithm</li> <li>Quadrangle (Mapping) 2D algorithm <ul> <li> \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis </li> </ul> </li> <li>\ref tui_import "Use Existing Elements" algorithm</li> </ul> <br> <h2>Defining 1D Hypotheses</h2> <br> \anchor tui_1d_arithmetic <h3>Arithmetic 1D</h3> \tui_script{defining_hypotheses_ex01.py} <br> \anchor tui_deflection_1d <h3>Deflection 1D and Number of Segments</h3> \tui_script{defining_hypotheses_ex02.py} <br> \anchor tui_start_and_end_length <h3>Start and End Length</h3> \tui_script{defining_hypotheses_ex03.py} <br> \anchor tui_average_length <h3>Local Length</h3> \tui_script{defining_hypotheses_ex04.py} <br><h2>Defining 2D and 3D hypotheses</h2> <br> \anchor tui_max_element_area <h3>Maximum Element Area</h3> \tui_script{defining_hypotheses_ex05.py} <br> \anchor tui_max_element_volume <h3>Maximum Element Volume</h3> \tui_script{defining_hypotheses_ex06.py} <br> \anchor tui_length_from_edges <h3>Length from Edges</h3> \tui_script{defining_hypotheses_ex07.py} <br><h2>Defining Additional Hypotheses</h2> <br> \anchor tui_propagation <h3>Propagation</h3> \tui_script{defining_hypotheses_ex08.py} <br> \anchor tui_defining_meshing_algos <h2>Defining Meshing Algorithms</h2> \tui_script{defining_hypotheses_ex09.py} <br> \anchor tui_projection <h3>Projection Algorithms</h3> \tui_script{defining_hypotheses_ex10.py} <h3>Projection 1D2D</h3> \tui_script{defining_hypotheses_ex11.py} <br> \anchor tui_fixed_points <h2>1D Mesh with Fixed Points example</h2> \tui_script{defining_hypotheses_ex12.py} \anchor tui_radial_quadrangle <h2> Radial Quadrangle 1D2D example </h2> \tui_script{defining_hypotheses_ex13.py} \anchor tui_quadrangle_parameters <h2>Quadrangle Parameters example 1 (meshing a face with 3 edges) </h2> \tui_script{defining_hypotheses_ex14.py} <h2>Quadrangle Parameters example 2 (using different types) </h2> \tui_script{defining_hypotheses_ex15.py} \anchor tui_import <h2>"Use Existing Elements" example </h2> \tui_script{defining_hypotheses_ex16.py} \anchor tui_viscous_layers <h2>Viscous layers construction</h2> \tui_script{defining_hypotheses_ex17.py} */