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