MFEM
v3.4
Finite element discretization library
|
#include <tcoefficient.hpp>
Classes | |
struct | Aux |
struct | Aux< false, dummy > |
struct | Aux< true, dummy > |
Public Types | |
typedef coeff_t::complex_type | complex_type |
typedef Aux< coeff_t::is_const, true > | Type |
Static Public Attributes | |
static const int | qpts = IR::qpts |
static const int | ne = NE |
Auxiliary class that is used to simplify the evaluation of a coefficient and scaling it by the weights of a quadrature rule.
Definition at line 247 of file tcoefficient.hpp.
typedef coeff_t::complex_type mfem::IntRuleCoefficient< IR, coeff_t, NE >::complex_type |
Definition at line 251 of file tcoefficient.hpp.
typedef Aux<coeff_t::is_const,true> mfem::IntRuleCoefficient< IR, coeff_t, NE >::Type |
Definition at line 321 of file tcoefficient.hpp.
|
static |
Definition at line 250 of file tcoefficient.hpp.
|
static |
Definition at line 249 of file tcoefficient.hpp.