| 
    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/Equation.hpp"#include "fub/Execution.hpp"#include "fub/Meta.hpp"#include "fub/TimeStepError.hpp"#include "fub/core/algorithm.hpp"#include "fub/ext/Mpi.hpp"#include "fub/ext/outcome.hpp"#include "fub/split_method/GodunovSplitting.hpp"#include <utility>Go to the source code of this file.
Classes | |
| class | fub::DimensionalSplitLevelIntegrator< R, IntegratorContext, SplitMethod > | 
| This Level Integrator applies a very general AMR integration scheme in context of dimensional splitting.  More... | |
Namespaces | |
| fub | |
| The fub namespace.  | |