Salome HOME
Merge branch 'V8_5_asterstudy'
[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 .. |img| image:: ../images/split_biquad_to_linear_icon.png
26
27 #. From the **Modification** menu choose the **Split bi-quadratic into linear** item or click *"Split bi-quadratic into linear"* button |img| in the toolbar.
28
29
30    The following dialog box shall appear:
31
32         .. image:: ../images/split_biquad_to_linear_dlg.png
33                 :align: center
34  
35
36 #. Select a mesh, groups or sub-meshes in the Object Browser or in the Viewer.
37 #. Click the **Apply** or **Apply and Close** button.
38
39 **See Also** a sample TUI Script of a :ref:`tui_split_biquad` operation.
40
41