MED fichier
MAJ_231_232.h
Aller à la documentation de ce fichier.
1/* This file is part of MED.
2 *
3 * COPYRIGHT (C) 1999 - 2020 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
27extern void MAJ_231_232_champs (med_idt fid);
28extern int MAJ_231_232_chaine (char * nomi, char * nomf);
29
30
31extern med_err MED231champNormaliser(med_idt fid, char * nomcha, med_type_champ typcha, med_int ncomp,
32 med_entite_maillage entite);
33
34extern 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
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
44extern 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
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)
int MAJ_231_232_chaine(char *nomi, char *nomf)
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)
void MAJ_231_232_maillages(med_idt fid)
med_err MED231champInfoEtRen(med_idt fid, int indice, char *champ, med_type_champ *type, char *comp, char *unit, med_int ncomp)
void MAJ_231_232_champs(med_idt fid)
med_err MED231champNormaliser(med_idt fid, char *nomcha, med_type_champ typcha, med_int ncomp, med_entite_maillage entite)
int med_int
Definition: med.h:333
herr_t med_err
Definition: med.h:323
hid_t med_idt
Definition: med.h:322