Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/GriddingAlgorithm.hpp"
#include "fub/AMReX/MultiFabUtilities.hpp"
#include "fub/AMReX/boundary_condition/ConstantBoundary.hpp"
#include "fub/AMReX/boundary_condition/ReflectiveBoundary.hpp"
#include "fub/ext/Log.hpp"
Go to the source code of this file.
Namespaces | |
fub | |
The fub namespace. | |
fub::amrex | |
The amrex namespace. | |
Functions | |
template<typename Equation , typename InflowFunction > | |
fub::amrex::PressureValveBoundary_ReducedModelDemo (const Equation &, KineticState< Equation >, InflowFunction, const GenericPressureValveBoundaryOptions &) -> PressureValveBoundary_ReducedModelDemo< Equation, InflowFunction > | |
template<typename Equation , typename InflowFunction > | |
fub::amrex::PressureValveBoundary_ReducedModelDemo (const Equation &, KineticState< Equation >, InflowFunction) -> PressureValveBoundary_ReducedModelDemo< Equation, InflowFunction > | |
template<typename Equation , typename InflowFunction > | |
fub::amrex::PressureValveBoundary_Klein (const Equation &, KineticState< Equation >, InflowFunction, const GenericPressureValveBoundaryOptions &) -> PressureValveBoundary_Klein< Equation, InflowFunction > | |
template<typename Equation , typename InflowFunction > | |
fub::amrex::PressureValveBoundary_Klein (const Equation &, KineticState< Equation >, InflowFunction) -> PressureValveBoundary_Klein< Equation, InflowFunction > | |