MFEM
v3.3
Finite element discretization library
|
#include <tcoefficient.hpp>
Public Types | |
typedef TMatrix< qpts, ne, complex_type > | 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 complex_type & | 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 278 of file tcoefficient.hpp.
typedef TMatrix<qpts,ne,complex_type> mfem::IntRuleCoefficient< IR, coeff_t, NE >::Aux< false, dummy >::result_t |
Definition at line 280 of file tcoefficient.hpp.
|
inline |
Definition at line 289 of file tcoefficient.hpp.
|
inline |
Definition at line 295 of file tcoefficient.hpp.
|
inline |
Definition at line 300 of file tcoefficient.hpp.
|
inline |
Definition at line 315 of file tcoefficient.hpp.
coeff_t mfem::IntRuleCoefficient< IR, coeff_t, NE >::Aux< false, dummy >::c |
Definition at line 286 of file tcoefficient.hpp.
IR mfem::IntRuleCoefficient< IR, coeff_t, NE >::Aux< false, dummy >::int_rule |
Definition at line 284 of file tcoefficient.hpp.
TMatrix<qpts,1,typename IR::real_type> mfem::IntRuleCoefficient< IR, coeff_t, NE >::Aux< false, dummy >::w |
Definition at line 282 of file tcoefficient.hpp.