MFEM  v4.6.0
Finite element discretization library
mfem::FieldEvaluator< FESpace_t, VecLayout_t, IR, complex_t, real_t >::TElementMatrix< InOps, OutOps, it_t > Struct Template Reference

This struct implements element matrix computation for some combinations of input (InOps) and output (OutOps) operations. 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 InOps, int OutOps, typename it_t>
struct mfem::FieldEvaluator< FESpace_t, VecLayout_t, IR, complex_t, real_t >::TElementMatrix< InOps, OutOps, it_t >

This struct implements element matrix computation for some combinations of input (InOps) and output (OutOps) operations.

Definition at line 1409 of file tevaluator.hpp.


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