MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::FieldEvaluator< FESpace_t, VecLayout_t, IR, complex_t, real_t >::AData< IOData, impl_traits_t > Struct Template Reference

Auxiliary templated struct AData, used by the Eval() and Assemble() methods. More...

#include <tevaluator.hpp>

Detailed Description

template<typename FESpace_t, typename VecLayout_t, typename IR, typename complex_t = double, typename real_t = double>
template<int IOData, typename impl_traits_t>
struct mfem::FieldEvaluator< FESpace_t, VecLayout_t, IR, complex_t, real_t >::AData< IOData, impl_traits_t >

Auxiliary templated struct AData, used by the Eval() and Assemble() methods.

The template parameter IOData is "bitwise or" of constants from the enum InOutData. The parameter NE is the number of elements to be processed in the Eval() and Assemble() methods.

Definition at line 1162 of file tevaluator.hpp.


The documentation for this struct was generated from the following file: