Salome HOME
9219486302c70040bb417f7f6afd7e31a2d3d3f5
[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 Edge is not a straight but a broken line and can be defined
8 by three points: first, middle and last. All more complex \b Quadratic
9 \b Elements differ from ordinary ones in that they consist of Quadratic
10 Edges.
11
12 <em>To add a quadratic element to your mesh:</em>
13 <ol>
14 <li>Select your mesh in the Object Browser or in the 3D viewer.</li>
15
16 <li>From the \b Modification menu choose the \b Add item and select
17 one of the following:
18
19 \image html image152.png
20
21 \note All dialogs for quadratic element adding to the mesh
22 provide the possibility to automatically add an element
23 to the specified group or to create the group anew using
24 <b>Add to group</b> box, that allows choosing an existing group for
25 the created node or element or giving the name to a new group. By
26 default, the <b>Add to group</b> check box is switched off. If the user
27 swiches this check box on, the combo box listing all currently
28 existing groups of the corresponding type becomes available. By
29 default, no group is selected. In this case, when the user presses
30 <b>Apply</b> or <b>Apply & Close</b> button, the warning message box
31 informs the user about the necessity to input a new group name. The
32 combo box lists both \ref standalone_group "standalone groups"
33 and \ref group_on_geom "groups on geometry". If the user chooses a
34 group on geometry, he is warned and proposed to
35 \ref convert_to_standalone "convert this group to standalone".
36 If the user rejects conversion operation, it is cancelled and
37 a new quadratic element is not created.
38
39
40 To create any <b>Quadratic Element</b> specify the nodes which will form your
41 triangle by selecting them in the 3D viewer with pressed Shift
42 button. Their numbers will appear in the dialog box as <b>Corner Nodes</b>
43 (alternatively you can just input numbers in this field without
44 selection).The edges formed by the corner nodes will appear in the
45 table. To define the middle nodes for each edge double-click on the
46 respective field and input the number of the node. All edges and the
47 object formed by them will be displayed in the Object browser. When
48 all edges are defined you will be able to click \b Apply or <b>Apply and Close</b> button to
49 add the element to the mesh.
50
51 \image html aqt.png
52
53 \b Reverse button for Quadratic Edges switches the first and the last
54 nodes. For all other elements it reverses the element.
55 </li>
56 </ol>
57
58
59
60 */