Salome HOME
0020889: EDF 1433 SMESH: SplitHexaToTetra: add the 24 tetras mode
[modules/smesh.git] / doc / salome / gui / SMESH / input / constructing_submeshes.doc
1 /*!
2
3 \page constructing_submeshes_page Constructing submeshes
4
5 Submesh is a mesh on a geometrical subobject created with algorithms
6 and/or hypotheses other than the algorithms and hypotheses assigned to
7 the parent mesh on the parent object.
8 <br><br>
9 If a geometrical subobject belongs to several geometrical objects
10 having different meshes or submeshes, it will be meshed with the
11 hypotheses of a submesh of a lower dimension.<br>
12 For example, a face of a box is meshed with a submesh using algorithms
13 and hypotheses other than the parent mesh on the whole box. The face
14 and the box share four edges, which will be meshed with algorithms and
15 hypotheses of the submesh on the face, because the face is a 2D object
16 while the box is a 3D object.  <br>
17  If the dimensions are the same, an arbitrary algorithm/hypothesis
18  will be used. This means that an edge shared by two faces each having
19  its own different submesh, will be meshed using algorithms and
20  hypotheses of any of the two, chosen randomly. <br>
21
22 \n Construction of a submesh consists of:
23 <ul>
24 <li>Selecting a mesh which will encapsulate your submesh</li>
25 <li>Selecting a geometrical object for meshing</li>
26 <li>Applying one or several previously described 
27 \ref about_hypo_page "hypotheses" and 
28 \ref basic_meshing_algos_page "meshing algorithms" which will be used
29 at computation of this submesh</li>
30 </ul>
31
32 <br><em>To construct a submesh:</em>
33 \par
34 From the \b Mesh menu select <b>Create Submesh</b> or click <em>"Create
35 Sum-mesh"</em> button in the toolbar.
36
37 \image html image33.gif
38 <center><em>"Create Submesh" button</em></center>
39
40 \par
41 The following dialog box will appear:
42
43 \image html createmesh-inv2.png
44
45 \par
46 It allows to define the \b Name, the parent \b Mesh and the \b
47 Geometry (e.g. a face if the parent mesh has been built on box) of the
48 submesh. You can define algorithms and hypotheses in the same way as
49 in \ref constructing_meshes_page "Create mesh" menu.
50
51 \par
52 In the Object Browser the structure of the new submesh will be
53 displayed as follows:
54
55 \image html image10.jpg
56
57 \par
58 It contains:
59 <ul>
60 <li>a reference to the geometrical object on the basis of which the submesh has been constructed;</li>
61 <li><b>Applied hypotheses</b> folder containing the references to the
62 hypotheses applied to the construction of the submesh;</li>
63 <li><b>Applied algorithms</b> folder containing the references to the
64 algorithms applied to the construction of the submesh.</li>
65 </ul>
66
67 <br><b>See Also</b> a sample TUI Script of a 
68 \ref tui_construction_submesh "Construct Submesh" operation.
69
70 */