Salome HOME
Correction after the proof reading
[modules/smesh.git] / doc / salome / gui / SMESH / input / adding_quadratic_elements.doc
index 7f2cf5cf96b708eba8956a5efc738a5d5a32e0f7..11b7931d8f93e1750c46daacd2efa514c9347868 100644 (file)
@@ -4,20 +4,26 @@
 
 \n MESH module allows you to work with <b>Quadratic Elements</b>.
 
-Quadratic elements are defined by same corner nodes as the
-corresponding linear ones, and in addition they bear \a midside nodes
+Quadratic elements are defined by the same corner nodes as the
+corresponding linear ones, but in addition they have \a midside nodes
 located between the corner nodes on element sides.
 
-The quadratic quadrilateral element can bear an additional node at the
-element center, then it is referred as bi-quadratic one (or
-QUAD9). The quadratic hexahedral element can bear 7 additional nodes:
-at the element center and at centers of sides, then it is referred as
-tri-quadratic one (or HEXA27).
+If a quadratic quadrilateral element has an additional node at the
+element center, it is a bi-quadratic element (or
+QUAD9). If a quadratic hexahedral element has 7 additional nodes:
+at the element center and at the center of each side, it is a
+tri-quadratic element (or HEXA27).
 
-There are several ways you can create quadratic elements in your mesh:
-- manually create quadratic elements (the way described below);
+The convention of nodal connectivity of elements used in SALOME is
+the MED library convention. You can consult the description of nodal
+connectivity of elements in the documentation on MED library or 
+<a href="http://www.code-aster.org/outils/med/html/connectivites.html">
+  here </a>.
+
+There are several ways to create quadratic elements in your mesh:
+- manually (this way is described below);
 - use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to
-generate quadratic mesh on your geometry;
+generate quadratic mesh on your geometry;
 - convert an existing linear mesh to a quadratic one 
 (see \ref convert_to_from_quadratic_mesh_page).