Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
fub::samrai::FluxMethodAdapter< Tag, BaseMethod > Member List

This is the complete list of members for fub::samrai::FluxMethodAdapter< Tag, BaseMethod >, including all inherited members.

Complete typedeffub::samrai::FluxMethodAdapter< Tag, BaseMethod >
ComputeNumericFluxes(IntegratorContext &context, int level, Duration dt, Direction dir)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >
ComputeNumericFluxes(span< SAMRAI::pdat::SideData< double > * > fluxes, span< SAMRAI::pdat::CellData< double > const * > cells, double dx, Duration dt, Direction dir)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >
ComputeStableDt(IntegratorContext &context, int level, Direction dir)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >
ComputeStableDt(span< SAMRAI::pdat::CellData< double > const * > data, double dx, Direction dir)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >
Conservative typedeffub::samrai::FluxMethodAdapter< Tag, BaseMethod >
Equation typedeffub::samrai::FluxMethodAdapter< Tag, BaseMethod >
FluxMethodAdapter(Tag, const BaseMethod &base)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >inline
FluxMethodAdapter(Tag, BaseMethod &&base)fub::samrai::FluxMethodAdapter< Tag, BaseMethod >inline