MEDaffiche.c

Aller à la documentation de ce fichier.
00001 /*  This file is part of MED.
00002  *
00003  *  COPYRIGHT (C) 1999 - 2015  EDF R&D, CEA/DEN
00004  *  MED is free software: you can redistribute it and/or modify
00005  *  it under the terms of the GNU Lesser General Public License as published by
00006  *  the Free Software Foundation, either version 3 of the License, or
00007  *  (at your option) any later version.
00008  *
00009  *  MED is distributed in the hope that it will be useful,
00010  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  *  GNU Lesser General Public License for more details.
00013  *
00014  *  You should have received a copy of the GNU Lesser General Public License
00015  *  along with MED.  If not, see <http://www.gnu.org/licenses/>.
00016  */
00017 
00018 
00019 
00020 #include <med.h>
00021 #include <med_config.h>
00022 
00023 char * MED_GEOMETRIE_MAILLE_AFF[MED_NBR_GEOMETRIE_MAILLE+2] = \
00024 { "MED_POINT1", "MED_SEG2", "MED_SEG3", "MED_TRIA3",
00025     "MED_QUAD4", "MED_TRIA6","MED_QUAD8", "MED_TETRA4",
00026     "MED_PYRA5", "MED_PENTA6", "MED_HEXA8", "MED_TETRA10", 
00027     "MED_PYRA13", "MED_PENTA15", "MED_HEXA20", 
00028     "MED_POLYGONE", "MED_POLYEDRE"};
00029 
00030 char * MED_GEOMETRIE_FACE_AFF[MED_NBR_GEOMETRIE_FACE+1] = {"MED_TRIA3","MED_TRIA6",
00031                                                             "MED_QUAD4","MED_QUAD8",
00032                                                             "MED_POLYGONE"};
00033 char * MED_GEOMETRIE_ARETE_AFF[MED_NBR_GEOMETRIE_ARETE] = {"MED_SEG2","MED_SEG3"};  
00034 
00035 char * MED_GEOMETRIE_NOEUD_AFF[1] = {"(AUCUN)"};  
00036 
00037 char * MED_ENTITE_MAILLAGE_AFF[5]={"MED_MAILLE",
00038                                     "MED_FACE", 
00039                                     "MED_ARETE", 
00040                                     "MED_NOEUD",
00041                                     "MED_NOEUD_MAILLE"};

Généré le Thu Oct 8 14:26:16 2015 pour MED fichier par  doxygen 1.6.1