MFEM
v3.2
Finite element discretization library
|
#include <tevaluator.hpp>
Protected Types | |
typedef FESpace_t::FE_type | FE_type |
typedef ShapeEvaluator < FE_type, IR, real_t > | ShapeEval_type |
Protected Member Functions | |
MFEM_ALWAYS_INLINE | FieldEvaluator_base (const FESpace_t &tfes, const ShapeEval_type &shape_eval, const VecLayout_t &vec_layout) |
MFEM_ALWAYS_INLINE | FieldEvaluator_base (const FE_type &fe, const FiniteElementSpace &fes) |
Protected Attributes | |
FESpace_t | fespace |
ShapeEval_type | shapeEval |
VecLayout_t | vec_layout |
Definition at line 953 of file tevaluator.hpp.
|
protected |
Definition at line 956 of file tevaluator.hpp.
|
protected |
Definition at line 957 of file tevaluator.hpp.
|
inlineprotected |
Definition at line 965 of file tevaluator.hpp.
|
inlineprotected |
Definition at line 974 of file tevaluator.hpp.
|
protected |
Definition at line 959 of file tevaluator.hpp.
|
protected |
Definition at line 960 of file tevaluator.hpp.
|
protected |
Definition at line 961 of file tevaluator.hpp.