|
MFEM
v3.0
|
#include <coefficient.hpp>
Public Member Functions | |
| TransformedCoefficient (Coefficient *q, double(*F)(double)) | |
| TransformedCoefficient (Coefficient *q1, Coefficient *q2, double(*F)(double, double)) | |
| virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
Public Member Functions inherited from mfem::Coefficient | |
| Coefficient () | |
| void | SetTime (double t) |
| double | GetTime () |
| double | Eval (ElementTransformation &T, const IntegrationPoint &ip, double t) |
| virtual | ~Coefficient () |
Additional Inherited Members | |
Protected Attributes inherited from mfem::Coefficient | |
| double | time |
Definition at line 151 of file coefficient.hpp.
|
inline |
Definition at line 160 of file coefficient.hpp.
|
inline |
Definition at line 162 of file coefficient.hpp.
|
virtual |
Implements mfem::Coefficient.
Definition at line 51 of file coefficient.cpp.
1.8.5