Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/smesh.git] / doc / salome / gui / SMESH / input / radial_quadrangle_1D2D_algo.doc
1 /*!
2
3 \page radial_quadrangle_1D2D_algo_page Radial Quadrangle 1D2D
4
5 \n This algorithm applies to the meshing of 2D shapes under the
6 following conditions: the face must be a full circle or a part of circle
7 (i.e. the number of edges is less or equal to 3 and one of them is a circle curve).
8 The resulting mesh consists of triangles (near the center point) and
9 quadrangles.
10
11 This algorithm requires the hypothesis indicating the number
12 of mesh layers along the radius. The distribution of layers can be set with any 1D Hypothesis.
13
14 \image html hypo_radquad_dlg.png
15
16 \image html mesh_radquad_01.png "Radial Quadrangle 2D mesh on the top and the bottom faces of a cylinder"
17
18 \image html mesh_radquad_02.png "Radial Quadrangle 2D mesh on a part of circle"
19
20 \sa A sample \ref tui_radial_quadrangle "TUI Script".
21
22 */