Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
AMReX/IntegratorContext.hpp File Reference
#include "fub/AMReX/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::IntegratorContext
 This class is used by the HypebrolicSplitLevelIntegrator and delegates AMR related tasks to the AMReX library. More...
 
struct  fub::amrex::IntegratorContext::LevelData
 This class holds auxiliary data on each refinement level. More...
 

Namespaces

 fub
 The fub namespace.
 
 fub::amrex
 The amrex namespace.
 

Typedefs

using fub::amrex::HyperbolicMethod = ::fub::HyperbolicMethod< IntegratorContext >