Salome HOME
Merge from V6_main 28/02/2013
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_defining_hypotheses.doc
1 /*!
2
3 \page tui_defining_hypotheses_page Defining Hypotheses and Algorithms
4
5 This page provides example codes of \ref tui_defining_meshing_algos
6 "defining algorithms" and hypotheses. 
7 <ul>
8 <li>Wire discretisation 1D algorithm
9   <ul>
10     <li>\ref tui_1d_arithmetic "Arithmetic 1D" hypothesis</li>
11     <li>\ref tui_deflection_1d "Deflection 1D and Number of Segments" hypotheses</li>
12     <li>\ref tui_start_and_end_length "Start and End Length" hypotheses</li>
13     <li>\ref tui_average_length "Local Length"</li>
14     <li>\ref tui_propagation "Propagation" additional hypothesis </li>
15     <li>\ref tui_fixed_points "Fixed Points 1D" hypothesis</li>
16   </ul>
17 </li>
18 <li>Triangle (Mefisto) 2D algorithm
19   <ul>
20     <li>\ref tui_max_element_area "Max Element Area" hypothesis </li>
21     <li>\ref tui_length_from_edges "Length from Edges"
22     hypothesis </li>
23   </ul>
24 </li>
25 <li>Tetrahedron (Netgen) 3D algorithm
26   <ul>
27     <li> \ref tui_max_element_volume "Max. Element Volume"hypothesis </li>
28     <li> \ref tui_viscous_layers "Viscous layers"</li>
29   </ul>
30 </li>
31 <li>\ref tui_projection "Projection Algorithms"</li>
32 <li>\ref tui_radial_quadrangle "Radial Quadrangle 1D2D" algorithm</li>
33 <li>Quadrangle (Mapping) 2D algorithm
34   <ul>
35     <li> \ref tui_quadrangle_parameters "Quadrangle Parameters" hypothesis </li>
36   </ul>
37 </li>
38 <li>\ref tui_import "Use Existing Elements" algorithm</li>
39 </ul>
40 <br>
41
42 <h2>Defining 1D Hypotheses</h2>
43
44 <br>
45 \anchor tui_1d_arithmetic
46 <h3>Arithmetic 1D</h3>
47 \tui_script{defining_hypotheses_ex01.py}
48
49 <br>
50 \anchor tui_deflection_1d
51 <h3>Deflection 1D and Number of Segments</h3>
52 \tui_script{defining_hypotheses_ex02.py}
53
54 <br>
55 \anchor tui_start_and_end_length
56 <h3>Start and End Length</h3>
57 \tui_script{defining_hypotheses_ex03.py}
58
59 <br>
60 \anchor tui_average_length
61 <h3>Local Length</h3>
62 \tui_script{defining_hypotheses_ex04.py}
63
64 <br><h2>Defining 2D and 3D hypotheses</h2>
65
66 <br>
67 \anchor tui_max_element_area
68 <h3>Maximum Element Area</h3>
69 \tui_script{defining_hypotheses_ex05.py}
70
71 <br>
72 \anchor tui_max_element_volume
73 <h3>Maximum Element Volume</h3>
74 \tui_script{defining_hypotheses_ex06.py}
75
76 <br>
77 \anchor tui_length_from_edges
78 <h3>Length from Edges</h3>
79 \tui_script{defining_hypotheses_ex07.py}
80
81 <br><h2>Defining Additional Hypotheses</h2>
82
83 <br>
84 \anchor tui_propagation
85 <h3>Propagation</h3>
86 \tui_script{defining_hypotheses_ex08.py}
87
88 <br>
89 \anchor tui_defining_meshing_algos
90 <h2>Defining Meshing Algorithms</h2>
91 \tui_script{defining_hypotheses_ex09.py}
92
93 <br>
94 \anchor tui_projection
95 <h3>Projection Algorithms</h3>
96 \tui_script{defining_hypotheses_ex10.py}
97
98 <h3>Projection 1D2D</h3>
99 \tui_script{defining_hypotheses_ex11.py}
100
101 <br>
102
103 \anchor tui_fixed_points
104
105 <h2>1D Mesh with Fixed Points example</h2>
106 \tui_script{defining_hypotheses_ex12.py}
107
108 \anchor tui_radial_quadrangle
109 <h2> Radial Quadrangle 1D2D example </h2>
110 \tui_script{defining_hypotheses_ex13.py}
111
112 \anchor tui_quadrangle_parameters
113 <h2>Quadrangle Parameters example 1 (meshing a face with 3 edges) </h2>
114 \tui_script{defining_hypotheses_ex14.py}
115
116 <h2>Quadrangle Parameters example 2 (using different types) </h2>
117 \tui_script{defining_hypotheses_ex15.py}
118
119 \anchor tui_import
120 <h2>"Use Existing Elements" example </h2>
121 \tui_script{defining_hypotheses_ex16.py}
122
123 \anchor tui_viscous_layers
124 <h2>Viscous layers construction</h2>
125 \tui_script{defining_hypotheses_ex17.py}
126
127 */