36 #define nmipfcre F77_FUNC(mipfcre,MIPFCRE)
37 #define nmipfbfw F77_FUNC(mipfbfw,MIPFBFW)
38 #define nmipfbfr F77_FUNC(mipfbfr,MIPFBFR)
39 #define nmipfnip F77_FUNC(mipfnip,MIPFNIP)
40 #define nmipfiin F77_FUNC(mipfiin,MIPFIIN)
41 #define nmipfipi F77_FUNC(mipfipi,MIPFIPI)
42 #define nmipfcsz F77_FUNC(mipfcsz,MIPFCSZ)
48 char *name,
unsigned int bidon1,
med_int *lon1,
86 char *name,
unsigned int bidon1,
med_int *lon1,
119 char *name,
unsigned int bidon1,
med_int *lon1,
170 char *name,
unsigned int bidon1,
med_int *lon1,
213 char *name,
unsigned int bidon1,
250 char *name,
unsigned int bidon1,
med_int *lon1,
MEDC_EXPORT med_err _MEDcstringFree(char *chaine)
MEDC_EXPORT med_err MEDinterpBaseFunctionRd(const med_idt fid, const char *const interpname, const int basisfuncit, med_int *const ncoef, med_int *const power, med_float *const coefficient)
Cette routine permet la lecture d'une fonction de base/forme de l'interpolation interpname.
MEDC_EXPORT med_err MEDinterpInfo(const med_idt fid, const int interpit, char *const interpname, med_geometry_type *const geotype, med_bool *const cellnode, med_int *const nbasisfunc, med_int *const nvariable, med_int *const maxdegree, med_int *const nmaxcoef)
Cette fonction informe des caractéristiques de la fonction d'interpolation n° interpit.
MEDC_EXPORT med_err MEDinterpBaseFunctionWr(const med_idt fid, const char *const interpname, const med_int basisfuncit, const med_int ncoef, const med_int *const power, const med_float *const coefficient)
Cette routine permet l'écriture d'une fonction de base/forme de l'interpolation interpname.
MEDC_EXPORT med_int MEDnInterp(const med_idt fid)
Cette routine renvoie le nombre d'interpolations disponibles dans le fichier.
MEDC_EXPORT med_err MEDinterpCr(const med_idt fid, const char *const interpname, const med_geometry_type geotype, const med_bool cellnodes, const med_int nvariable, const med_int maxdegree, const med_int nmaxcoef)
Cette routine permet de créer une nouvelle fonction d'interpolation polynômiale nommée interpname...
MEDC_EXPORT med_int MEDinterpBaseFunctionCoefSize(const med_idt fid, const char *const interpname, const med_int basisfuncit)
Cette routine retourne ne nombre de coefficients/monômes de la fonction de base/forme n° basisfunctit...
MEDC_EXPORT med_err _MEDc2fString(const char *const chainec, char *const chainef, med_int longueur_buffer77)
MEDC_EXPORT med_err MEDinterpInfoByName(const med_idt fid, const char *const interpname, med_geometry_type *const geotype, med_bool *const cellnode, med_int *const nbasisfunc, med_int *const nvariable, med_int *const maxdegree, med_int *const nmaxcoef)
Cette fonction informe des caractéristiques de la fonction d'interpolation nommée interpname...
MEDC_EXPORT char * _MED2cstring(char *chaine, int longueur)