MFEM v4.7.0
Finite element discretization library
|
#include <tfe.hpp>
Public Types | |
typedef int | parameter_type |
Public Member Functions | |
template<typename real_t > | |
void | CalcShapes (const IntegrationRule &ir, real_t *B, real_t *Grad) const |
template<typename real_t > | |
void | Calc1DShapes (const IntegrationRule &ir, real_t *B, real_t *Grad) const |
const Array< int > * | GetDofMap () const |
Static Public Attributes | |
static const Geometry::Type | geom = G |
static const int | dim = Geometry::Constants<G>::Dimension |
static const int | degree = P |
static const int | dofs = DOFS |
static const bool | tensor_prod = TP |
static const int | dofs_1d = P+1 |
Protected Member Functions | |
void | Init (const parameter_type type_) |
L2_FiniteElement_base (const parameter_type type) | |
L2_FiniteElement_base (const FiniteElementCollection &fec) | |
~L2_FiniteElement_base () | |
Protected Attributes | |
const FiniteElement * | my_fe |
const FiniteElement * | my_fe_1d |
parameter_type | type |
typedef int mfem::L2_FiniteElement_base< G, P, L2_FE_type, L2Pos_FE_type, DOFS, TP >::parameter_type |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protected |
|
protected |
|
static |
|
protected |