31int main (
int argc,
char **argv)
46 const char _interpname1[] =
"interpname1";
54 const med_int _ncoefficient1_1 = 3;
55 const med_int const _power1_1[] = {0,0,1,0,0,1};
56 const med_float const _coefficient1_1[] = {1,-1,-1};
58 const med_int _ncoefficient1_2 = 1;
59 const med_int const _power1_2[] = {0,0,1,0,0,0};
60 const med_float const _coefficient1_2[] = {0,1,0};
62 const med_int _ncoefficient1_3 = 1;
63 const med_int const _power1_3[] = {0,0,0,0,0,1};
64 const med_float const _coefficient1_3[] = {0,0,1};
69 MESSAGE(
"Erreur a la creation du fichier current.med");
78 _coefficient1_1) <0) ) {
79 MESSAGE(
"Erreur à l'écriture de la fonction de base n°1 de la fct. d'intp n°1");
88 _coefficient1_2) <0) ) {
89 MESSAGE(
"Erreur à l'écriture de la fonction de base n°2 de la fct. d'intp n°1");
98 _coefficient1_3) <0) ) {
99 MESSAGE(
"Erreur à l'écriture de la fonction de base n°3 de la fct. d'intp n°1");
108 MESSAGE(
"ERROR : file closing");
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.