/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/FV/limiter/abstract_limiter.hh File Reference#

DiFfRG: /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/FV/limiter/abstract_limiter.hh File Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
abstract_limiter.hh File Reference
#include <concepts>

Go to the source code of this file.

Namespaces

namespace  DiFfRG
 
namespace  DiFfRG::def
 This namespace contains all default implementations and definitions needed for numerical models.
 
namespace  DiFfRG::def::limiter_utils
 

Concepts

concept  DiFfRG::def::HasSlopeLimiter
 Concept that any slope-limiter mixin must satisfy.
 

Functions

template<typename T >
int DiFfRG::def::limiter_utils::sgn (T val)
 Signum helper: returns -1, 0 or +1.