Go to the source code of this file.
Macros | |
#define | MOAB_ENTITY_TYPE_NAME MBEntityType |
#define | MOAB_ENTITY_TYPE_C |
Typedefs | |
typedef enum MBEntityType | MBEntityType |
Enumerations | |
enum | MOAB_ENTITY_TYPE_NAME { MBVERTEX = 0 , MBEDGE , MBTRI , MBQUAD , MBPOLYGON , MBTET , MBPYRAMID , MBPRISM , MBKNIFE , MBHEX , MBPOLYHEDRON , MBENTITYSET , MBMAXTYPE } |
#define MOAB_ENTITY_TYPE_C |
Definition at line 142 of file MBEntityType.h.
#define MOAB_ENTITY_TYPE_NAME MBEntityType |
MOAB, a Mesh-Oriented datABase, is a software component for creating, storing and accessing finite element mesh data.
Copyright 2004 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Definition at line 61 of file MBEntityType.h.
typedef enum MBEntityType MBEntityType |
Definition at line 1 of file MBEntityType.h.
Entity types defined in MOAB and MBCN The ordering here must ensure that all element types are grouped together and all elements of similar dimension are grouped together.
Definition at line 69 of file MBEntityType.h.