MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Static Public Attributes | List of all members
mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::T_result Struct Reference

#include <tbilinearform.hpp>

Public Types

typedef Trans_t::template
Result< EvalOps, impl_traits_t > 
Type
 

Static Public Attributes

static const int EvalOps
 

Detailed Description

template<typename meshType, typename solFESpace, typename IR, typename IntegratorType, typename solVecLayout_t = ScalarLayout, typename complex_t = double, typename real_t = double, typename impl_traits_t = AutoSIMDTraits<complex_t,real_t>>
struct mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::T_result

Definition at line 92 of file tbilinearform.hpp.

Member Typedef Documentation

template<typename meshType , typename solFESpace , typename IR , typename IntegratorType , typename solVecLayout_t = ScalarLayout, typename complex_t = double, typename real_t = double, typename impl_traits_t = AutoSIMDTraits<complex_t,real_t>>
typedef Trans_t::template Result<EvalOps,impl_traits_t> mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::T_result::Type

Definition at line 96 of file tbilinearform.hpp.

Member Data Documentation

template<typename meshType , typename solFESpace , typename IR , typename IntegratorType , typename solVecLayout_t = ScalarLayout, typename complex_t = double, typename real_t = double, typename impl_traits_t = AutoSIMDTraits<complex_t,real_t>>
const int mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::T_result::EvalOps
static
Initial value:
=
Trans_t::template Get<coeff_t,kernel_t>::EvalOps

Definition at line 94 of file tbilinearform.hpp.


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