Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/smesh.git] / doc / salome / gui / SMESH / input / split_to_tetra.doc
1 /*!
2
3 \page split_to_tetra_page Splitting volumes into tetrahedra
4
5 \n This operation allows to split volumic elements into tetrahedra. 
6 2D mesh is modified accordingly.
7
8 <em>To split volumes:</em>
9 <ol>
10 <li>Display a mesh or a submesh in the 3D viewer.</li>
11 <li>In the \b Modification menu select the <b>Split into Tetrahedra</b> item or
12 click <em>"Split into Tetrahedra"</em> button in the toolbar.
13
14 \image html split_into_tetra_icon.png
15 <center><em>"Split into Tetrahedra" button</em></center>
16
17 The following dialog box will appear:
18
19 \image html split_into_tetra.png
20
21 \par
22 <ul>
23 <li>The main list contains the list of volumes. You can click on
24 a volume in the 3D viewer and it will be highlighted (lock Shift
25 keyboard button to select several volumes). Click \b Add button and
26 the ID of this volume will be added to the list. To remove the
27 selected element or elements from the list click \b Remove button. <b>Sort
28 list</b> button allows to sort the list of IDs. \b Filter button allows to
29 apply a definite filter to the selection of volumes.
30 <br><b>Note:</b> If you split not all adjacent non-tetrahedral volumes, your mesh becomes 
31 non-conform.</li>
32 <li><b>Apply to all</b> radio button allows to split all
33 volumes of the currently displayed mesh or submesh.</li>
34 </ul>
35
36 <ul>
37 <li>\b Split hexahedron
38
39 <ul>
40 <li><b>Into 5 tetrahedra</b>, <b>Into 6 tetrahedra</b> and <b>Into 24 tetrahedra</b> allows to
41 specify the number of tetrahedra a hexahedron will be split into. If the specified method does
42 not allow to get a conform mesh, a generic solution is applied: an additional node 
43 is created at the gravity center of a hexahedron, serving an apex of tetrahedra, all quadrangle sides of the hexahedron are split into two triangles each serving a base of a new tetrahedron.</li>
44 </ul>
45
46 </li>
47
48 <li><b>Select from</b> a set of fields allows to choose a submesh or an
49 existing group whose elements will be automatically added to the
50 list.</li>
51 </ul>
52
53 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
54 </ol>
55 */