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

#include <geom.hpp>

Static Public Attributes

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

Detailed Description

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

Definition at line 200 of file geom.hpp.

Member Data Documentation

◆ I

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

Definition at line 202 of file geom.hpp.

◆ J

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

Definition at line 203 of file geom.hpp.


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