Version: 6.3.1

src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D
00002 //
00003 // This library is free software; you can redistribute it and/or
00004 // modify it under the terms of the GNU Lesser General Public
00005 // License as published by the Free Software Foundation; either
00006 // version 2.1 of the License.
00007 //
00008 // This library is distributed in the hope that it will be useful,
00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 // Lesser General Public License for more details.
00012 //
00013 // You should have received a copy of the GNU Lesser General Public
00014 // License along with this library; if not, write to the Free Software
00015 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00016 //
00017 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00018 //
00019 
00020 #ifndef __NORMALIZEDUNSTRUCTUREDMESH_HXX__
00021 #define __NORMALIZEDUNSTRUCTUREDMESH_HXX__
00022 
00023 namespace INTERP_KERNEL
00024 {
00025   typedef enum
00026     {
00027       ALL_C_MODE       ,
00028       ALL_FORTRAN_MODE
00029     } NumberingPolicy;
00030 
00031 
00032   typedef enum
00033     {
00034       NORM_POINT1  =  0,
00035       NORM_SEG2    =  1,
00036       NORM_SEG3    =  2,
00037       NORM_TRI3    =  3,
00038       NORM_QUAD4   =  4,
00039       NORM_POLYGON =  5,
00040       NORM_TRI6    =  6,
00041       NORM_QUAD8   =  8,
00042       //
00043       NORM_TETRA4  = 14,
00044       NORM_PYRA5   = 15,
00045       NORM_PENTA6  = 16,
00046       NORM_HEXA8   = 18,
00047       NORM_TETRA10 = 20,
00048       NORM_HEXGP12 = 22,
00049       NORM_PYRA13  = 23,
00050       NORM_PENTA15 = 25,
00051       NORM_HEXA20  = 30,
00052       NORM_POLYHED = 31,
00053       NORM_ERROR   = 40
00054     } NormalizedCellType;
00055 
00056   class GenericMesh
00057   {};
00058 }
00059 
00060 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS