/*! \page additional_hypo_page Additional Hypotheses \n Additional Hypotheses can be applied as a supplement to the main hypotheses, introducing additional concepts to mesh creation. To define an Additional Hypothesis simply select it in Create Mesh menu. These hypotheses are actually changes in the rules of mesh creation and as such don't possess adjustable values. \anchor non_conform_allowed_anchor

Non Conform mesh allowed hypothesis

Non Conform mesh allowed hypothesis allows to generate non-conform meshes (that is, meshes having some edges ending on an edge or face of adjacent elements). \anchor quadratic_mesh_anchor

Quadratic Mesh

Quadratic Mesh hypothesis allows to build a quadratic mesh (whose edges are not straight but curved lines and can be defined by three points: first, middle and last instead of an ordinary two). See \ref adding_quadratic_elements_page for more information about quadratic meshes. \anchor propagation_anchor

Propagation of 1D Hypothesis on opposite edges

Propagation of 1D Hypothesis on opposite edges allows to propagate a hypothesis onto an opposite edge. If a local hypothesis and propagation are defined on an edge of a quadrangular face, the opposite edge will have the same hypothesis, unless another hypothesis has been locally defined on the opposite edge.
See Also a sample TUI Script of a \ref tui_propagation "Propagation hypothesis" operation \anchor propagofdistribution_anchor

Propagation of Node Distribution on Opposite Edges

Propagation of Node Distribution on Opposite Edges allows to propagate distribution of nodes onto an opposite edge. If a local hypothesis and propagation are defined on an edge of a quadrangular face, the opposite edge will have the same number of nodes and the same relations between segment lengths, unless another hypothesis has been locally defined on the opposite edge.
See Also a sample TUI Script of a \ref tui_propagation "Propagation hypothesis" operation \anchor quadrangle_preference_anchor

Quadrangle Preference

This additional hypothesis can be used together with 2D triangulation algorithms. It allows 2D triangulation algorithms to build quadrangular meshes. When used with "Quadrangle (Mapping)" meshing algorithm, that is obsolete since introducing \ref hypo_quad_params_anchor "Quadrangle parameters" hypothesis, this hypothesis has one restriction on its work: the total quantity of segments on all four sides of the face must be even (divisible by 2). \anchor viscous_layers_anchor

Viscous Layers and Viscous Layers 2D

Viscous Layers and Viscous Layers 2D additional hypotheses can be used together with either some 3D algorithms, for example Hexahedron(i,j,k), or 2D algorithms, for example Triangle (MEFISTO), correspondingly. These hypotheses allow creation of layers of highly stretched elements, prisms in 3D and quadrilaterals in 2D, near mesh boundary, which is beneficial for high quality viscous computations. \image html viscous_layers_hyp.png \image html viscous_layers_mesh.png A group containing viscous layer prisms.
See also a sample TUI script of a \ref tui_viscous_layers "Viscous layers construction". */