|
| template<typename T> |
| T | minmod (const T &a, const T &b) |
| template<typename T> |
| T | minmod (const T &left, const T ¢, const T &rght) |
| template<typename T> |
| T | MClimiter (const T &left, const T ¢, const T &right) |
| template<typename T> |
| T | superbee (const T &left, const T ¢, const T &right) |
| template<typename T> |
| T | vanLeer (const T &left, const T ¢, const T &right) |
| template<typename T> |
| T | limiter (const T &left, const T ¢, const T &rght) |
Definitions of the limiter functions used in the field solver.
Definitions of the limiter functions used in the field solver. The three-point limiter functions are minmod, MC, superbee and vanLeer. Their helper functions are the two-point minmod and the sign function.
Definition in file fs_limiters.h.