Salome HOME
0020978: EDF 1475 SMESH: Convert linear to quadratic on a submesh
[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 you to transtorm standard meshes (or
6 sum-mesh) 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 the 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 the Convert to/from Quadratic
18 Mesh item, 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 you should specify:
30
31 <ul>
32 <li>if you wish 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 sole direction of convertion is automatically selected.</li>
36
37 <li>if you wish to place medium nodes of the quadratic mesh on the
38 geometry (meshed object). This option is active at convertion to
39 qudratic mesh only and provided that the mesh is based on some
40 geometry (not imported from the file).</li>
41 </ul>
42
43 \image html image156.gif
44 <center>Standard mesh (coarse mesh on a torus)</center>
45
46 \image html image155.gif
47 <center>Quadratic mesh</center>
48
49 </li>
50 <li>Click the \b Apply or \b OK button.</li>
51 </ol>
52
53 <br><b>See Also</b> a sample TUI Script of a \ref tui_quadratic "Convert to/from quadratic" operation.
54
55 */