#include <lsFiniteDifferences.hpp>
|
static unsigned | getNumberOfValues (DifferentiationSchemeEnum s) |
|
static T | weno3 (const T *x, T delta, bool plus, T eps=1e-6) |
| Weighted essentially non-oscillatory differentiation scheme 3rd order x1 ... x5 stencil points from left to right plus == true => right-sided.
|
|
static T | weno5 (const T *x, T dx, bool plus, T eps=1e-6) |
|
static T | differenceNegative (const T *values, const double &delta) |
|
static T | differencePositive (const T *values, const double &delta) |
|
static T | calculateGradient (const T *values, const double &delta) |
|
static T | calculateGradientDiff (const T *values, const double &delta) |
|
◆ FiniteDifferences()
◆ calculateGradient()
◆ calculateGradientDiff()
◆ differenceNegative()
◆ differencePositive()
◆ getNumberOfValues()
◆ weno3()
Weighted essentially non-oscillatory differentiation scheme 3rd order x1 ... x5 stencil points from left to right plus == true => right-sided.
◆ weno5()
The documentation for this class was generated from the following file: