| 
    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/core/type_traits.hpp"#include <memory>#include <type_traits>Go to the source code of this file.
Classes | |
| class | fub::AnyReconstruction< IntegratorContext > | 
| This is a polymorphic wrapper class for reconstruction strategies used by IntegratorContext.  More... | |
| class | fub::AnyTimeIntegrator< IntegratorContext > | 
| This is a polymorphic wrapper class for TimeIntegator strategies used by IntegratorContext.  More... | |
| class | fub::AnyFluxMethod< IntegratorContext > | 
| This is a polymorphic wrapper class for FluxMethod strategies used by IntegratorContext.  More... | |
| struct | fub::HyperbolicMethod< IntegratorContext > | 
Namespaces | |
| fub | |
| The fub namespace.  | |