MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::Geometry::Constants< Geometry::PYRAMID > Struct 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

Definition at line 286 of file geom.hpp.

Member Data Documentation

◆ Dimension

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

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

◆ FaceTypes

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

◆ MaxFaceVert

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

Definition at line 298 of file geom.hpp.

◆ NumEdges

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

Definition at line 294 of file geom.hpp.

◆ NumFaces

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

Definition at line 296 of file geom.hpp.

◆ NumVert

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

Definition at line 293 of file geom.hpp.


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