libMesh
Namespaces | Enumerations
enum_elem_type.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Enumerations

enum  libMesh::ElemType : int {
  libMesh::EDGE2 = 0, libMesh::EDGE3 = 1, libMesh::EDGE4 = 2, libMesh::TRI3 = 3,
  libMesh::TRI6 = 4, libMesh::QUAD4 = 5, libMesh::QUAD8 = 6, libMesh::QUAD9 = 7,
  libMesh::TET4 = 8, libMesh::TET10 = 9, libMesh::HEX8 = 10, libMesh::HEX20 = 11,
  libMesh::HEX27 = 12, libMesh::PRISM6 = 13, libMesh::PRISM15 = 14, libMesh::PRISM18 = 15,
  libMesh::PYRAMID5 = 16, libMesh::PYRAMID13 = 17, libMesh::PYRAMID14 = 18, libMesh::INFEDGE2 = 19,
  libMesh::INFQUAD4 = 20, libMesh::INFQUAD6 = 21, libMesh::INFHEX8 = 22, libMesh::INFHEX16 = 23,
  libMesh::INFHEX18 = 24, libMesh::INFPRISM6 = 25, libMesh::INFPRISM12 = 26, libMesh::NODEELEM = 27,
  libMesh::REMOTEELEM = 28, libMesh::TRI3SUBDIVISION = 29, libMesh::TRISHELL3 = 30, libMesh::QUADSHELL4 = 31,
  libMesh::QUADSHELL8 = 32, libMesh::TRI7 = 33, libMesh::TET14 = 34, libMesh::PRISM20 = 35,
  libMesh::PRISM21 = 36, libMesh::PYRAMID18 = 37, libMesh::INVALID_ELEM
}
 Defines an enum for geometric element types. More...
 
enum  libMesh::ElemMappingType : unsigned char { libMesh::LAGRANGE_MAP = 0, libMesh::RATIONAL_BERNSTEIN_MAP, libMesh::INVALID_MAP }
 Enumeration of possible element master->physical mapping types. More...