MFEM
v3.2
Finite element discretization library
|
#include <tevaluator.hpp>
Public Types | |
typedef real_t | real_type |
typedef FE | FE_type |
typedef IR | IR_type |
typedef ShapeEvaluator_base < FE, IR, tensor_prod, real_t > | base_class |
Public Member Functions | |
ShapeEvaluator (const FE &fe) | |
Static Public Attributes | |
static const int | dim = FE::dim |
static const int | qpts = IR::qpts |
static const bool | tensor_prod = FE::tensor_prod && IR::tensor_prod |
Definition at line 926 of file tevaluator.hpp.
typedef ShapeEvaluator_base<FE,IR,tensor_prod,real_t> mfem::ShapeEvaluator< FE, IR, real_t >::base_class |
Definition at line 936 of file tevaluator.hpp.
typedef FE mfem::ShapeEvaluator< FE, IR, real_t >::FE_type |
Definition at line 934 of file tevaluator.hpp.
typedef IR mfem::ShapeEvaluator< FE, IR, real_t >::IR_type |
Definition at line 935 of file tevaluator.hpp.
typedef real_t mfem::ShapeEvaluator< FE, IR, real_t >::real_type |
Definition at line 930 of file tevaluator.hpp.
|
inline |
Definition at line 943 of file tevaluator.hpp.
|
static |
Definition at line 931 of file tevaluator.hpp.
|
static |
Definition at line 932 of file tevaluator.hpp.
|
static |
Definition at line 933 of file tevaluator.hpp.