Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions | Variables
TimeIntegrator.hpp File Reference
#include "fub/AMReX/IntegratorContext.hpp"
#include "fub/Direction.hpp"
#include "fub/Duration.hpp"
#include "fub/State.hpp"
#include <AMReX.H>
#include <AMReX_Geometry.H>
#include <AMReX_MultiFab.H>
#include <memory>

Go to the source code of this file.

Classes

struct  fub::amrex::ForwardIntegrator< Tag >
 

Namespaces

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

Functions

 fub::amrex::ForwardIntegrator () -> ForwardIntegrator< execution::OpenMpSimdTag >
 
ForwardIntegrator< execution::OpenMpSimdTag > fub::amrex::EulerForwardTimeIntegrator ()
 

Variables

template<typename Tag >
ForwardIntegrator< Tag > fub::amrex::EulerForwardTimeIntegrator (Tag)