/*! \page tui_defining_hypotheses_page Defining Hypotheses and Algorithms This page provides example codes of \ref tui_defining_meshing_algos "defining algorithms" and hypotheses.

Defining 1D Hypotheses


\anchor tui_1d_arithmetic

Arithmetic 1D

\include defining_hypotheses_ex01.py Download this script
\anchor tui_deflection_1d

Deflection 1D and Number of Segments

\include defining_hypotheses_ex02.py Download this script
\anchor tui_start_and_end_length

Start and End Length

\include defining_hypotheses_ex03.py Download this script
\anchor tui_average_length

Local Length

\include defining_hypotheses_ex04.py Download this script

Defining 2D and 3D hypotheses


\anchor tui_max_element_area

Maximum Element Area

\include defining_hypotheses_ex05.py Download this script
\anchor tui_max_element_volume

Maximum Element Volume

\include defining_hypotheses_ex06.py Download this script
\anchor tui_length_from_edges

Length from Edges

\include defining_hypotheses_ex07.py Download this script

Defining Additional Hypotheses


\anchor tui_propagation

Propagation

\include defining_hypotheses_ex08.py Download this script
\anchor tui_defining_meshing_algos

Defining Meshing Algorithms

\include defining_hypotheses_ex09.py Download this script
\anchor tui_projection

Projection Algorithms

\include defining_hypotheses_ex10.py Download this script

Projection 1D2D

\include defining_hypotheses_ex11.py Download this script
\anchor tui_fixed_points

1D Mesh with Fixed Points example

\include defining_hypotheses_ex12.py Download this script \anchor tui_radial_quadrangle

Radial Quadrangle 1D2D example

\include defining_hypotheses_ex13.py Download this script \anchor tui_quadrangle_parameters

Quadrangle Parameters example 1 (meshing a face with 3 edges)

\include defining_hypotheses_ex14.py Download this script

Quadrangle Parameters example 2 (using different types)

\include defining_hypotheses_ex15.py Download this script \anchor tui_import

"Use Existing Elements" example

\include defining_hypotheses_ex16.py Download this script \anchor tui_viscous_layers

Viscous layers construction

\include defining_hypotheses_ex17.py Download this script */