MFEM
v3.0
|
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 170 of file coefficient.hpp.
mfem::DeltaCoefficient::DeltaCoefficient | ( | ) |
|
inline |
Definition at line 178 of file coefficient.hpp.
|
inline |
Definition at line 181 of file coefficient.hpp.
|
inlinevirtual |
Definition at line 192 of file coefficient.hpp.
|
inline |
Definition at line 186 of file coefficient.hpp.
|
inlinevirtual |
Implements mfem::Coefficient.
Definition at line 190 of file coefficient.hpp.
|
inline |
Definition at line 187 of file coefficient.hpp.
|
inline |
Definition at line 184 of file coefficient.hpp.
|
inline |
Definition at line 185 of file coefficient.hpp.
|
inline |
Definition at line 188 of file coefficient.hpp.
|
inline |
Definition at line 189 of file coefficient.hpp.