Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[modules/smesh.git] / doc / salome / gui / SMESH / input / basic_meshing_algos.doc
1 /*!
2
3 \page basic_meshing_algos_page Basic meshing algorithms
4
5 \n The MESH module contains a set of meshing algorithms, which are
6 used for meshing entities (1D, 2D, 3D) composing geometrical objects.
7
8 <ul>
9 <li>For meshing of 1D entities (<b>edges</b>):</li>
10
11 <ul>
12 <li>Wire Discretisation meshing algorithm - splits a wire into a
13 number of mesh segments following any 1D hypothesis.</li>
14 <li>Composite Side Discretisation algorithm - allows to apply any 1D
15 hypothesis to a whole side of a geometrical face even if it is
16 composed of several edges provided that they form C1 curve, have the
17 same hypotheses assigned and form one side in all faces of the main
18 shape of a mesh.</li>
19 </ul>
20
21 <li>For meshing of 2D entities (<b>faces</b>):</li>
22
23 <ul>
24 <li>Triangle meshing algorithms (Mefisto, Netgen 1D-2D and BLSUFR ) - Faces
25 are split into triangular elements.</li>
26 <li>Quadrangle meshing algorithm (Mapping) - Faces are split into
27 quadrangular elements.</li>
28 <li>Radial quadrangle 1D2D algorithm - Faces (circles or part of circles)
29 are split into triangular and quadrangle elements.</li>
30 </ul>
31
32 \image html image123.gif "Example of a triangular 2D mesh"
33
34 \image html image124.gif "Example of a quadrangular 2D mesh"
35
36 <li>For meshing of 3D entities (<b>volume objects</b>):</li>
37
38 <ul>
39 <li>Hexahedron meshing algorithm (i,j,k) - Volumes are split into
40 hexahedral (cubic) elements.</li>
41 <li>Tetrahedron (Netgen and GHS3D) meshing algorithms - Volumes are split into
42 tetrahedral (pyramidal) elements.</li>
43 </ul>
44
45 \image html image125.gif "Example of a tetrahedral 3D mesh"
46
47 \image html image126.gif "Example of a hexahedral 3D mesh"
48 </ul>
49
50 \note BLSURF and GHS3D are commercial meshers and require a
51 license to be used within the Mesh module.
52
53 There is also a number of more specific algorithms:
54 <ul>
55 <li>\subpage projection_algos_page "for meshing by projection of another mesh"</li>
56 <li>\subpage radial_prism_algo_page "for meshing geometrical objects with cavities"</li>
57 <li>\subpage segments_around_vertex_algo_page "for defining the local size of elements around a certain node"</li>
58 <li>\subpage prism_3d_algo_page "for meshing prismatic shapes"</li>
59 <li>\subpage radial_quadrangle_1D2D_algo_page "for meshing special 2d faces (circles and part of circles)"</li>
60 </ul>
61
62 \ref constructing_meshes_page "Constructing meshes" page describes in
63 detail how to apply meshing algorithms.
64
65 <br><b>See Also</b> a sample TUI Script of a 
66 \ref tui_defining_meshing_algos "Define Meshing Algorithm" operation.  
67
68 */