Salome HOME
15fe1b7501ff2d278c871e952dbcc615fd45f369
[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 linear meshes (or
6 sub-meshes) to quadratic and vice versa.
7 Note that conversion of a sub-mesh most probably will produce a
8 non-conformal mesh. Elements on the boundary between quadratic and
9 linear sub-meshes become (or remain) quadratic.
10
11 See \ref adding_quadratic_elements_page for more information about
12 quadratic meshes.
13
14 <em>To produce a conversion:</em>
15 <ol>
16 <li>Select a mesh or a sub-mesh in the Object Browser or in the
17 Viewer.</li>
18 <li>From the Modification menu choose <b> Convert to/from Quadratic
19 Mesh item </b>, or click <em>"Convert to/from quadratic"</em> button in the
20 toolbar.
21
22 <center>
23 \image html image154.png
24 <em>"Convert to/from quadratic" button</em>
25 </center>
26
27 The following dialog box will appear:
28
29 \image html convert.png
30
31 </li>
32 <li>In this dialog box specify:
33
34 <ul>
35 <li>If it is necessary to convert a linear mesh to quadratic or a quadratic
36   mesh to linear. **Convert to bi-quadratic** option means same as
37   **Convert to quadratic** except that QUAD9 elements are created
38   instead of QUAD8, and HEXA27 elements are created instead of
39   HEXA20. Note that the choice is available only if the selected mesh
40   (or sub-mesh) contains both quadratic and linear elements, else the
41   direction of conversion is selected automatically.</li>
42 <li>If it is necessary to place medium nodes of the quadratic mesh on the
43 geometry (meshed object). This option is relevant for conversion to
44 quadratic provided that the mesh is based on a geometry (not imported from file).</li>
45 </ul>
46
47 \image html image156.gif
48 <center>Linear mesh (coarse mesh on a torus)</center>
49
50 \image html image155.gif
51 <center>Quadratic mesh</center>
52
53 </li>
54 <li>Click the \b Apply or \b OK button.</li>
55 </ol>
56
57 <br><b>See Also</b> a sample TUI Script of a \ref tui_quadratic "Convert to/from quadratic" operation.
58
59 */