|  | MFEM v4.8.0
    Finite element discretization library | 
Exponential limiter function in TMOP_Integrator. More...
#include <tmop.hpp>
| Public Member Functions | |
| real_t | Eval (const Vector &x, const Vector &x0, real_t dist) const override | 
| Returns the limiting function, f(x, x0, d). | |
| void | Eval_d1 (const Vector &x, const Vector &x0, real_t dist, Vector &d1) const override | 
| Returns the gradient of the limiting function f(x, x0, d) with respect to x. | |
| void | Eval_d2 (const Vector &x, const Vector &x0, real_t dist, DenseMatrix &d2) const override | 
| 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 | 
| 
 | inlineoverridevirtual | 
Returns the limiting function, f(x, x0, d).
Implements mfem::TMOP_LimiterFunction.
| 
 | inlineoverridevirtual | 
Returns the gradient of the limiting function f(x, x0, d) with respect to x.
Implements mfem::TMOP_LimiterFunction.
| 
 | inlineoverridevirtual | 
Returns the Hessian of the limiting function f(x, x0, d) with respect to x.
Implements mfem::TMOP_LimiterFunction.