Returns f(u(x)) where u is a scalar GridFunction and f:R → R.
More...
#include <ex37.hpp>
|
std::function< double(const double)> | fun |
|
double | time |
|
Returns f(u(x)) where u is a scalar GridFunction and f:R → R.
Definition at line 40 of file ex37.hpp.
◆ MappedGridFunctionCoefficient() [1/2]
mfem::MappedGridFunctionCoefficient::MappedGridFunctionCoefficient |
( |
| ) |
|
|
inline |
◆ MappedGridFunctionCoefficient() [2/2]
mfem::MappedGridFunctionCoefficient::MappedGridFunctionCoefficient |
( |
const GridFunction * |
gf, |
|
|
std::function< double(const double)> |
fun_, |
|
|
int |
comp = 1 |
|
) |
| |
|
inline |
◆ Eval()
◆ SetFunction()
void mfem::MappedGridFunctionCoefficient::SetFunction |
( |
std::function< double(const double)> |
fun_ | ) |
|
|
inline |
◆ fun
std::function<double(const double)> mfem::MappedGridFunctionCoefficient::fun |
|
protected |
The documentation for this class was generated from the following file: