MFEM  v4.6.0
Finite element discretization library
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 283 of file geom.hpp.

Member Data Documentation

◆ Dimension

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

Definition at line 289 of file geom.hpp.

◆ Edges

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 292 of file geom.hpp.

◆ FaceTypes

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

◆ FaceVert

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 296 of file geom.hpp.

◆ MaxFaceVert

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

Definition at line 295 of file geom.hpp.

◆ NumEdges

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

Definition at line 291 of file geom.hpp.

◆ NumFaces

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

Definition at line 293 of file geom.hpp.

◆ NumVert

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

Definition at line 290 of file geom.hpp.


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