Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <TimeIntegrator.hpp>
Public Member Functions | |
ForwardIntegrator ()=default | |
ForwardIntegrator (Tag) | |
void | UpdateConservatively (::amrex::MultiFab &dest, const ::amrex::MultiFab &src, const ::amrex::MultiFab &fluxes, const ::amrex::Geometry &geom, Duration dt, Direction dir) |
void | UpdateConservatively (IntegratorContext &context, int level, Duration dt, Direction dir) |
|
default |
|
inlineexplicit |
void fub::amrex::ForwardIntegrator< Tag >::UpdateConservatively | ( | ::amrex::MultiFab & | dest, |
const ::amrex::MultiFab & | src, | ||
const ::amrex::MultiFab & | fluxes, | ||
const ::amrex::Geometry & | geom, | ||
Duration | dt, | ||
Direction | dir | ||
) |
void fub::amrex::ForwardIntegrator< Tag >::UpdateConservatively | ( | IntegratorContext & | context, |
int | level, | ||
Duration | dt, | ||
Direction | dir | ||
) |