Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/smesh.git] / doc / salome / gui / SMESH / input / convert_to_from_quadratic_mesh.doc
1 /*!
2
3 \page convert_to_from_quadratic_mesh_page Convert to/from Quadratic Mesh
4
5 \n This functionality allows transforming standard meshes (or
6 sub-meshes) to quadratic and vice versa. 
7 See \ref adding_quadratic_elements_page "Adding quadratic elements" 
8 for more information about quadratic meshes.
9 Note that conversion of a sub-mesh most probably will
10 produce a non-conformal mesh. Elements on the boundary between
11 quadratic and linear sub-meshes become (or remain) quadratic.
12
13 <em>To produce a conversion:</em>
14 <ol>
15 <li>Select a mesh or a sub-mesh in the Object Browser or in the
16 Viewer.</li>
17 <li>From the Modification menu choose <b> Convert to/from Quadratic
18 Mesh item </b>, or click <em>"Convert to/from quadratic"</em> button in the
19 toolbar.
20
21 \image html image154.png
22 <center><em>"Convert to/from quadratic" button</em></center>
23
24 The following dialog box will appear:
25
26 \image html convert.png
27
28 </li>
29 <li>In this dialog box specify:
30
31 <ul>
32 <li>if it is necessary to convert a standard mesh to quadratic or a quadratic
33 mesh to standard. Note that the choice is available only if the selected mesh
34 (or sub-mesh) contains both quadratic and linear elements, else the
35 direction of conversion is selected automatically.</li>
36
37 <li>if it is necessary to place medium nodes of the quadratic mesh on the
38 geometry (meshed object). This option is relevant for conversion to
39 quadratic provided that the mesh is based on a geometry (not imported from file).</li>
40 </ul>
41
42 \image html image156.gif
43 <center>Standard mesh (coarse mesh on a torus)</center>
44
45 \image html image155.gif
46 <center>Quadratic mesh</center>
47
48 </li>
49 <li>Click the \b Apply or \b OK button.</li>
50 </ol>
51
52 <br><b>See Also</b> a sample TUI Script of a \ref tui_quadratic "Convert to/from quadratic" operation.
53
54 */