Aller à la documentation de ce fichier.
30 #define MODE_ACCES MED_ACC_RDWR
32 #define MODE_ACCES MED_ACC_RDEXT
34 #define MODE_ACCES MED_ACC_CREAT
37 int main (
int argc,
char **argv)
52 med_int cor2[6] = {10,20,30,40,50,60};
59 MESSAGE(
"Erreur a la creation du fichier test29.med");
72 MESSAGE(
"Erreur a la creation du joint");
79 MESSAGE(
"Erreur a l'ecriture du tableau des correspondances (noeud,noeud)");
86 MESSAGE(
"Erreur a l'ecriture du tableau des correspondances (noeud,maille TRIA3)");
92 MESSAGE(
"Erreur a la fermeture du fichier");
MEDC_EXPORT med_err MEDsubdomainJointCr(const med_idt fid, const char *const localmeshname, const char *const jointname, const char *const description, const med_int domainnumber, const char *const remotemeshname)
Cette routine permet de créer un joint dans un maillage.
MEDC_EXPORT med_err MEDmeshCr(const med_idt fid, const char *const meshname, const med_int spacedim, const med_int meshdim, const med_mesh_type meshtype, const char *const description, const char *const dtunit, const med_sorting_type sortingtype, const med_axis_type axistype, const char *const axisname, const char *const axisunit)
Cette routine permet de créer un maillage dans un fichier.
MEDC_EXPORT med_idt MEDfileOpen(const char *const filename, const med_access_mode accessmode)
Ouverture d'un fichier MED.
MEDC_EXPORT med_err MEDsubdomainCorrespondenceWr(const med_idt fid, const char *const meshname, const char *const jointname, const med_int numdt, const med_int numit, const med_entity_type localentitytype, const med_geometry_type localgeotype, const med_entity_type remoteentitytype, const med_geometry_type remotegeotype, const med_int nentity, const med_int *const correspondence)
Cette routine permet l'écriture d'une correspondance dans un joint pour un type de couple d'entité en...
MEDC_EXPORT med_err MEDfileClose(med_idt fid)
Fermeture d'un fichier MED.
int main(int argc, char **argv)