MFEM  v4.6.0
Finite element discretization library
mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< EvalOps, impl_traits_t > Struct Template Reference

Templated struct Result, used to specify the type result that is computed by the TElementTransformation::Eval() method and stored in this structure. More...

#include <teltrans.hpp>

Detailed Description

template<typename Mesh_t, typename IR, typename real_t = double>
template<int EvalOps, typename impl_traits_t>
struct mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< EvalOps, impl_traits_t >

Templated struct Result, used to specify the type result that is computed by the TElementTransformation::Eval() method and stored in this structure.

Template Parameters
EvalOpsis a sum (bitwise or) of constants from the enum EvalOperations
NEis the number of elements to be processed in the Eval() method.
impl_traits_tspecifies additional parameters and types to be used by the Eval() method

Definition at line 75 of file teltrans.hpp.


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