MED fichier
MAJ_236_300.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_236_300_H
19#define MAJ_236_300_H
20
21
22#ifdef __cplusplus
23# include "MEDerreur.hxx"
24#endif
25
27
28
29extern int MAJ_236_300_chaine(char * nomi, char * nomf);
30
31
33 char * const _pathi,
34 char * const _pathf,
35 const char * const meshname,
36 const med_entity_type enttype);
37
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
57extern void MAJ_236_300_champs(med_idt fid);
58
59extern 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
63extern med_err
65 const char * const meshname,
66 const char * const link);
67
68extern med_err
69MAJ_236_300_equivalence(med_idt fid,const char * const maa);
70
71extern med_err
72MAJ_236_300_joint(med_idt fid, const char * const maa);
73
74
75#endif
int MAJ_236_300_chaine(char *nomi, char *nomf)
med_err MAJ_236_300_joint(med_idt fid, const char *const maa)
med_err _MEDconvertStringDatasets(med_idt id, const char *lname, const H5L_info_t *linfo, visitordatas *data)
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_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)
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)
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 MAJ_236_300_equivalence(med_idt fid, const char *const maa)
void MAJ_236_300_champs(med_idt fid)
void MAJ_236_300_maillages(med_idt fid)
med_err MED30linkWr(const med_idt fid, const char *const meshname, const char *const link)