|
med_int | MEDnSubdomainJoint (const med_idt fid, const char *const meshname) |
| Cette routine permet la lecture du nombre de joint dans un maillage. Plus de détails...
|
|
med_err | MEDsubdomainComputingStepInfo (const med_idt fid, const char *const meshname, const char *const jointname, const int csit, med_int *const numdt, med_int *const numit, med_int *const ncorrespondence) |
| Cette routine permet de lire les informations sur les correspondances entre types d'entités dans un maillage pour chaque étape de calcul. Plus de détails...
|
|
med_err | MEDsubdomainCorrespondenceRd (const med_idt fid, const char *const localmeshname, const char *const jointname, const med_int numdt, const med_int numit, const med_entity_type localentitype, const med_geometry_type localgeotype, const med_entity_type remoteentitype, const med_geometry_type remotegeotype, med_int *const correspondence) |
| Cette routine permet la lecture d'une correspondance dans un joint pour un type de couple d'entité en regard et une étape de calcul donnés. Plus de détails...
|
|
med_err | MEDsubdomainCorrespondenceSize (const med_idt fid, const char *const meshname, const char *const jointname, const med_int numdt, const med_int numit, const med_entity_type localentitype, const med_geometry_type localgeotype, const med_entity_type remoteentitype, const med_geometry_type remotegeotype, med_int *const nentitycor) |
| Cette routine permet la lecture du nombre d'entités en correspondance dans un joint pour un couple d'entités et une étape de calcul donnés. Plus de détails...
|
|
med_err | MEDsubdomainCorrespondenceSizeInfo (const med_idt fid, const char *const meshname, const char *const jointname, const med_int numdt, const med_int numit, const int corit, med_entity_type *const localentitype, med_geometry_type *const localgeotype, med_entity_type *const remoteentitype, med_geometry_type *const remotegeotype, med_int *const nentitycor) |
| Cette routine permet de lire les informations sur les couples d'entités en correspondance dans un joint pour une étape de calcul donnée. Plus de détails...
|
|
med_err | MEDsubdomainCorrespondenceWr (const med_idt fid, const char *const localmeshname, const char *const jointname, const med_int numdt, const med_int numit, const med_entity_type localentitype, const med_geometry_type localgeotype, const med_entity_type remoteentitype, 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 regard et une étape de calcul donnés. Plus de détails...
|
|
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. Plus de détails...
|
|
med_err | MEDsubdomainJointInfo (const med_idt fid, const char *const localmeshname, const int jointit, char *const jointname, char *const description, med_int *const domainnumber, char *const remotemeshname, med_int *const nstep, med_int *const nocstpncorrespondence) |
| Cette routine permet de lire les informations sur un joint dans un maillage. Plus de détails...
|
|