MFEM v4.7.0
Finite element discretization library
|
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 |
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.
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.
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.
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.