MFEM
v4.5.1
Finite element discretization library
|
Default limiter function in TMOP_Integrator. More...
#include <tmop.hpp>
Public Member Functions | |
virtual double | Eval (const Vector &x, const Vector &x0, double dist) const |
Returns the limiting function, f(x, x0, d). More... | |
virtual void | Eval_d1 (const Vector &x, const Vector &x0, double dist, Vector &d1) const |
Returns the gradient of the limiting function f(x, x0, d) with respect to x. More... | |
virtual void | Eval_d2 (const Vector &x, const Vector &x0, double dist, DenseMatrix &d2) const |
Returns the Hessian of the limiting function f(x, x0, d) with respect to x. More... | |
virtual | ~TMOP_QuadraticLimiter () |
Public Member Functions inherited from mfem::TMOP_LimiterFunction | |
virtual | ~TMOP_LimiterFunction () |
Virtual destructor. More... | |
Default 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.