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