]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Tue, 26 Oct 2010 08:29:18 +0000 (08:29 +0000)
committerageay <ageay>
Tue, 26 Oct 2010 08:29:18 +0000 (08:29 +0000)
doc/doxygen/grid.dox

index 36e09d3f842bd2b375cdf0c10f6903fd1ef13c30..07c6f5122153a728ec41afdfa0e7a01f0634f2c3 100644 (file)
@@ -3,10 +3,10 @@
 \section GRIDgeneral General Information
 
 The GRID class represents structured meshes in the MEDMEM library.
-As the GRID class inherits from MESH, all of the functionalities that were 
-described in the previous section apply for structured mesh GRID objects.
-In particular, reading and writing from files, general information access 
-are similar. However, because of the particular nature of structured meshes, 
+The GRID class inherits mesh common information from GMESH class,
+in particular, reading and writing from files (c.f. \ref MESH_io), general information
+access (c.f. \ref MESH_general), 
+access to families and other supports (c.f. \ref MESH_families). However, because of the particular nature of structured meshes, 
 there exist methods to access information related to the axes of the grid.
 
 The numbering of the cells and nodes in a grid starts at one and
@@ -17,5 +17,8 @@ of the last axis (c.f. figure \ref fig_grid_connectivity} ).
 
 \section grid_outline Outline
 
-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.
+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. A structured mesh can be obtained from
+a GRID using MEDMEM::GRID::convertInMESH() method.
 */