![]() |
MFEM v4.8.0
Finite element discretization library
|
General ShapeEvaluator for any scalar FE type (L2 or H1) More...
#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 |
General ShapeEvaluator for any scalar FE type (L2 or H1)
Definition at line 940 of file tevaluator.hpp.
| typedef ShapeEvaluator_base<FE,IR,tensor_prod,real_t> mfem::ShapeEvaluator< FE, IR, real_t >::base_class |
Definition at line 950 of file tevaluator.hpp.
| typedef FE mfem::ShapeEvaluator< FE, IR, real_t >::FE_type |
Definition at line 948 of file tevaluator.hpp.
| typedef IR mfem::ShapeEvaluator< FE, IR, real_t >::IR_type |
Definition at line 949 of file tevaluator.hpp.
| typedef real_t mfem::ShapeEvaluator< FE, IR, real_t >::real_type |
Definition at line 944 of file tevaluator.hpp.
|
inline |
Definition at line 957 of file tevaluator.hpp.
|
static |
Definition at line 945 of file tevaluator.hpp.
|
static |
Definition at line 946 of file tevaluator.hpp.
|
static |
Definition at line 947 of file tevaluator.hpp.