MFEM v4.7.0
Finite element discretization library
|
#include <tcoefficient.hpp>
Public Types | |
typedef complex_t | complex_type |
Public Member Functions | |
TConstantCoefficient (complex_t val) | |
template<typename T_result_t , typename c_layout_t , typename c_data_t > | |
MFEM_ALWAYS_INLINE void | Eval (const T_result_t &T, const c_layout_t &l, c_data_t &c) const |
Public Attributes | |
complex_t | value |
Static Public Attributes | |
static const bool | is_const = true |
Static Public Attributes inherited from mfem::TCoefficient | |
static const int | rank = 0 |
static const bool | is_const = false |
static const bool | uses_coordinates = false |
static const bool | uses_Jacobians = false |
static const bool | uses_attributes = false |
static const bool | uses_element_idxs = false |
Definition at line 38 of file tcoefficient.hpp.
typedef complex_t mfem::TConstantCoefficient< complex_t >::complex_type |
Definition at line 42 of file tcoefficient.hpp.
|
inline |
Definition at line 46 of file tcoefficient.hpp.
|
inline |
Definition at line 52 of file tcoefficient.hpp.
|
static |
Definition at line 41 of file tcoefficient.hpp.
complex_t mfem::TConstantCoefficient< complex_t >::value |
Definition at line 44 of file tcoefficient.hpp.