MED fichier
MAJ_236_300.h
Aller à la documentation de ce fichier.
1 /* This file is part of MED.
2  *
3  * COPYRIGHT (C) 1999 - 2023 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_236_300_H
19 #define MAJ_236_300_H
20 
21 
22 #ifdef __cplusplus
23 # include "MEDerreur.hxx"
24 #endif
25 
26 extern void MAJ_236_300_maillages (med_idt fid);
27 
28 
29 extern int MAJ_236_300_chaine(char * nomi, char * nomf);
30 
31 
32 extern int MAJ_236_300_entites(med_idt fid,
33  char * const _pathi,
34  char * const _pathf,
35  const char * const meshname,
36  const med_entity_type enttype);
37 
38 extern int MAJ_236_300_mesh_datasets(med_idt fid,
39  char * const _pathi,
40  char * const _pathf,
41  const char * const meshname,
42  const med_entity_type enttype,
43  const med_geometry_type geotype);
44 
46  const char * const absdatagrouppath,
47  const char * const datasetname,
48  int isubstringsize,
49  int fsubstringsize,
50  med_int nsubstring);
51 
53  const char *lname,
54  const H5L_info_t *linfo,
55  visitordatas *data);
56 
57 extern void MAJ_236_300_champs(med_idt fid);
58 
59 extern med_err MAJ_236_300_fieldOnEntity(med_idt fid, const char * const nomcha, const char * const meshname,
60  med_field_type typcha, med_int ncomp, med_entity_type entite, med_int ncstp,
61  char * const _pathi, char * const _pathf);
62 
63 extern med_err
64 MED30linkWr(const med_idt fid,
65  const char * const meshname,
66  const char * const link);
67 
68 extern med_err
69 MAJ_236_300_equivalence(med_idt fid,const char * const maa);
70 
71 extern med_err
72 MAJ_236_300_joint(med_idt fid, const char * const maa);
73 
74 
75 #endif
MED30linkWr
med_err MED30linkWr(const med_idt fid, const char *const meshname, const char *const link)
med_geometry_type
int med_geometry_type
Definition: med.h:196
med_idt
hid_t med_idt
Definition: med.h:333
MAJ_236_300_entites
int MAJ_236_300_entites(med_idt fid, char *const _pathi, char *const _pathf, const char *const meshname, const med_entity_type enttype)
med_err
herr_t med_err
Definition: med.h:334
MAJ_236_300_string_datasets
int MAJ_236_300_string_datasets(med_idt fid, const char *const absdatagrouppath, const char *const datasetname, int isubstringsize, int fsubstringsize, med_int nsubstring)
med_entity_type
med_entity_type
Definition: med.h:145
MAJ_236_300_joint
med_err MAJ_236_300_joint(med_idt fid, const char *const maa)
med_int
int med_int
Definition: med.h:344
med_field_type
med_field_type
Definition: med.h:167
MAJ_236_300_maillages
void MAJ_236_300_maillages(med_idt fid)
_MEDconvertStringDatasets
med_err _MEDconvertStringDatasets(med_idt id, const char *lname, const H5L_info_t *linfo, visitordatas *data)
MAJ_236_300_equivalence
med_err MAJ_236_300_equivalence(med_idt fid, const char *const maa)
MAJ_236_300_champs
void MAJ_236_300_champs(med_idt fid)
visitordatas
Definition: med_hdfi.h:338
MEDerreur.hxx
MAJ_236_300_chaine
int MAJ_236_300_chaine(char *nomi, char *nomf)
MAJ_236_300_fieldOnEntity
med_err MAJ_236_300_fieldOnEntity(med_idt fid, const char *const nomcha, const char *const meshname, med_field_type typcha, med_int ncomp, med_entity_type entite, med_int ncstp, char *const _pathi, char *const _pathf)
MAJ_236_300_mesh_datasets
int MAJ_236_300_mesh_datasets(med_idt fid, char *const _pathi, char *const _pathf, const char *const meshname, const med_entity_type enttype, const med_geometry_type geotype)