MFEM v4.7.0
Finite element discretization library
|
#include <tfe.hpp>
Public Types | |
typedef int | parameter_type |
Public Member Functions | |
H1_FiniteElement (const parameter_type type_=BasisType::GaussLobatto) | |
H1_FiniteElement (const FiniteElementCollection &fec) | |
~H1_FiniteElement () | |
template<typename real_t > | |
void | CalcShapes (const IntegrationRule &ir, real_t *B, real_t *G) const |
const Array< int > * | GetDofMap () const |
Static Public Attributes | |
static const Geometry::Type | geom = Geometry::TETRAHEDRON |
static const int | dim = 3 |
static const int | degree = P |
static const int | dofs = ((P + 1)*(P + 2)*(P + 3))/6 |
static const bool | tensor_prod = false |
Protected Member Functions | |
void | Init (const parameter_type type_) |
Protected Attributes | |
const FiniteElement * | my_fe |
parameter_type | type |
typedef int mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::parameter_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
static |
|
protected |