MFEM  v3.3.2
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 >::T_result< NE > Struct Template Reference

#include <tbilinearform.hpp>

Public Types

typedef Trans_t::template
Result< EvalOps, NE > 
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>
template<int NE>
struct mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t >::T_result< NE >

Definition at line 59 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>
template<int NE>
typedef Trans_t::template Result<EvalOps,NE> mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t >::T_result< NE >::Type

Definition at line 63 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>
template<int NE>
const int mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t >::T_result< NE >::EvalOps
static
Initial value:
=
Trans_t::template Get<coeff_t,kernel_t>::EvalOps

Definition at line 61 of file tbilinearform.hpp.


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