MFEM  v4.4.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 237 of file geom.hpp.

Member Data Documentation

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

Definition at line 239 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 242 of file geom.hpp.

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

Definition at line 244 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 246 of file geom.hpp.

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

Definition at line 245 of file geom.hpp.

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

Definition at line 241 of file geom.hpp.

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

Definition at line 243 of file geom.hpp.

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

Definition at line 240 of file geom.hpp.


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