MFEM  v4.6.0
Finite element discretization library
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 159 of file geom.hpp.

Member Data Documentation

◆ Dimension

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

Definition at line 165 of file geom.hpp.

◆ Edges

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

Definition at line 168 of file geom.hpp.

◆ FaceVert

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

Definition at line 176 of file geom.hpp.

◆ InvOrient

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

Definition at line 186 of file geom.hpp.

◆ NumEdges

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

Definition at line 167 of file geom.hpp.

◆ NumFaces

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

Definition at line 175 of file geom.hpp.

◆ NumOrient

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

Definition at line 183 of file geom.hpp.

◆ NumVert

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

Definition at line 166 of file geom.hpp.

◆ Orient

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 184 of file geom.hpp.


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