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

#include <geom.hpp>

Classes

struct  VertToVert
 

Static Public Attributes

static const int Dimension = 2
 
static const int NumVert = 3
 
static const int NumEdges = 3
 
static const int Edges [NumEdges][2] = {{0, 1}, {1, 2}, {2, 0}}
 
static const int NumFaces = 1
 
static const int FaceVert [NumFaces][NumVert] = {{0, 1, 2}}
 
static const int NumOrient = 6
 
static const int Orient [NumOrient][NumVert]
 
static const int InvOrient [NumOrient] = { 0, 1, 4, 3, 2, 5 }
 

Detailed Description

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

Definition at line 131 of file geom.hpp.

Member Data Documentation

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::Dimension = 2
static

Definition at line 133 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::Edges = {{0, 1}, {1, 2}, {2, 0}}
static

Definition at line 136 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::FaceVert = {{0, 1, 2}}
static

Definition at line 144 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::InvOrient = { 0, 1, 4, 3, 2, 5 }
static

Definition at line 154 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::NumEdges = 3
static

Definition at line 135 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::NumFaces = 1
static

Definition at line 143 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::NumOrient = 6
static

Definition at line 151 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::NumVert = 3
static

Definition at line 134 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::TRIANGLE >::Orient
static
Initial value:
=
{
{0, 1, 2}, {1, 0, 2}, {2, 0, 1},
{2, 1, 0}, {1, 2, 0}, {0, 2, 1}
}

Definition at line 152 of file geom.hpp.


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