Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
perfect_gas/HllemMethod.hpp File Reference
#include "fub/equations/PerfectGas.hpp"
#include "fub/flux_method/FluxMethod.hpp"

Go to the source code of this file.

Classes

struct  fub::perfect_gas::Hllem< EulerEquation, Larrouturou >
 

Namespaces

 fub
 The fub namespace.
 
 fub::perfect_gas
 

Typedefs

template<typename EulerEquation , bool Larrouturou = true>
using fub::perfect_gas::HllemMethod = FluxMethod< Hllem< EulerEquation, Larrouturou > >