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