Go to the source code of this file.
|
| libMesh |
| The libMesh namespace provides an interface to certain functionality in the library.
|
|
|
enum | libMesh::FEFamily : int {
libMesh::LAGRANGE = 0,
libMesh::HIERARCHIC = 1,
libMesh::MONOMIAL = 2,
libMesh::L2_HIERARCHIC = 6,
libMesh::L2_LAGRANGE = 7,
libMesh::BERNSTEIN = 3,
libMesh::SZABAB = 4,
libMesh::XYZ = 5,
libMesh::INFINITE_MAP = 11,
libMesh::JACOBI_20_00 = 12,
libMesh::JACOBI_30_00 = 13,
libMesh::LEGENDRE = 14,
libMesh::CLOUGH = 21,
libMesh::HERMITE = 22,
libMesh::SUBDIVISION = 23,
libMesh::SCALAR = 31,
libMesh::LAGRANGE_VEC = 41,
libMesh::NEDELEC_ONE = 42,
libMesh::MONOMIAL_VEC = 43,
libMesh::RAVIART_THOMAS = 44,
libMesh::L2_RAVIART_THOMAS = 45,
libMesh::L2_LAGRANGE_VEC = 46,
libMesh::HIERARCHIC_VEC = 47,
libMesh::L2_HIERARCHIC_VEC = 48,
libMesh::RATIONAL_BERNSTEIN = 61,
libMesh::SIDE_HIERARCHIC = 71,
libMesh::INVALID_FE = 99
} |
| defines an enum for finite element families. More...
|
|
enum | libMesh::FEContinuity : int {
libMesh::DISCONTINUOUS,
libMesh::C_ZERO,
libMesh::C_ONE,
libMesh::H_CURL,
libMesh::H_DIV,
libMesh::SIDE_DISCONTINUOUS
} |
| defines an enum for finite element types to libmesh_assert a certain level (or type? Hcurl?) of continuity. More...
|
|
enum | libMesh::FEFieldType : int { libMesh::TYPE_SCALAR = 0,
libMesh::TYPE_VECTOR
} |
| defines an enum for finite element field types - i.e. More...
|
|