medinterp.h

Aller à la documentation de ce fichier.
00001 /*  This file is part of MED.
00002  *
00003  *  COPYRIGHT (C) 1999 - 2015  EDF R&D, CEA/DEN
00004  *  MED is free software: you can redistribute it and/or modify
00005  *  it under the terms of the GNU Lesser General Public License as published by
00006  *  the Free Software Foundation, either version 3 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  MED is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU Lesser General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU Lesser General Public License
00015  *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
00016  */
00017 
00018 #ifndef MED_MEDINTERP_H
00019 #define MED_MEDINTERP_H
00020 
00021 #include "medC_win_dll.h"
00022 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 MEDC_EXPORT med_err
00027 MEDinterpCr(const med_idt                 fid,
00028             const char*             const interpname,
00029             const med_geometry_type       geotype,
00030             const med_bool                cellnodes,
00031             const med_int                 nvariable,
00032             const med_int                 maxdegree,
00033             const med_int                 nmaxcoef
00034             );
00035 
00036 MEDC_EXPORT med_err
00037 MEDinterpBaseFunctionWr( const med_idt          fid,
00038                          const char*      const interpname,
00039                          const med_int          basisfuncit,
00040                          const med_int          ncoef,
00041                          const med_int*   const power,
00042                          const med_float* const coefficient);
00043 
00044 MEDC_EXPORT med_int
00045 MEDnInterp(const med_idt fid);
00046 
00047 MEDC_EXPORT med_err
00048 MEDinterpInfo(const med_idt                 fid,
00049               const int                      interpit,
00050                     char*              const interpname,
00051                     med_geometry_type* const geotype,
00052                     med_bool*          const cellnode,
00053                     med_int*           const nbasisfunc,
00054                     med_int*           const nvariable,
00055                     med_int*           const maxdegree,
00056                     med_int*           const nmaxcoef
00057               );
00058 
00059 MEDC_EXPORT med_err
00060 MEDinterpInfoByName(const med_idt                   fid,
00061                     const char*               const interpname,
00062                            med_geometry_type* const geotype,
00063                            med_bool*          const cellnode,
00064                            med_int*           const nbasisfunc,
00065                            med_int*           const nvariable,
00066                            med_int*           const maxdegree,
00067                            med_int*           const nmaxcoef
00068                     );
00069 
00070 MEDC_EXPORT med_err
00071 MEDinterpBaseFunctionRd( const med_idt          fid,
00072                          const char*      const interpname,
00073                          const int              basisfuncit,
00074                                med_int*   const ncoef,
00075                                med_int*   const power,
00076                          med_float* const coefficient);
00077 
00078 MEDC_EXPORT med_int
00079 MEDinterpBaseFunctionCoefSize( const med_idt          fid,
00080                                const char*      const interpname,
00081                                const med_int          basisfuncit);
00082 
00083 /* Fonctions d'interpolation */
00084 
00085 #ifdef __cplusplus
00086 }
00087 #endif
00088 
00089 #endif /* MED_MEDINTERP_H */
00090 

Généré le Thu Oct 8 14:26:16 2015 pour MED fichier par  doxygen 1.6.1