Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
ThirdOrderRungeKuttaMethod.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::ThirdOrderRungeKutta< Dim >
 

Namespaces

 fub
 The fub namespace.
 
 fub::perfect_gas
 

Typedefs

template<int Dim>
using fub::perfect_gas::ThirdOrderRungeKuttaMethod = FluxMethod< ThirdOrderRungeKutta< Dim > >