Aller à la documentation de ce fichier.
18 #ifndef _GENERATE_DATAS_H_
19 #define _GENERATE_DATAS_H_
27 typedef void (*
GenerateDataType)(
const int myrank,
const int lastrank,
const int sizeoftype,
30 const med_int nentities,
const int nvaluesperentity,
const int nconstituentpervalue,
37 const med_int nentities,
const int nvaluesperentity,
const int nconstituentpervalue,
40 void generateNoIDatas(
const int myrank,
const int lastrank,
const int sizeoftype,
43 const med_int nentities,
const int nvaluesperentity,
const int nconstituentpervalue,
void generateNoIDatas(const int myrank, const int lastrank, const int sizeoftype, const med_storage_mode storagemode, const med_size profilearraysize, const med_int *const profilearray, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, const med_int nentities, const int nvaluesperentity, const int nconstituentpervalue, med_float **valuesarray)
void generateFullIDatas(const int myrank, const int lastrank, const int sizeoftype, const med_storage_mode profilemode, const med_size profilesize, const med_int *const profilearray, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, const med_int nentities, const int nvaluesperentity, const int nconstituentpervalue, med_float **valuesarray)
void(* GenerateDataType)(const int myrank, const int lastrank, const int sizeoftype, const med_storage_mode profilemode, const med_size profilesize, const med_int *const profilearray, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, const med_int nentities, const int nvaluesperentity, const int nconstituentpervalue, med_float **valuesarray)