Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/smesh.git] / doc / salome / gui / SMESH / input / use_existing_algos.doc
1 /*!
2
3 \page import_algos_page Use Existing Elements Algorithms
4
5 \n <em>Use Existing Elements </em>algorithms allow to define the mesh of a geometrical
6 object by importing suitably located mesh elements from another
7 mesh. The mesh elements to import from the other mesh should be contained in
8 groups. If several groups are used to mesh the same geometry, validity of
9 nodal connectivity of result mesh must be assured by connectivity of
10 the source mesh; no geometrical checks are performed to merge
11 different nodes at same locations.
12 <br> The source elements must totally cover the meshed geometry.
13 The source elements lying partially over the geometry will not be used.
14 <br>
15 These algorithms can be used to mesh a very complex geometry part by
16 part, by storing meshes of parts in files and then fusing them
17 together using these algorithms.
18 <br>
19
20 <b>Use Existing 1D Elements</b> algorithm allows to define the mesh of
21 a geometrical edge (or group of edges)
22 by importing mesh edges contained in a group (or groups) from another mesh.
23 \n To apply this algorithm select the edge to be meshed (indicated in
24 the field \b Geometry of <b>Create mesh</b> dialog box),
25 <b>Use existing 1D elements</b> in the list of 1D algorithms and click the
26 <em>"Add Hypothesis"</em> button.
27 The following dialog box will appear:
28
29 \image html hyp_source_edges.png
30
31 In this dialog box you can define 
32 <ul>
33 <li>The \b Name of the algorithm. </li>
34 <li>The <b>Groups of Edges</b> to import 1D elements from.
35 <li><b>To copy mesh</b> checkbox allows to import not only the edges of
36 the selected <b>Groups of Edges</b>, but the whole source
37 mesh. In this case <b>To copy groups</b> checkbox allows to create
38 the same groups as in the imported source mesh.</li>
39 </ul>
40
41 <b>Use Existing 2D Elements</b> algorithm allows to define the mesh of
42 a geometrical face (or group of faces)
43 by importing mesh faces contained in a group (or groups) from another mesh.
44 \n To apply this algorithm select the geometrical face to be meshed (indicated in
45 the field \b Geometry of <b>Create mesh</b> dialog box),
46 <b>Use existing 2D elements</b> in the list of 2D algorithms and click the
47 <em>"Add Hypothesis"</em> button.
48 The following dialog box will appear:
49
50 \image html hyp_source_faces.png
51
52 In this dialog box you can define 
53 <ul>
54 <li>The \b Name of the algorithm. </li>
55 <li>The <b>Groups of Edges</b> to import 1D elements from.
56 <li><b>To copy mesh</b> checkbox allows to import not only the edges of
57 the selected <b>Groups of Edges</b>, but the whole source
58 mesh. In this case <b>To copy groups</b> checkbox allows to create
59 the same groups as in the imported source mesh.</li>
60 </ul>
61
62 <br><b>See Also</b> a sample TUI Script of a 
63 \ref tui_import "Use Existing Elements Algorithms".
64
65 */
66