Salome HOME
merge V5_1_4
[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 adding quadratic element to the mesh
22 provide a possibility to add new element
23 automatically to the specified group or to create it anew using
24 <b>Add to group</b> box, that allows to choose an existing group for
25 the created node or element or to give the name to a new group. By
26 default, the <b>Add to group</b> check box is switched off. If 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 any group is selected. In such a case, when user presses
30 <b>Apply</b> or <b>Apply & Close</b> button, the warning message box
31 informing the user about the necessity to input new group name is
32 shown. The combo box lists both \ref standalone_group "standalone groups"
33 and \ref group_on_geom "groups on geometry". If the user has 
34 chosen the group on geometry, he is warned and proposed to
35 \ref convert_to_standalone "convert this group to the standalone".
36 If user refuses converting operation, an operation is cancelled and
37 new node/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 */