/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/FV/limiter/minmod_limiter.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
minmod_limiter.hh
Go to the documentation of this file.
37 template <typename NumberType> static NumberType abs_with_zero_tie_derivative(const NumberType &value)
53 template <typename NumberType> static NumberType slope_limit(const NumberType &du_1, const NumberType &du_2)
static NumberType abs_with_zero_tie_derivative(const NumberType &value)
Definition minmod_limiter.hh:37
static autodiff::Real< order, NumberType > abs_with_zero_tie_derivative(const autodiff::Real< order, NumberType > &value)
Definition minmod_limiter.hh:45
static NumberType slope_limit(const NumberType &du_1, const NumberType &du_2)
Definition minmod_limiter.hh:53
int sgn(T val)
Signum helper: returns -1, 0 or +1.
Definition abstract_limiter.hh:43
Definition complex_math.hh:10
Generated by