|
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/ExactRiemannSolver.hpp"#include "fub/State.hpp"#include "fub/StateArray.hpp"#include "fub/ext/Eigen.hpp"#include "fub/flux_method/FluxMethod.hpp"#include "fub/flux_method/GodunovMethod.hpp"#include "fub/flux_method/MusclHancockMethod.hpp"#include <array>Go to the source code of this file.
Classes | |
| struct | fub::AdvectionVariables< Mass > |
| struct | fub::StateTraits< AdvectionVariables< Xs... > > |
| struct | fub::Advection2d |
| This class descibes the 2-dimensional advection equation with constant transport velocity. More... | |
| class | fub::ExactRiemannSolver< Advection2d > |
Namespaces | |
| fub | |
| The fub namespace. | |