]> SALOME platform Git repositories - modules/med.git/blob - doc/doxygen/grid.dox
Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / doc / doxygen / grid.dox
1 /*!
2 \page grid GRID
3 \section GRIDgeneral General Information
4
5 The GRID class represents structured meshes in the MEDMEM library.
6 As the GRID class inherits from MESH, all of the functionalities that were 
7 described in the previous section apply for structured mesh GRID objects.
8 In particular, reading and writing from files, general information access 
9 are similar. However, because of the particular nature of structured meshes, 
10 there exist methods to access information related to the axes of the grid.
11
12 The numbering of the cells and nodes in a grid starts at one and
13 the inner loop is that of the first axis, the outer loop being the one
14 of the last axis (c.f. figure \ref fig_grid_connectivity} ).
15
16 \image html grid_example.png "Example for structured mesh connectivity. The numbering is automatically defined from the two input verctors X and Y."
17
18 \section grid_outline Outline
19
20 Constructors are defined in \ref GRID_constructors, methods related to axes are defined in \ref GRID_axes, while connectivity methods are given in \ref GRID_connectivity.
21 */