Aller à la documentation de ce fichier.
48 const char *
const localmeshname,
49 const char *
const jointname,
57 const med_int *
const correspondence) {
60 med_idt _root=0,_jntid=0,_meshid=0,_cstpid=0,_datagroup2=0;
71 med_int _localentitype = localentitype;
73 med_int _remoteentitype = remoteentitype;
78 if ( localentitype !=
MED_NODE ) _localgeotype = localgeotype ;
79 if ( remoteentitype !=
MED_NODE ) _remotegeotype = remotegeotype ;
114 strcat(_path,localmeshname);
125 strcat(_path,jointname);
169 strcat(_datagroupname2,
".");
170 strcat(_datagroupname2,_localgeotypename);
173 strcat(_datagroupname2,
".");
184 strcat(_datagroupname2,
".");
185 strcat(_datagroupname2,_remotegeotypename);
198 ISCRUTE(_localentitype);
goto ERROR;
204 ISCRUTE(_localgeotype);
goto ERROR;
210 ISCRUTE(_remoteentitype);
goto ERROR;
216 ISCRUTE(_remotegeotype);
goto ERROR;
MEDC_EXPORT med_err MEDfilterClose(med_filter *const filter)
Désalloue les ressources hdf détenues par un filtre.
#define ISCRUTE_id(entier)
#define _MEDattributeIntWr(w, x, y)
MEDC_EXPORT med_err MEDfilterEntityCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_switch_mode switchmode, const med_storage_mode storagemode, const char *const profilename, const med_int filterarraysize, const med_int *const filterarray, med_filter *const filter)
#define ISCRUTE_int(entier)
MEDC_EXPORT med_access_mode _MEDmodeAcces(med_idt oid)
#define MED_ERR_(rt, r1, r2, r3)
#define MED_ERR_SUBDOMAINJOINT_MSG
#define MED_ERR_ATTRIBUTE
MEDC_EXPORT med_err _MEDgetEntityTypeName(char *const entitytypename, const med_entity_type entitytype)
MEDC_EXPORT med_err _MEDdatasetWr(const med_idt id, const char *const datasetname, const med_internal_type datatype, const med_filter *const filter, const void *const value)
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...
MEDC_EXPORT med_err MEDmeshSortingTypeRd(const med_idt fid, const char *const meshname, med_sorting_type *const sortingtype)
Cette routine lit l'ordre de tri des étapes évolutives du maillage.
MEDC_EXPORT med_err _MEDgetInternalGeometryTypeName(const med_idt fid, char *const geotypename, med_geometry_type geotype)
#define MED_ERR_VALUE_MSG
MEDC_EXPORT med_err _MEDgetComputationStepName(const med_sorting_type sortingtype, const med_int numdt, const med_int numit, char *const datagroupname)
MEDC_EXPORT med_err _MEDdatasetFermer(med_idt id)
#define MED_TAILLE_NOM_ENTITE
#define MED_ERR_INTERNAL_MSG
#define MED_ERR_DATAGROUP
MEDC_EXPORT med_idt _MEDdatagroupCreer(med_idt pid, const char *const nom)
#define MED_ERR_ACCESSMODE
MEDC_EXPORT med_idt _MEDdatasetOuvrir(med_idt pid, char *nom)
MEDC_EXPORT med_err _MEDcheckVersion30(med_idt fid)
#define MED_ALL_CONSTITUENT
#define MED_ERR_UNRECOGNIZED
MEDC_EXPORT med_idt _MEDdatagroupOuvrir(med_idt pid, const char *const nom)
MEDC_EXPORT void _MEDmodeErreurVerrouiller(void)
#define MED_JOINT_GRP_SIZE
MEDC_EXPORT med_err _MEDdatagroupFermer(med_idt id)