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/MusclHancockMethod.hpp File Reference
#include "fub/CompleteFromCons.hpp"
#include "fub/Equation.hpp"
#include "fub/core/span.hpp"
#include "fub/flux_method/FluxMethod.hpp"
#include "fub/flux_method/GodunovMethod.hpp"

Go to the source code of this file.

Classes

struct  fub::NoLimiter
 
struct  fub::NoGradient
 
struct  fub::MinMod
 
struct  fub::VanLeer
 
struct  fub::MusclHancock< EquationT, BaseMethod, SlopeLimiter >
 
struct  fub::MusclHancockMethod< Equation, BaseMethod, Slope >
 

Namespaces

 fub
 The fub namespace.
 

Functions

template<typename Equation >
 fub::MusclHancockMethod (const Equation &) -> MusclHancockMethod< Equation >
 
template<typename Equation , typename Method >
 fub::MusclHancockMethod (const Equation &, const Method &) -> MusclHancockMethod< Equation, Method >