MFEM  v4.6.0
Finite element discretization library
Static Public Attributes | List of all members
mfem::Geometry::Constants< Geometry::TRIANGLE >::VertToVert Struct Reference

#include <geom.hpp>

Static Public Attributes

static const int I [NumVert] = {0, 2, 3}
 
static const int J [NumEdges][2] = {{1, 0}, {2, -3}, {2, 1}}
 

Detailed Description

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

Definition at line 170 of file geom.hpp.

Member Data Documentation

◆ I

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::VertToVert::I = {0, 2, 3}
static

Definition at line 172 of file geom.hpp.

◆ J

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::VertToVert::J = {{1, 0}, {2, -3}, {2, 1}}
static

Definition at line 173 of file geom.hpp.


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