![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Math header to compute slope limiters. More...
#include "shambackends/math.hpp"
Include dependency graph for slopeLimiter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shammath |
| namespace for math utility | |
Functions | |
| template<class T > | |
| T | shammath::van_leer_slope (T f, T g) |
| Van leer slope limiter. | |
| template<class T > | |
| T | shammath::van_leer_slope_symetric (T sR, T sL) |
| template<class T > | |
| T | shammath::minmod (T sR, T sL) |
Math header to compute slope limiters.
Definition in file slopeLimiter.hpp.