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

Contains matrix sizes, type of kernel (ElementMatrix is templated on a kernel, e.g. ElementMatrix::Compute may be AssembleGradGrad()). More...

#include <tbilinearform.hpp>

Public Types

typedef solFieldEval::template
Spec< kernel_t, impl_traits_t > 
Spec
 
typedef Spec::DataType DataType
 
typedef Spec::ElementMatrix ElementMatrix
 

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 >::S_spec

Contains matrix sizes, type of kernel (ElementMatrix is templated on a kernel, e.g. ElementMatrix::Compute may be AssembleGradGrad()).

Definition at line 104 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 Spec::DataType mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::S_spec::DataType

Definition at line 107 of file tbilinearform.hpp.

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 Spec::ElementMatrix mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::S_spec::ElementMatrix

Definition at line 108 of file tbilinearform.hpp.

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 solFieldEval::template Spec<kernel_t,impl_traits_t> mfem::TBilinearForm< meshType, solFESpace, IR, IntegratorType, solVecLayout_t, complex_t, real_t, impl_traits_t >::S_spec::Spec

Definition at line 106 of file tbilinearform.hpp.


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