]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Some features (specially in MED) seem to be not documented (example : management...
authoreap <eap@opencascade.com>
Thu, 25 Feb 2010 07:00:06 +0000 (07:00 +0000)
committereap <eap@opencascade.com>
Thu, 25 Feb 2010 07:00:06 +0000 (07:00 +0000)
doc/doxygen/medmem.dox

index 429234d1b3812d1e4b33ebd0f6dfd7bdbb33e4bb..31d977323af9eebd4c4c4158f4b83d9d27b1e886 100644 (file)
@@ -80,6 +80,16 @@ number and its order number.
 In %MED File a field is only flagged by its name. For instance,
 a temperature at times \a t=0.0 s, \a t=1.0 s, \a t=2.0 s will be considered as  a single field in Med File terminology, while it will be considered as three distinct fields in the Med Memory sense.
 
+\subsection medmem_drivers Drivers for reading and writing
+
+MEDMEM supports data exchange in following formats:
+- \b GIBI - reading and writing the mesh and the fields in ASCII format.
+- \b VTK - writing the mesh and the fields in ASCII and binary formats.
+- \b EnSight - reading and writing the mesh and the fields in ASCII and binary formats.
+- \b PORFLOW - reading the mesh in ASCII format.
+
+Limitation of length of names in GIBI format is overcome by storing names in the string pile.
+
 \section medmem_api Med Memory API
 
 \subsection medmem_conventions Conventions