Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/Direction.hpp"
#include "fub/Duration.hpp"
#include "fub/Equation.hpp"
#include "fub/ForEach.hpp"
#include "fub/core/span.hpp"
#include "fub/flux_method/FluxMethod.hpp"
#include <numeric>
Go to the source code of this file.
Namespaces | |
fub | |
The fub namespace. | |
Functions | |
template<typename Equation , typename Signals > | |
fub::Hll (const Equation &eq, const Signals &signals) -> Hll< Equation, Signals > | |
template<typename Equation , typename Signals > | |
fub::HllMethod (const Equation &eq, const Signals &signals) -> HllMethod< Equation, Signals > | |