Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/smesh.git] / doc / salome / gui / SMESH / input / constructing_submeshes.doc
1 /*!
2
3 \page constructing_submeshes_page Constructing sub-meshes
4
5 Sub-mesh is a mesh on a geometrical sub-object 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 sub-object belongs to several geometrical objects
10 having different meshes or sub-meshes, it will be meshed with the
11 hypotheses of a sub-mesh of a lower dimension.<br>
12 For example, a face of a box is meshed with a sub-mesh 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 sub-mesh 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 sub-mesh, will be meshed using algorithms and
20  hypotheses of any of the two, chosen randomly. This indeterminacy can
21  be fixed by defining \ref submesh_order_anchor "Sub-mesh priority".
22 <br>
23
24 \n Construction of a sub-mesh consists of:
25 <ul>
26 <li>Selecting a mesh which will encapsulate your sub-mesh</li>
27 <li>Selecting a geometrical object for meshing</li>
28 <li>Applying one or several previously described 
29 \ref about_hypo_page "hypotheses" and 
30 \ref basic_meshing_algos_page "meshing algorithms" which will be used
31 at computation of this sub-mesh</li>
32 </ul>
33
34 <br><em>To construct a sub-mesh:</em>
35 \par
36 From the \b Mesh menu select <b>Create Sub-mesh</b> or click <em>"Create
37 Sum-mesh"</em> button in the toolbar.
38
39 \image html image33.gif
40 <center><em>"Create Sub-mesh" button</em></center>
41
42 \par
43 The following dialog box will appear:
44
45 \image html createmesh-inv2.png
46
47 \par
48 It allows to define the \b Name, the parent \b Mesh and the \b
49 Geometry (e.g. a face if the parent mesh has been built on box) of the
50 sub-mesh. You can define algorithms and hypotheses in the same way as
51 in \ref constructing_meshes_page "Create mesh" menu.
52
53 \par
54 In the Object Browser the structure of the new sub-mesh will be
55 displayed as follows:
56
57 \image html image10.jpg
58
59 \par
60 It contains:
61 <ul>
62 <li>a reference to the geometrical object on the basis of which the sub-mesh has been constructed;</li>
63 <li><b>Applied hypotheses</b> folder containing the references to the
64 hypotheses applied to the construction of the sub-mesh;</li>
65 <li><b>Applied algorithms</b> folder containing the references to the
66 algorithms applied to the construction of the sub-mesh.</li>
67 </ul>
68
69 <br><b>See Also</b> a sample TUI Script of a 
70 \ref tui_construction_submesh "Construct Sub-mesh" operation.
71
72 */