Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef MEDSPLITTER_API_HXX_
00021 #define MEDSPLITTER_API_HXX_
00022
00023 #include "MEDSPLITTER.hxx"
00024
00025 MEDSPLITTER_EXPORT
00026 extern "C" int medsplitter(const char* inputfilename,
00027 const char* mesh,
00028 const char* outputfilename,
00029 int is_distributed,
00030 int nbdomains,
00031 int method,
00032 int meshonly,
00033 int plainmaster,
00034 int createboundaryfaces,
00035 int familysplitting,
00036 int emptygroups);
00037
00038 MEDSPLITTER_EXPORT
00039 extern "C" int medsplitter_para(const char* inputfilename,
00040 const char* outputfilename,
00041 const int nprocs,
00042 const int method,
00043 const bool create_boundary_faces,
00044 const bool family_splitting);
00045
00046 #endif