Salome HOME
0023546: [EDF] AsterStudy: add a method to Python API to show/hide orientation vector...
[modules/smesh.git] / doc / salome / gui / SMESH / input / convert_to_from_quadratic_mesh.rst
1 .. _convert_to_from_quadratic_mesh_page:
2
3 ****************************************
4 Convert to/from Quadratic Mesh
5 ****************************************
6
7 This functionality allows transforming linear meshes (or sub-meshes) to quadratic and vice versa.
8
9 .. Note::
10         that conversion of a sub-mesh most probably will produce a non-conformal mesh. Elements on the boundary between quadratic and linear sub-meshes become (or remain) quadratic.
11
12 See :ref:`adding_quadratic_elements_page` for more information about quadratic meshes.
13
14 **To produce a conversion:**
15
16 #. Select a mesh or a sub-mesh in the Object Browser or in the Viewer.
17 #. From the Modification menu or from the contextual menu in the Object Browser choose **Convert to/from Quadratic Mesh** item, or click **"Convert to/from quadratic"** button in the toolbar.
18
19         .. image:: ../images/image154.png
20                 :align: center
21
22         .. centered::
23                 **"Convert to/from quadratic" button**
24
25         The following dialog box will appear:
26
27         .. image:: ../images/convert.png
28                 :align: center
29
30 #. In this dialog box specify:
31
32         * If it is necessary to convert a linear mesh to quadratic or a quadratic mesh to linear. **Convert to bi-quadratic** creates some types of quadratic elements with additional central nodes: TRIA7, QUAD9 and HEXA27 elements instead of TRIA6, QUAD8, and HEXA20 elements respectively.
33         * If it is necessary to place **medium nodes** of the quadratic mesh **on the geometry** (meshed shape). This option is relevant for conversion to quadratic provided that the mesh is based on a geometry (not imported from file).
34
35                 .. image:: ../images/image156.gif
36                         :align: center
37
38                 .. centered::
39                         Linear mesh (coarse mesh on a torus)
40
41
42                 .. image:: ../images/image155.gif
43                         :align: center
44
45                 .. centered::
46                         Quadratic mesh
47
48
49         * Click the **Apply** or **Apply and Close** button.
50
51
52 **See Also** a sample TUI Script of a :ref:`tui_quadratic` operation.
53
54