Numerical slope limiters for high-resolution TVD schemes.
This module provides placeholder implementations for standard TVD flux limiters (e.g., Minmod, Superbee, van Leer) used during spatial reconstruction.
Standard minmod limiter function.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | a | |||
| real(kind=rk), | intent(in) | :: | b |
Standard superbee limiter function.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | a | |||
| real(kind=rk), | intent(in) | :: | b |