MFEM
v3.2
Finite element discretization library
|
#include <tcoefficient.hpp>
Classes | |
struct | Dim |
struct | Dim< 1, dummy > |
struct | Dim< 2, dummy > |
struct | Dim< 3, dummy > |
Public Types | |
typedef complex_t | complex_type |
Public Member Functions | |
TFunctionCoefficient () | |
TFunctionCoefficient (Func &F_) | |
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) |
Static Public Attributes | |
static const bool | uses_coordinates = 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 |
Protected Attributes | |
Func | F |
Definition at line 66 of file tcoefficient.hpp.
typedef complex_t mfem::TFunctionCoefficient< Func, complex_t >::complex_type |
Definition at line 70 of file tcoefficient.hpp.
|
inline |
Definition at line 130 of file tcoefficient.hpp.
|
inline |
Definition at line 132 of file tcoefficient.hpp.
|
inline |
Definition at line 137 of file tcoefficient.hpp.
|
protected |
Definition at line 73 of file tcoefficient.hpp.
|
static |
Definition at line 69 of file tcoefficient.hpp.