Salome HOME
912e59baa32ec18962187603e901be1a57a4d51c
[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 the same corner nodes as the
8 corresponding linear ones, but in addition they have \a midside nodes
9 located between the corner nodes on element sides.
10
11 If a quadratic 2D element has an additional node at the
12 element center, it is a bi-quadratic element (both TRIA7 and
13 QUAD9 elements are supported). If a quadratic hexahedral element has 7
14 additional nodes: at the element center and at the center of each
15 side, it is a tri-quadratic element (or HEXA27).
16
17 The convention of nodal connectivity of elements used in SALOME is
18 the MED library convention. You can consult the description of nodal
19 connectivity of elements in the documentation on MED library or
20 \ref connectivity_page "here".
21
22 There are several ways to create quadratic elements in your mesh:
23 - manually (this way is described below);
24 - use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to
25 generate a quadratic mesh on your geometry;
26 - convert an existing linear mesh to a quadratic one 
27 (see \ref convert_to_from_quadratic_mesh_page).
28
29 <em>To add a quadratic element to your mesh:</em>
30 <ol>
31 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
32
33 <li>From the \b Modification menu choose the \b Add item and select
34 one of the following:
35
36 \image html image152.png
37
38 \note All dialogs for adding quadratic element to the mesh
39 provide the possibility to automatically add an element
40 to the specified group or to create the group anew using
41 <b>Add to group</b> box, that allows choosing an existing group for
42 the created node or element or giving the name to a new group. By
43 default, the <b>Add to group</b> check box is switched off. If the user
44 swiches this check box on, the combo box listing all currently
45 existing groups of the corresponding type becomes available. By
46 default, no group is selected. In this case, when the user presses
47 <b>Apply</b> or <b>Apply & Close</b> button, the warning message box
48 informs the user about the necessity to input a new group name. The
49 combo box lists groups of all the 
50 \ref grouping_elements_page "three types": both 
51 \ref standalone_group "standalone groups",
52 \ref group_on_filter "groups on filter", and 
53 \ref group_on_geom "groups on geometry". If the user chooses a
54 group on geometry or on filter, he is warned and proposed to
55 convert this group to standalone.
56 If the user rejects conversion operation, it is cancelled and
57 a new quadratic element is not created.
58
59
60 To create any <b>Quadratic Element</b> specify the nodes which will
61 form your element by selecting them in the 3D viewer with pressed
62 Shift button and click \a Selection button to the right of 
63 <b>Corner Nodes</b> label. Their numbers will appear in the dialog box
64 as <b>Corner Nodes</b> (alternatively you can just input numbers in
65 this field without selection; note that to use this way the mesh
66 should be selected before invoking this operation). The edges formed
67 by the corner nodes will appear in the table. To define the middle
68 nodes for each edge, double-click on the respective field and input
69 the number of the node (or pick the node in the viewer). For
70 bi-quadratic and tri-quadratic elements, your also need to specify
71 central nodes.
72 As soon as all needed nodes are specified, a preview of a new
73 quadratic element will be displayed in the 3D viewer. Then
74 you will be able to click \b Apply or <b>Apply and Close</b> button to
75 add the element to the mesh.
76
77 \image html aqt.png
78
79 \b Reverse button reverses the element.
80 </li>
81 </ol>
82
83
84
85 */