|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/cutcell/GriddingAlgorithm.hpp"#include "fub/HyperbolicMethod.hpp"#include "fub/TimeStepError.hpp"#include "fub/ext/outcome.hpp"#include <AMReX_FluxRegister.H>#include <AMReX_MultiFab.H>#include <array>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | fub::amrex::cutcell::IntegratorContext |
| This class manages data and the numerical method to perform cut cell simulations with the AMReX library. More... | |
| struct | fub::amrex::cutcell::IntegratorContext::LevelData |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
| fub::amrex::cutcell | |
Typedefs | |
| using | fub::amrex::cutcell::HyperbolicMethod = ::fub::HyperbolicMethod< IntegratorContext > |