class for C-function coefficient
More...
#include <coefficient.hpp>
class for C-function coefficient
Definition at line 103 of file coefficient.hpp.
mfem::FunctionCoefficient::FunctionCoefficient |
( |
double(*)(Vector &) |
f | ) |
|
|
inline |
Define a time-independent coefficient from a C-function.
Definition at line 111 of file coefficient.hpp.
mfem::FunctionCoefficient::FunctionCoefficient |
( |
double(*)(Vector &, double) |
tdf | ) |
|
|
inline |
Define a time-dependent coefficient from a C-function.
Definition at line 118 of file coefficient.hpp.
double(* mfem::FunctionCoefficient::Function)(Vector &) |
|
protected |
double(* mfem::FunctionCoefficient::TDFunction)(Vector &, double) |
|
protected |
The documentation for this class was generated from the following files: