MFEM  v3.2
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::SEGMENT > Struct Template Reference

#include <geom.hpp>

Static Public Attributes

static const int Dimension = 1
 
static const int NumVert = 2
 
static const int NumEdges = 1
 
static const int Edges [NumEdges][2] = { {0, 1} }
 
static const int NumOrient = 2
 
static const int Orient [NumOrient][NumVert] = { {0, 1}, {1, 0} }
 
static const int InvOrient [NumOrient] = { 0, 1 }
 

Detailed Description

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

Definition at line 90 of file geom.hpp.

Member Data Documentation

const int mfem::Geometry::Constants< Geometry::SEGMENT >::Dimension = 1
static

Definition at line 92 of file geom.hpp.

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

Definition at line 95 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SEGMENT >::InvOrient = { 0, 1 }
static

Definition at line 99 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SEGMENT >::NumEdges = 1
static

Definition at line 94 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SEGMENT >::NumOrient = 2
static

Definition at line 97 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SEGMENT >::NumVert = 2
static

Definition at line 93 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SEGMENT >::Orient = { {0, 1}, {1, 0} }
static

Definition at line 98 of file geom.hpp.


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