MAJ_236_300.h
Aller à la documentation de ce fichier.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef MAJ_236_300_H
00019 #define MAJ_236_300_H
00020
00021
00022 #ifdef __cplusplus
00023 # include "MEDerreur.hxx"
00024 #endif
00025
00026 extern void MAJ_236_300_maillages (med_idt fid);
00027
00028
00029 extern int MAJ_236_300_chaine(char * nomi, char * nomf);
00030
00031
00032 extern int MAJ_236_300_entites(med_idt fid,
00033 char * const _pathi,
00034 char * const _pathf,
00035 const char * const meshname,
00036 const med_entity_type enttype);
00037
00038 extern int MAJ_236_300_mesh_datasets(med_idt fid,
00039 char * const _pathi,
00040 char * const _pathf,
00041 const char * const meshname,
00042 const med_entity_type enttype,
00043 const med_geometry_type geotype);
00044
00045 extern int MAJ_236_300_string_datasets(med_idt fid,
00046 const char * const absdatagrouppath,
00047 const char * const datasetname,
00048 int isubstringsize,
00049 int fsubstringsize,
00050 int nsubstring);
00051
00052 extern med_err _MEDconvertStringDatasets(med_idt id,
00053 const char *lname,
00054 const H5L_info_t *linfo,
00055 visitordatas *data);
00056
00057 extern void MAJ_236_300_champs(med_idt fid);
00058
00059 extern med_err MAJ_236_300_fieldOnEntity(med_idt fid, const char * const nomcha, const char * const meshname,
00060 med_field_type typcha, med_int ncomp, med_entity_type entite, med_int ncstp,
00061 char * const _pathi, char * const _pathf);
00062
00063 extern med_err
00064 MED30linkWr(const med_idt fid,
00065 const char * const meshname,
00066 const char * const link);
00067
00068 extern med_err
00069 MAJ_236_300_equivalence(med_idt fid,const char * const maa);
00070
00071 extern med_err
00072 MAJ_236_300_joint(med_idt fid, const char * const maa);
00073
00074
00075 #endif