|
MFEM
v3.3
Finite element discretization library
|
Delta function coefficient. More...
#include <coefficient.hpp>
Public Member Functions | |
| DeltaCoefficient () | |
| DeltaCoefficient (double x, double y, double s) | |
| DeltaCoefficient (double x, double y, double z, double s) | |
| void | SetTol (double _tol) |
| void | SetWeight (Coefficient *w) |
| const double * | Center () |
| double | Scale () |
| double | Tol () |
| Coefficient * | Weight () |
| virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
| virtual | ~DeltaCoefficient () |
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 |
Delta function coefficient.
Definition at line 184 of file coefficient.hpp.
| mfem::DeltaCoefficient::DeltaCoefficient | ( | ) |
|
inline |
Definition at line 192 of file coefficient.hpp.
|
inline |
Definition at line 197 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 210 of file coefficient.hpp.
|
inline |
Definition at line 204 of file coefficient.hpp.
|
inlinevirtual |
Implements mfem::Coefficient.
Definition at line 208 of file coefficient.hpp.
|
inline |
Definition at line 205 of file coefficient.hpp.
|
inline |
Definition at line 202 of file coefficient.hpp.
|
inline |
Definition at line 203 of file coefficient.hpp.
|
inline |
Definition at line 206 of file coefficient.hpp.
|
inline |
Definition at line 207 of file coefficient.hpp.
1.8.5