MFEM  v4.1.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Attributes | List of all members
mfem::Geometry::Constants< Geometry::PRISM >::VertToVert Struct Reference

#include <geom.hpp>

Static Public Attributes

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

Detailed Description

template<>
struct mfem::Geometry::Constants< Geometry::PRISM >::VertToVert

Definition at line 224 of file geom.hpp.

Member Data Documentation

const int mfem::Geometry::Constants< Geometry::PRISM >::VertToVert::I = {0, 3, 5, 6, 8, 9}
static

Definition at line 226 of file geom.hpp.

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

Definition at line 227 of file geom.hpp.


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