Field evaluators – values of a given global FE grid function This is roughly speaking a templated version of GridFunction.
More...
#include <tevaluator.hpp>
template<typename FESpace_t, typename VecLayout_t, typename IR, typename complex_t, typename real_t>
class mfem::FieldEvaluator_base< FESpace_t, VecLayout_t, IR, complex_t, real_t >
Field evaluators – values of a given global FE grid function This is roughly speaking a templated version of GridFunction.
Definition at line 968 of file tevaluator.hpp.
◆ FE_type
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
◆ ShapeEval_type
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
◆ FieldEvaluator_base() [1/2]
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
With this constructor, fespace is a shallow copy.
Definition at line 980 of file tevaluator.hpp.
◆ FieldEvaluator_base() [2/2]
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
This constructor creates new fespace, not a shallow copy.
Definition at line 989 of file tevaluator.hpp.
◆ fespace
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
◆ shapeEval
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
◆ vec_layout
template<typename FESpace_t , typename VecLayout_t , typename IR , typename complex_t , typename real_t >
The documentation for this class was generated from the following file: