34 #define nmlcflow F77_FUNC(mlcflow,MLCFLOW)
35 #define nmlcflor F77_FUNC(mlcflor,MLCFLOR)
36 #define nmlcfnlc F77_FUNC(mlcfnlc,MLCFNLC)
37 #define nmlcflci F77_FUNC(mlcflci,MLCFLCI)
38 #define nmlcflni F77_FUNC(mlcflni,MLCFLNI)
42 MLCFLOW(
med_idt *fid,
char *lname,
unsigned int bidon1,
med_int *lnamelen,
46 char * isname,
unsigned int bidon3,
med_int *isnamelen)
53 char * isname,
med_int *isnamelen)
57 char *_fn1,*_fn2,*_fn3;
62 if (!_fn1)
return(-1);
64 if (!_fn2)
return(-1);
66 if (!_fn3)
return(-1);
108 MLCFLCI(
med_int *fid,
med_int *it,
char*lname,
unsigned int bidon1,
110 char * giname,
unsigned int bidon2,
111 char * isname,
unsigned int bidon3,
116 med_int *nip,
char * giname,
char * isname,
150 MLCFLNI(
med_int *fid,
char*lname,
unsigned int bidon1,
med_int *lnamelen,
152 char * giname,
unsigned int bidon2,
153 char * isname,
unsigned int bidon3,
158 med_int *nip,
char * giname,
char * isname,
196 MLCFLOR(
med_idt *fid,
char *lname,
unsigned int bidon1,
med_int *lnamelen,
MEDC_EXPORT med_err _MEDcstringFree(char *chaine)
MEDC_EXPORT med_int MEDnLocalization(const med_idt fid)
Cette routine permet de lire le nombre de localisations de points d'intégration contenues dans un fic...
MEDC_EXPORT med_err MEDlocalizationRd(const med_idt fid, const char *const localizationname, const med_switch_mode switchmode, med_float *const elementcoordinate, med_float *const ipointcoordinate, med_float *const weight)
Cette routine permet la lecture d'une localisation localizationname de points d'intégration dans/auto...
MEDC_EXPORT med_err _MEDc2fString(const char *const chainec, char *const chainef, med_int longueur_buffer77)
MEDC_EXPORT med_err MEDlocalizationInfoByName(const med_idt fid, const char *const localizationname, med_geometry_type *const geotype, med_int *const spacedimension, med_int *const nipoint, char *const geointerpname, char *const sectionmeshname, med_int *const nsectionmeshcell, med_geometry_type *const sectiongeotype)
Cette routine permet d'obtenir la description d'une localisation de points d'intégration nommée local...
MEDC_EXPORT med_err MEDlocalizationInfo(const med_idt fid, const int localizationit, char *const localizationname, med_geometry_type *const geotype, med_int *const spacedimension, med_int *const nipoint, char *const geointerpname, char *const sectionmeshname, med_int *const nsectionmeshcell, med_geometry_type *const sectiongeotype)
Cette routine permet d'obtenir la description de la localisation de points d'intégration n° localizat...
MEDC_EXPORT med_err MEDlocalizationWr(const med_idt fid, const char *const localizationname, const med_geometry_type geotype, const med_int spacedimension, const med_float *const elementcoordinate, const med_switch_mode switchmode, const med_int nipoint, const med_float *const ipointcoordinate, const med_float *const weight, const char *const geointerpname, const char *const ipointstructmeshname)
Cette routine permet l'écriture d'une localisation localizationname de points d'intégration dans/auto...
MEDC_EXPORT char * _MED2cstring(char *chaine, int longueur)