MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::Geometry::Constants< Geometry::PYRAMID >::VertToVert Struct Reference

#include <geom.hpp>

Static Public Attributes

static const int I [NumVert] = {0, 3, 5, 7, 8}
 
static const int J [NumEdges][2]
 

Detailed Description

Definition at line 301 of file geom.hpp.

Member Data Documentation

◆ I

const int mfem::Geometry::Constants< Geometry::PYRAMID >::VertToVert::I = {0, 3, 5, 7, 8}
static

Definition at line 303 of file geom.hpp.

◆ J

const int mfem::Geometry::Constants< Geometry::PYRAMID >::VertToVert::J
static
Initial value:
=
{
{1, 0}, {3, 3}, {4, 4},
{2, 1}, {4, 5},
{3,-3}, {4, 6},
{4, 7}
}

Definition at line 304 of file geom.hpp.


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