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::PYRAMID > Struct Template Reference

#include <geom.hpp>

Classes

struct  VertToVert
 

Static Public Attributes

static const int Dimension = 3
 
static const int NumVert = 5
 
static const int NumEdges = 8
 
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::PYRAMID >

Definition at line 255 of file geom.hpp.

Member Data Documentation

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

Definition at line 257 of file geom.hpp.

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

Definition at line 260 of file geom.hpp.

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

Definition at line 262 of file geom.hpp.

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

Definition at line 264 of file geom.hpp.

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

Definition at line 263 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PYRAMID >::NumEdges = 8
static

Definition at line 259 of file geom.hpp.

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

Definition at line 261 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::PYRAMID >::NumVert = 5
static

Definition at line 258 of file geom.hpp.


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