Salome HOME
3c38fb7db650d1170c1d807dad7e9c54f3bf2616
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_hypo.doc
1 /*!
2
3 \page about_hypo_page About Hypotheses
4
5 \b Hypotheses represent boundary conditions which will be taken into
6 account by meshing algorithms.
7 The hypotheses allow you to manage the level of detail of
8 the resulting mesh: when applying different hypotheses
9 with different parameters you can preset the quantity or size of
10 elements which will compose your mesh. So, it will be possible to
11 generate a coarse or a more refined mesh.
12
13 In \b MESH there are the following Basic Hypotheses:
14 <ul>
15 <li>\subpage a1d_meshing_hypo_page "1D Hypotheses" (for meshing of 
16 <b>edges</b>):</li>
17 <ul>
18 <li>\ref number_of_segments_anchor "Number of segments"</li>
19 <li>\ref average_length_anchor "Local Length"</li>
20 <li>\ref max_length_anchor "Max Size"</li>
21 <li>\ref adaptive_1d_anchor "Adaptive"</li>
22 <li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
23 <li>\ref geometric_1d_anchor "Geometric Progression"</li>
24 <li>\ref start_and_end_length_anchor "Start and end length"</li>
25 <li>\ref deflection_1d_anchor "Deflection 1D"</li>
26 <li>\ref automatic_length_anchor "Automatic Length"</li>
27 <li>\ref fixed_points_1d_anchor "Fixed points 1D"</li>
28 </ul>
29 <li>\subpage a2d_meshing_hypo_page "2D Hypotheses" (for meshing of <b>faces</b>):</li>
30 <ul>
31 <li>\ref max_element_area_anchor "Max Element Area"</li>
32 <li>\ref length_from_edges_anchor "Length from Edges"</li>
33 <li>\ref hypo_quad_params_anchor "Quadrangle Parameters"</li>
34 </ul>
35 <li>3D Hypothesis (for meshing of <b>volumes</b>):</li>
36 <ul>
37 <li>\subpage max_element_volume_hypo_page "Max Element Volume"</li>
38 </ul>
39 </ul>
40
41 There also exist
42 \subpage additional_hypo_page "Additional Hypotheses" that can be used together
43 with main hypotheses:
44 <ul>
45 <li>\ref propagation_anchor "Propagation of 1D Hypothesis on opposite edges"</li>
46 <li>\ref propagofdistribution_anchor "Propagation of Node Distribution on Opposite Edges"</li>
47 <li>\ref viscous_layers_anchor "Viscous layers"</li>
48 <li>\ref quadratic_mesh_anchor "Quadratic mesh"</li>
49 <li>\ref quadrangle_preference_anchor "Quadrangle preference"</li>
50 </ul>
51
52 The choice of a hypothesis depends on the selected algorithm.
53
54 */