Code_Saturne
CFD tool
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ecs_med.h
Go to the documentation of this file.
1 #ifndef _ECS_MED_H_
2 #define _ECS_MED_H_
3 
4 /*============================================================================
5  * Définitions de macros et constantes
6  * servant au traitement de maillages au format MED
7  *============================================================================*/
8 
9 /*
10  This file is part of Code_Saturne, a general-purpose CFD tool.
11 
12  Copyright (C) 1998-2012 EDF S.A.
13 
14  This program is free software; you can redistribute it and/or modify it under
15  the terms of the GNU General Public License as published by the Free Software
16  Foundation; either version 2 of the License, or (at your option) any later
17  version.
18 
19  This program is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
21  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
22  details.
23 
24  You should have received a copy of the GNU General Public License along with
25  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
26  Street, Fifth Floor, Boston, MA 02110-1301, USA.
27 */
28 
29 /*----------------------------------------------------------------------------*/
30 
31 
32 /*============================================================================
33  * Visibilité
34  *============================================================================*/
35 
36 #include "cs_config.h"
37 
38 #if defined(HAVE_MED)
39 
40 
41 /*----------------------------------------------------------------------------
42  * Fichiers `include' librairie standard C
43  *----------------------------------------------------------------------------*/
44 
45 
46 /*----------------------------------------------------------------------------
47  * Fichiers `include' publics du paquetage global "Utilitaire"
48  *----------------------------------------------------------------------------*/
49 
50 #include "ecs_def.h"
51 
52 
53 /*----------------------------------------------------------------------------
54  * Fichiers `include' publics des paquetages visibles
55  *----------------------------------------------------------------------------*/
56 
57 
58 /*----------------------------------------------------------------------------
59  * Fichiers `include' publics du paquetage courant
60  *----------------------------------------------------------------------------*/
61 
62 
63 /*============================================================================
64  * Définitions de variables globales
65  *============================================================================*/
66 
67 /* Variables de définition de la version des librairies */
68 
69 extern int ecs_glob_med_ver_maj;
70 extern int ecs_glob_med_ver_min;
71 extern int ecs_glob_med_ver_rel;
72 extern int ecs_glob_hdf5_ver_maj;
73 extern int ecs_glob_hdf5_ver_min;
74 extern int ecs_glob_hdf5_ver_rel;
75 
76 
77 /*============================================================================
78  * Définitions de types
79  *============================================================================*/
80 
81 /* Structure définissant un cas MED */
82 
83 typedef struct _ecs_med_t ecs_med_t;
84 
85 
86 /*============================================================================
87  * Définition de macros
88  *============================================================================*/
89 
90 
91 /*============================================================================
92  * Fonctions publiques
93  *============================================================================*/
94 
95 /*----------------------------------------------------------------------------
96  * Fonction de récupération d'informations sur les librairies associées
97  * (pour les librairies chargées dynamiquement dont la version peut être
98  * modifiée au lancement).
99  *----------------------------------------------------------------------------*/
100 
101 void
103 
104 #endif /* HAVE_MED */
105 
106 /*----------------------------------------------------------------------------*/
107 
108 #endif /* _ECS_MED_H_ */
int ecs_glob_hdf5_ver_rel
Definition: ecs_med.c:79
int ecs_glob_med_ver_rel
Definition: ecs_med.c:71
int ecs_glob_med_ver_min
Definition: ecs_med.c:70
int ecs_glob_hdf5_ver_maj
Definition: ecs_med.c:77
int ecs_glob_hdf5_ver_min
Definition: ecs_med.c:78
int ecs_glob_med_ver_maj
Definition: ecs_med.c:69
Definition: ecs_med_priv.h:150
void ecs_med__version_shlib(void)
Definition: ecs_med.c:187