![]() |
MFEM
v4.4.0
Finite element discretization library
|
#include <sbm_solver.hpp>
Public Member Functions | |
| ShiftedFunctionCoefficient (std::function< double(const Vector &v)> F) | |
| ShiftedFunctionCoefficient (double constant_) | |
| virtual double | Eval (ElementTransformation &T, const IntegrationPoint &ip) |
| Evaluate the coefficient in the element described by T at the point ip. More... | |
| double | Eval (ElementTransformation &T, const IntegrationPoint &ip, const Vector &D) |
| Evaluate the coefficient at ip + D. More... | |
Public Member Functions inherited from mfem::Coefficient | |
| Coefficient () | |
| virtual void | SetTime (double t) |
| Set the time for time dependent coefficients. More... | |
| double | GetTime () |
| Get the time for time dependent coefficients. More... | |
| double | Eval (ElementTransformation &T, const IntegrationPoint &ip, double t) |
| Evaluate the coefficient in the element described by T at the point ip at time t. More... | |
| virtual | ~Coefficient () |
Protected Attributes | |
| std::function< double(const Vector &)> | Function |
| double | constant = 0.0 |
| bool | constantcoefficient |
Protected Attributes inherited from mfem::Coefficient | |
| double | time |
ShiftedFunctionCoefficient, similar to FunctionCoefficient, but also takes into account a displacement vector if specified.
Definition at line 23 of file sbm_solver.hpp.
|
inline |
Definition at line 31 of file sbm_solver.hpp.
|
inline |
Definition at line 33 of file sbm_solver.hpp.
|
inlinevirtual |
Evaluate the coefficient in the element described by T at the point ip.
Implements mfem::Coefficient.
Definition at line 36 of file sbm_solver.hpp.
| double mfem::ShiftedFunctionCoefficient::Eval | ( | ElementTransformation & | T, |
| const IntegrationPoint & | ip, | ||
| const Vector & | D | ||
| ) |
Evaluate the coefficient at ip + D.
Definition at line 17 of file sbm_solver.cpp.
|
protected |
Definition at line 27 of file sbm_solver.hpp.
|
protected |
Definition at line 28 of file sbm_solver.hpp.
|
protected |
Definition at line 26 of file sbm_solver.hpp.
1.8.5