MAJ_231_232.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 MAJ_231_232_H
00019 #define MAJ_231_232_H
00020 
00021 
00022 #ifdef __cplusplus
00023 # include "MEDerreur.hxx"
00024 #endif
00025 
00026 extern void MAJ_231_232_maillages (med_idt fid);
00027 extern void MAJ_231_232_champs    (med_idt fid);
00028 extern int  MAJ_231_232_chaine    (char * nomi, char * nomf);
00029 
00030 
00031 extern med_err MED231champNormaliser(med_idt fid, char * nomcha, med_type_champ typcha, med_int ncomp,
00032                                      med_entite_maillage entite);
00033 
00034 extern med_err MED231champLireEtUnlink(med_idt fid,char *maa, char *cha, unsigned char *val,med_mode_switch interlace,med_int numco,
00035                                        char * locname, char *profil, med_mode_profil pflmod, 
00036                                        med_entite_maillage type_ent, med_geometrie_element type_geo,
00037                                        med_int numdt, med_int numo);
00038 
00039 extern med_err MED231champRefInfoEtRenMaa(med_idt fid,char *champ,
00040                                              med_entite_maillage type_ent, med_geometrie_element type_geo,
00041                                              int indice, med_int numdt, med_int numo,
00042                                              char * maa, med_booleen * local, med_int *ngauss);
00043 
00044 extern med_err MED231champInfoEtRen(med_idt fid,int indice,char *champ,
00045                                     med_type_champ *type,char *comp,char *unit, 
00046                                     med_int ncomp);
00047 
00048 
00049 #endif

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