Salome HOME
PR: synchro V7_main tag mergefrom_V6_main_06Mar13
[modules/smesh.git] / doc / salome / gui / SMESH / input / adding_quadratic_elements.doc
1 /*!
2
3 \page adding_quadratic_elements_page Adding Quadratic Elements
4
5 \n MESH module allows you to work with <b>Quadratic Elements</b>.
6
7 Quadratic elements are defined by same corner nodes as the
8 corresponding linear ones, and in addition they bear \a midside nodes
9 located between the corner nodes on element sides.
10
11 The quadratic quadrilateral element can bear an additional node at the
12 element center, then it is referred as bi-quadratic one (or
13 QUAD9). The quadratic hexahedral element can bear 7 additional nodes:
14 at the element center and at centers of sides, then it is referred as
15 tri-quadratic one (or HEXA27).
16
17 There are several ways you can create quadratic elements in your mesh:
18 - manually create quadratic elements (the way described below);
19 - use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to
20 generate quadratic mesh on your geometry;
21 - convert an existing linear mesh to a quadratic one 
22 (see \ref convert_to_from_quadratic_mesh_page).
23
24 <em>To add a quadratic element to your mesh:</em>
25 <ol>
26 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
27
28 <li>From the \b Modification menu choose the \b Add item and select
29 one of the following:
30
31 \image html image152.png
32
33 \note All dialogs for quadratic element adding to the mesh
34 provide the possibility to automatically add an element
35 to the specified group or to create the group anew using
36 <b>Add to group</b> box, that allows choosing an existing group for
37 the created node or element or giving the name to a new group. By
38 default, the <b>Add to group</b> check box is switched off. If the user
39 swiches this check box on, the combo box listing all currently
40 existing groups of the corresponding type becomes available. By
41 default, no group is selected. In this case, when the user presses
42 <b>Apply</b> or <b>Apply & Close</b> button, the warning message box
43 informs the user about the necessity to input a new group name. The
44 combo box lists both \ref standalone_group "standalone groups"
45 and \ref group_on_geom "groups on geometry". If the user chooses a
46 group on geometry, he is warned and proposed to
47 \ref convert_to_standalone "convert this group to standalone".
48 If the user rejects conversion operation, it is cancelled and
49 a new quadratic element is not created.
50
51
52 To create any <b>Quadratic Element</b> specify the nodes which will form your
53 triangle by selecting them in the 3D viewer with pressed Shift
54 button. Their numbers will appear in the dialog box as <b>Corner Nodes</b>
55 (alternatively you can just input numbers in this field without
56 selection).The edges formed by the corner nodes will appear in the
57 table. To define the middle nodes for each edge double-click on the
58 respective field and input the number of the node. All edges and the
59 object formed by them will be displayed in the Object browser. When
60 all edges are defined you will be able to click \b Apply or <b>Apply and Close</b> button to
61 add the element to the mesh.
62
63 \image html aqt.png
64
65 \b Reverse button for Quadratic Edges switches the first and the last
66 nodes. For all other elements it reverses the element.
67 </li>
68 </ol>
69
70
71
72 */