Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MEDMEM_I / README
1 Users Guide
2
3 1. You can see file med_test2.cxx for an example of using library
4
5 2. To get meshes and fields from an MED file, the simplest way is to create a MED object with argument string filename. It scan MED file to get all meshes and fields in it. After you could say to MED object to read a particular mesh or field and get it with appropriate method of MED object (see MED.hxx and med_test2.cxx)
6
7 3. When you have a Mesh object (or Field object), you could get information in using get_... methods (see Mesh.hxx, Support.hxx, Field.hxx and med_test2.cxx)
8
9 I work on documentation with doxygen tool.
10
11
12 Patrick GOLDBRONN
13 DEN/DM2S/SFME/LGLS
14 patrick.goldbronn@cea.fr
15 tel : 0169087355