MFEM  v3.4
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::SQUARE > Struct Template Reference

#include <geom.hpp>

Classes

struct  VertToVert
 

Static Public Attributes

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

Detailed Description

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

Definition at line 149 of file geom.hpp.

Member Data Documentation

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

Definition at line 151 of file geom.hpp.

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

Definition at line 154 of file geom.hpp.

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

Definition at line 162 of file geom.hpp.

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

Definition at line 166 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SQUARE >::NumEdges = 4
static

Definition at line 153 of file geom.hpp.

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

Definition at line 161 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SQUARE >::NumOrient = 8
static

Definition at line 164 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::SQUARE >::NumVert = 4
static

Definition at line 152 of file geom.hpp.

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

Definition at line 165 of file geom.hpp.


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