MFEM  v3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Static Public Attributes | List of all members
mfem::Geometry::Constants< Geometry::TETRAHEDRON > Struct Template Reference

#include <geom.hpp>

Classes

struct  VertToVert
 

Static Public Attributes

static const int Dimension = 3
 
static const int NumVert = 4
 
static const int NumEdges = 6
 
static const int Edges [NumEdges][2]
 
static const int NumFaces = 4
 
static const int FaceTypes [NumFaces]
 
static const int MaxFaceVert = 3
 
static const int FaceVert [NumFaces][MaxFaceVert]
 

Detailed Description

template<>
struct mfem::Geometry::Constants< Geometry::TETRAHEDRON >

Definition at line 148 of file geom.hpp.

Member Data Documentation

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::Dimension = 3
static

Definition at line 150 of file geom.hpp.

Initial value:
=
{{0, 1}, {0, 2}, {0, 3}, {1, 2}, {1, 3}, {2, 3}}

Definition at line 153 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::FaceTypes
static
Initial value:

Definition at line 155 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::FaceVert
static
Initial value:
=
{{1, 2, 3}, {0, 3, 2}, {0, 1, 3}, {0, 2, 1}}

Definition at line 157 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::MaxFaceVert = 3
static

Definition at line 156 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::NumEdges = 6
static

Definition at line 152 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::NumFaces = 4
static

Definition at line 154 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TETRAHEDRON >::NumVert = 4
static

Definition at line 151 of file geom.hpp.


The documentation for this struct was generated from the following files: