Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/CompleteFromCons.hpp"
#include "fub/Execution.hpp"
#include "fub/State.hpp"
#include "fub/AMReX/ForEachFab.hpp"
#include "fub/AMReX/IntegratorContext.hpp"
#include <AMReX_MultiFab.H>
Go to the source code of this file.
Classes | |
class | fub::amrex::Reconstruction< Tag, Equation > |
struct | fub::amrex::NoReconstruction |
Namespaces | |
fub | |
The fub namespace. | |
fub::amrex | |
The amrex namespace. | |
Functions | |
template<typename Equation > | |
fub::amrex::Reconstruction (const Equation &eq) -> Reconstruction< execution::OpenMpSimdTag, Equation > | |
template<typename Tag , typename Equation > | |
fub::amrex::Reconstruction (Tag, const Equation &eq) -> Reconstruction< Tag, Equation > | |