MFEM  v3.3.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::POINT > Struct Template Reference

#include <geom.hpp>

Static Public Attributes

static const int Dimension = 0
 
static const int NumVert = 1
 
static const int NumOrient = 1
 
static const int Orient [NumOrient][NumVert] = {{0}}
 
static const int InvOrient [NumOrient] = {0}
 

Detailed Description

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

Definition at line 100 of file geom.hpp.

Member Data Documentation

const int mfem::Geometry::Constants< Geometry::POINT >::Dimension = 0
static

Definition at line 102 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::POINT >::InvOrient = {0}
static

Definition at line 107 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::POINT >::NumOrient = 1
static

Definition at line 105 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::POINT >::NumVert = 1
static

Definition at line 103 of file geom.hpp.

const int mfem::Geometry::Constants< Geometry::POINT >::Orient = {{0}}
static

Definition at line 106 of file geom.hpp.


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