/*!
\page about_hypo_page About Hypotheses
\b Hypotheses represent boundary conditions which will be taken into
account at calculations of meshes or sub-meshes basing on geometrical
objects. These hypotheses allow you to manage the level of detail of
the resulting meshes or sub-meshes: when applying different hypotheses
with different parameters you can preset the quantity or size of
elements which will compose your mesh. So, it will be possible to
generate a coarse or a more refined mesh or sub-mesh.
In \b MESH there are the following Basic Hypotheses:
- \subpage a1d_meshing_hypo_page "1D Hypotheses" (for meshing of
edges):
- \ref arithmetic_1d_anchor "Arithmetic 1D"
- \ref average_length_anchor "Local Length"
- \ref max_length_anchor "Max Size"
- \ref deflection_1d_anchor "Deflection 1D"
- \ref number_of_segments_anchor "Number of segments"
- \ref start_and_end_length_anchor "Start and end length"
- \ref automatic_length_anchor "Automatic Length"
- \subpage a2d_meshing_hypo_page "2D Hypotheses" (for meshing of faces):
- \ref max_element_area_anchor "Max Element Area"
- \ref length_from_edges_anchor "Length from Edges"
- \ref hypo_quad_params_anchor "Quadrangle Parameters"
- 3D Hypothesis (for meshing of volumes):
- \subpage max_element_volume_hypo_page "Max Element Volume"
There also exist
\subpage additional_hypo_page "Additional Hypotheses" used together
with other hypotheses:
- \ref propagation_anchor "Propagation of 1D Hypothesis on opposite edges"
- \ref viscous_layers_anchor "Viscous layers"
- \ref quadratic_mesh_anchor "Quadratic mesh"
- \ref non_conform_allowed_anchor "Non conform mesh allowed"
- \ref quadrangle_preference_anchor "Quadrangle preference"
The choice of a hypothesis depends on:
- the algorithm, which will be selected for meshing of this geometrical object (shape)
- the geometrical object (shape) which will be meshed
*/