add ref to //www.code-aster.org/outils/med/html/connectivites.html

This commit is contained in:
eap 2013-03-26 10:11:42 +00:00
parent 634ea8043b
commit a921bf9343
2 changed files with 16 additions and 4 deletions

View File

@ -19,6 +19,12 @@
<li>\ref adding_polyhedrons_anchor "Polyhedrons"</li> <li>\ref adding_polyhedrons_anchor "Polyhedrons"</li>
</ul> </ul>
SALOME uses the convention of nodal connectivity of elements of MED library. You
can consult description of the nodal connectivity of elements located
within documentation on MED library or
<a href="http://www.code-aster.org/outils/med/html/connectivites.html">
here </a>.
<em>To add a node or an element to your mesh:</em> <em>To add a node or an element to your mesh:</em>
<ol> <ol>
<li>Select your mesh in the Object Browser or in the 3D viewer.</li> <li>Select your mesh in the Object Browser or in the 3D viewer.</li>

View File

@ -14,6 +14,12 @@ QUAD9). The quadratic hexahedral element can bear 7 additional nodes:
at the element center and at centers of sides, then it is referred as at the element center and at centers of sides, then it is referred as
tri-quadratic one (or HEXA27). tri-quadratic one (or HEXA27).
SALOME uses the convention of nodal connectivity of elements of MED library. You
can consult description of the nodal connectivity of elements located
within documentation on MED library or
<a href="http://www.code-aster.org/outils/med/html/connectivites.html">
here </a>.
There are several ways you can create quadratic elements in your mesh: There are several ways you can create quadratic elements in your mesh:
- manually create quadratic elements (the way described below); - manually create quadratic elements (the way described below);
- use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to - use \ref quadratic_mesh_anchor "Quadratic Mesh" hypothesis to