MED fichier
medsubdomain.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 MED_MEDSUBDOMAINJOINT_H
19#define MED_MEDSUBDOMAINJOINT_H
20
21#include "medC_win_dll.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Subdomainjoint */
28
31 const char * const localmeshname,
32 const char * const jointname,
33 const char * const description,
34 const med_int domainnumber,
35 const char * const remotemeshname);
36
39 const char * const meshname,
40 const char * const jointname,
41 const med_int numdt,
42 const med_int numit,
43 const med_entity_type localentitytype,
44 const med_geometry_type localgeotype,
45 const med_entity_type remoteentitytype,
46 const med_geometry_type remotegeotype,
47 const med_int nentity,
48 const med_int * const correspondence);
49
52 const char * const meshname);
53
56 const char * const meshname,
57 const int jointit,
58 char * const jointname,
59 char * const description,
60 med_int * const domainnumber,
61 char * const remotemeshname,
62 med_int * const nstep,
63 med_int * const nocstpncorrespondence);
64
67 const char * const meshname,
68 const char * const jointname,
69 const int csit,
70 med_int * const numdt,
71 med_int * const numit,
72 med_int * const ncorrespondence );
73
76 const char * const meshname,
77 const char * const jointname,
78 const med_int numdt,
79 const med_int numit,
80 const int corit,
81 med_entity_type * const localentitytype,
82 med_geometry_type * const localgeotype,
83 med_entity_type * const remoteentitytype,
84 med_geometry_type * const remotegeotype,
85 med_int * const nentity );
86
89 const char * const meshname,
90 const char * const jointname,
91 const med_int numdt,
92 const med_int numit,
93 const med_entity_type localentitytype,
94 const med_geometry_type localgeotype,
95 const med_entity_type remoteentitytype,
96 const med_geometry_type remotegeotype,
97 med_int * const nentity );
100 const char * const meshname,
101 const char * const jointname,
102 const med_int numdt,
103 const med_int numit,
104 const med_entity_type localentitytype,
105 const med_geometry_type localgeotype,
106 const med_entity_type remoteentitytype,
107 const med_geometry_type remotegeotype,
108 med_int * const correspondence);
109
110#ifdef __cplusplus
111}
112#endif
113
114#endif /* MED_MEDSUBDOMAINJOINT_H */
115
MEDC_EXPORT med_err MEDsubdomainJointInfo(const med_idt fid, const char *const meshname, 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.
MEDC_EXPORT 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 localentitytype, const med_geometry_type localgeotype, const med_entity_type remoteentitytype, const med_geometry_type remotegeotype, med_int *const nentity)
Cette routine permet la lecture du nombre d'entités en correspondance dans un joint pour un couple d'...
MEDC_EXPORT med_err MEDsubdomainCorrespondenceRd(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, med_int *const correspondence)
Cette routine permet la lecture d'une correspondance dans un joint pour un type de couple d'entité en...
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_int MEDnSubdomainJoint(const med_idt fid, const char *const meshname)
Cette routine permet la lecture du nombre de joint dans un maillage.
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 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 localentitytype, med_geometry_type *const localgeotype, med_entity_type *const remoteentitytype, med_geometry_type *const remotegeotype, med_int *const nentity)
Cette routine permet de lire les informations sur les couples d'entités en correspondance dans un joi...
MEDC_EXPORT 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 m...
#define MEDC_EXPORT
Definition: medC_win_dll.h:29
int med_geometry_type
Definition: med.h:194
int med_int
Definition: med.h:333
med_entity_type
Definition: med.h:143
herr_t med_err
Definition: med.h:323
hid_t med_idt
Definition: med.h:322