|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/multi_block/MultiBlockBoundary.hpp"#include "fub/Direction.hpp"#include "fub/Duration.hpp"#include "fub/PatchDataView.hpp"#include <AMReX.H>#include <AMReX_MultiFab.H>#include <vector>Go to the source code of this file.
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
Functions | |
| template<typename TubeEquation , typename PlenumEquation > | |
| void | fub::amrex::ReduceStateDimension (TubeEquation &tube_equation, Complete< TubeEquation > &dest, PlenumEquation &, const Conservative< PlenumEquation > &src) |
| template<typename PlenumEquation , typename TubeEquation > | |
| void | fub::amrex::EmbedState (PlenumEquation &plenum_equation, Complete< PlenumEquation > &dest, TubeEquation &, const Conservative< TubeEquation > &src) |