| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
#include "fub/ext/ProgramOptions.hpp"#include "fub/output/BasicOutput.hpp"#include "fub/output/OutputAtFrequencyOrInterval.hpp"Go to the source code of this file.
Classes | |
| class | fub::AsOutput< Grid, Fn > | 
| class | fub::AnyOutput< Grid > | 
Namespaces | |
| fub | |
| The fub namespace.  | |
Functions | |
| template<typename Grid , typename Fn > | |
| std::unique_ptr< AsOutput< Grid, Fn > > | fub::MakeOutput (std::vector< std::ptrdiff_t > frequencies, std::vector< Duration > intervals, Fn fn) |