Salome HOME
Fix MA construction
[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 <a href="http://www.code-aster.org/outils/med/html/connectivites.html">
21   here </a>.
22
23 There are several ways to create quadratic elements in your mesh:
24 - manually (this way is described below);
25 - use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to
26 generate a quadratic mesh on your geometry;
27 - convert an existing linear mesh to a quadratic one 
28 (see \ref convert_to_from_quadratic_mesh_page).
29
30 <em>To add a quadratic element to your mesh:</em>
31 <ol>
32 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
33
34 <li>From the \b Modification menu choose the \b Add item and select
35 one of the following:
36
37 \image html image152.png
38
39 \note All dialogs for quadratic element adding to the mesh
40 provide the possibility to automatically add an element
41 to the specified group or to create the group anew using
42 <b>Add to group</b> box, that allows choosing an existing group for
43 the created node or element or giving the name to a new group. By
44 default, the <b>Add to group</b> check box is switched off. If the user
45 swiches this check box on, the combo box listing all currently
46 existing groups of the corresponding type becomes available. By
47 default, no group is selected. In this case, when the user presses
48 <b>Apply</b> or <b>Apply & Close</b> button, the warning message box
49 informs the user about the necessity to input a new group name. The
50 combo box lists both \ref standalone_group "standalone groups"
51 and \ref group_on_geom "groups on geometry". If the user chooses a
52 group on geometry, he is warned and proposed to
53 \ref convert_to_standalone "convert this group to standalone".
54 If the user rejects conversion operation, it is cancelled and
55 a new quadratic element is not created.
56
57
58 To create any <b>Quadratic Element</b> specify the nodes which will form your
59 element by selecting them in the 3D viewer with pressed Shift
60 button. Their numbers will appear in the dialog box as <b>Corner Nodes</b>
61 (alternatively you can just input numbers in this field without
62 selection). The edges formed by the corner nodes will appear in the
63 table. To define the middle nodes for each edge, double-click on the
64 respective field and input the number of the node (or pick the node in
65 the viewer). For bi-quadratic and tri-quadratic elements, your also
66 need to specify central nodes.
67 As soon as all needed nodes are specified, a preview of a new
68 quadratic element will be displayed in the 3D viewer. Then
69 you will be able to click \b Apply or <b>Apply and Close</b> button to
70 add the element to the mesh.
71
72 \image html aqt.png
73
74 \b Reverse button reverses the element.
75 </li>
76 </ol>
77
78
79
80 */