Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
flux_method/GodunovMethod.hpp File Reference
#include "fub/Direction.hpp"
#include "fub/Duration.hpp"
#include "fub/Equation.hpp"
#include "fub/ExactRiemannSolver.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.

Classes

class  fub::Godunov< EquationT, RiemannSolverT >
 
struct  fub::GodunovMethod< Equation, RPSolver >
 

Namespaces

 fub
 The fub namespace.
 

Functions

template<typename Equation >
 fub::GodunovMethod (const Equation &eq) -> GodunovMethod< Equation >