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

Member Data Documentation

◆ Dimension

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

Definition at line 135 of file geom.hpp.

◆ InvOrient

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

Definition at line 140 of file geom.hpp.

◆ NumOrient

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

Definition at line 138 of file geom.hpp.

◆ NumVert

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

Definition at line 136 of file geom.hpp.

◆ Orient

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

Definition at line 139 of file geom.hpp.


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