MFEM v4.7.0
Finite element discretization library
|
Exponential limiter function in TMOP_Integrator. More...
#include <tmop.hpp>
Public Member Functions | |
virtual real_t | Eval (const Vector &x, const Vector &x0, real_t dist) const |
Returns the limiting function, f(x, x0, d). | |
virtual void | Eval_d1 (const Vector &x, const Vector &x0, real_t dist, Vector &d1) const |
Returns the gradient of the limiting function f(x, x0, d) with respect to x. | |
virtual void | Eval_d2 (const Vector &x, const Vector &x0, real_t dist, DenseMatrix &d2) const |
Returns the Hessian of the limiting function f(x, x0, d) with respect to x. | |
virtual | ~TMOP_ExponentialLimiter () |
Public Member Functions inherited from mfem::TMOP_LimiterFunction | |
virtual | ~TMOP_LimiterFunction () |
Virtual destructor. | |
Exponential limiter function in TMOP_Integrator.
|
inlinevirtual |
|
inlinevirtual |
Returns the limiting function, f(x, x0, d).
Implements mfem::TMOP_LimiterFunction.
|
inlinevirtual |
Returns the gradient of the limiting function f(x, x0, d) with respect to x.
Implements mfem::TMOP_LimiterFunction.
|
inlinevirtual |
Returns the Hessian of the limiting function f(x, x0, d) with respect to x.
Implements mfem::TMOP_LimiterFunction.