Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <cassert>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
fub | |
The fub namespace. | |
Functions | |
template<class T , class Compare > | |
constexpr const T & | fub::clamp (const T &v, const T &lo, const T &hi, Compare comp) |
template<class T > | |
constexpr const T & | fub::clamp (const T &v, const T &lo, const T &hi) |
constexpr std::ptrdiff_t | fub::ipow (int base, int exponent) |