Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/ForEachFab.hpp"
#include "fub/AMReX/GriddingAlgorithm.hpp"
#include "fub/AMReX/ViewFArrayBox.hpp"
#include "fub/Execution.hpp"
#include "fub/boundary_condition/ReflectiveBoundary.hpp"
Go to the source code of this file.
Classes | |
class | fub::amrex::ReflectiveBoundary< Tag, Equation > |
Namespaces | |
fub | |
The fub namespace. | |
fub::amrex | |
The amrex namespace. | |
Functions | |
template<typename Equation > | |
fub::amrex::ReflectiveBoundary (const Equation &, Direction, int) -> ReflectiveBoundary< execution::SequentialTag, Equation > | |
template<typename Tag , typename Equation > | |
fub::amrex::ReflectiveBoundary (Tag, const Equation &, Direction, int) -> ReflectiveBoundary< Tag, Equation > | |