MFEM  v4.0
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::PRISM > Struct Template Reference

#include <geom.hpp>

Classes

struct  VertToVert
 

Static Public Attributes

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

Detailed Description

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

Definition at line 213 of file geom.hpp.

Member Data Documentation

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

Definition at line 215 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PRISM >::Edges
static
Initial value:
=
{{0, 1}, {1, 2}, {2, 0}, {3, 4}, {4, 5}, {5, 3}, {0, 3}, {1, 4}, {2, 5}}

Definition at line 218 of file geom.hpp.

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

Definition at line 220 of file geom.hpp.

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

Definition at line 222 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PRISM >::MaxFaceVert = 4
static

Definition at line 221 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PRISM >::NumEdges = 9
static

Definition at line 217 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PRISM >::NumFaces = 5
static

Definition at line 219 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PRISM >::NumVert = 6
static

Definition at line 216 of file geom.hpp.


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