Med Memory Users' Guide 5.1.3
|
The MESH class is dedicated to the handling of unstructured meshes. Two classes derive from it : MESHING supplies functions for creating meshes from scratch (c.f. MESHING), while GRID gives specific constructors for creating structured meshes.
Underlying the unstructured meshes is the notion of connectivity. This section only covers meshes made out of standard elements, the MED_POLYGON
and MED_POLYHEDRA
case being detailed in section Polyhedra and polygons .
Nodal connectivity storage scheme
The cell types are ordered by their number of nodes.
As an example, let us consider a mesh made out of a linear triangle, two linear quadrangles and a quadratic triangle (c.f. figure fig_connectivity_example ).
Example for mesh connectivity
The type array writes : MED_TRIA3, MED_QUAD4, MED_TRIA6