MED fichier
MAJ_231_232.h
Aller à la documentation de ce fichier.
1 /* This file is part of MED.
2  *
3  * COPYRIGHT (C) 1999 - 2021 EDF R&D, CEA/DEN
4  * MED is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * MED is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with MED. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef MAJ_231_232_H
19 #define MAJ_231_232_H
20 
21 
22 #ifdef __cplusplus
23 # include "MEDerreur.hxx"
24 #endif
25 
26 extern void MAJ_231_232_maillages (med_idt fid);
27 extern void MAJ_231_232_champs (med_idt fid);
28 extern int MAJ_231_232_chaine (char * nomi, char * nomf);
29 
30 
31 extern med_err MED231champNormaliser(med_idt fid, char * nomcha, med_type_champ typcha, med_int ncomp,
32  med_entite_maillage entite);
33 
34 extern med_err MED231champLireEtUnlink(med_idt fid,char *maa, char *cha, unsigned char *val,med_mode_switch interlace,med_int numco,
35  char * locname, char *profil, med_mode_profil pflmod,
36  med_entite_maillage type_ent, med_geometrie_element type_geo,
37  med_int numdt, med_int numo);
38 
39 extern med_err MED231champRefInfoEtRenMaa(med_idt fid,char *champ,
40  med_entite_maillage type_ent, med_geometrie_element type_geo,
41  int indice, med_int numdt, med_int numo,
42  char * maa, med_booleen * local, med_int *ngauss);
43 
44 extern med_err MED231champInfoEtRen(med_idt fid,int indice,char *champ,
45  med_type_champ *type,char *comp,char *unit,
46  med_int ncomp);
47 
48 
49 #endif
MED231champNormaliser
med_err MED231champNormaliser(med_idt fid, char *nomcha, med_type_champ typcha, med_int ncomp, med_entite_maillage entite)
med_idt
hid_t med_idt
Definition: med.h:331
MAJ_231_232_maillages
void MAJ_231_232_maillages(med_idt fid)
med_err
herr_t med_err
Definition: med.h:332
MED231champRefInfoEtRenMaa
med_err MED231champRefInfoEtRenMaa(med_idt fid, char *champ, med_entite_maillage type_ent, med_geometrie_element type_geo, int indice, med_int numdt, med_int numo, char *maa, med_booleen *local, med_int *ngauss)
med_int
int med_int
Definition: med.h:342
MAJ_231_232_champs
void MAJ_231_232_champs(med_idt fid)
MED231champInfoEtRen
med_err MED231champInfoEtRen(med_idt fid, int indice, char *champ, med_type_champ *type, char *comp, char *unit, med_int ncomp)
MAJ_231_232_chaine
int MAJ_231_232_chaine(char *nomi, char *nomf)
MED231champLireEtUnlink
med_err MED231champLireEtUnlink(med_idt fid, char *maa, char *cha, unsigned char *val, med_mode_switch interlace, med_int numco, char *locname, char *profil, med_mode_profil pflmod, med_entite_maillage type_ent, med_geometrie_element type_geo, med_int numdt, med_int numo)
MEDerreur.hxx