MFEM
v4.6.0
Finite element discretization library
|
#include <tcoefficient.hpp>
Public Types | |
typedef TMatrix< qpts, ne, vcomplex_t > | result_t |
Public Member Functions | |
MFEM_ALWAYS_INLINE | Aux (const IR &int_rule, const coeff_t &c) |
MFEM_ALWAYS_INLINE | Aux (const IR &int_rule, const coeff_t &c) |
template<typename T_result_t > | |
MFEM_ALWAYS_INLINE void | Eval (const T_result_t &F, result_t &res) |
MFEM_ALWAYS_INLINE const vcomplex_t & | get (const result_t &res, int i, int k) const |
Public Attributes | |
TMatrix< qpts, 1, typename IR::real_type > | w |
IR | int_rule |
coeff_t | c |
Definition at line 300 of file tcoefficient.hpp.
typedef TMatrix<qpts,ne,vcomplex_t> mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< false, dummy >::result_t |
Definition at line 302 of file tcoefficient.hpp.
|
inline |
Definition at line 311 of file tcoefficient.hpp.
|
inline |
Definition at line 317 of file tcoefficient.hpp.
|
inline |
Definition at line 322 of file tcoefficient.hpp.
|
inline |
Definition at line 337 of file tcoefficient.hpp.
coeff_t mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< false, dummy >::c |
Definition at line 308 of file tcoefficient.hpp.
IR mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< false, dummy >::int_rule |
Definition at line 306 of file tcoefficient.hpp.
TMatrix<qpts,1,typename IR::real_type> mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< false, dummy >::w |
Definition at line 304 of file tcoefficient.hpp.