Salome HOME
Merge branch 'V8_4_BR'
[modules/smesh.git] / doc / salome / gui / SMESH / input / split_biquad_to_linear.rst
1 .. _split_biquad_to_linear_page:
2
3 ******************************
4 Split bi-quadratic into linear
5 ******************************
6
7 This functionality allows to split bi-quadratic elements into
8 linear ones without creation of additional nodes.
9
10 So that
11
12 * bi-quadratic triangle will be split into 3 linear quadrangles;
13 * bi-quadratic quadrangle will be split into 4 linear quadrangles;
14 * tri-quadratic hexahedron will be split into 8 linear hexahedra;
15 * quadratic segments adjacent to the split bi-quadratic element will be split into 2 liner segments.
16
17 .. image:: ../images/split_biquad_to_linear_mesh.png 
18         :align: center
19
20 .. centered:: 
21         "Mesh before and after splitting"
22
23 **To split bi-quadratic elements into linear:**
24
25 #. From the **Modification** menu choose the **Split bi-quadratic into linear** item or click **"Split bi-quadratic into linear"** button in the toolbar.
26
27         .. image:: ../images/split_biquad_to_linear_icon.png
28                 :align: center
29
30         .. centered:: 
31                 **"Split bi-quadratic into linear" button**
32
33         The following dialog box shall appear:
34
35         .. image:: ../images/split_biquad_to_linear_dlg.png
36                 :align: center
37  
38
39 #. Select a mesh, groups or sub-meshes in the Object Browser or in the Viewer.
40 #. Click the **Apply** or **Apply and Close** button.
41
42 **See Also** a sample TUI Script of a :ref:`tui_split_biquad` operation.
43
44