Salome HOME
Merge from BR_V5_DEV 16Feb09
[tools/medcoupling.git] / doc / doxygen / medsplitter.dox
1 /*!
2 \page medsplitter MEDSPLITTER tool
3
4 The purpose of  MEDSPLITTER is to split MED files into
5 a series of other MED files forming a partition of the original MED files. It can either work with serial meshes (1 to n) or distributed meshes (p to n). For serial meshes, it accepts MED files from the 2.1 version onwards. For distributed MED files, it accepts MED files from the 2.3 version onwards. 
6
7 It can be used either as an executable, \a medsplitter or as a library. The partitioning is made thanks to one of the following library : 
8 - METIS (http://glaros.dtc.umn.edu/gkhome/views/metis/index.html)
9 - SCOTCH (http://www.labri.fr/perso/pelegrin/scotch/scotch_fr.html)
10
11 The arguments to the medsplitter tool can be retrieved by calling :
12 \code
13 medsplitter --help
14 \endcode
15
16 */