|
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/HyperbolicMethod.hpp"#include "fub/TimeStepError.hpp"#include "fub/counter/CounterRegistry.hpp"#include "fub/ext/outcome.hpp"#include "fub/SAMRAI/GriddingAlgorithm.hpp"#include <SAMRAI/xfer/CoarsenAlgorithm.h>#include <SAMRAI/xfer/RefineAlgorithm.h>#include <array>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | fub::samrai::IntegratorContext |
| This class is used by the HypebrolicSplitLevelIntegrator and delegates AMR related tasks to the AMReX library. More... | |
| struct | fub::samrai::IntegratorContext::AuxialiaryDataDescription |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::samrai | |
Typedefs | |
| using | fub::samrai::HyperbolicMethod = ::fub::HyperbolicMethod< IntegratorContext > |