|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/cutcell/GriddingAlgorithm.hpp"#include "fub/AMReX/ForEachFab.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::cutcell::ReflectiveBoundary2< Tag, Equation > |
| This boundary condition provides wall boundary which acts only on a specified subset of ghost cells. More... | |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
| fub::amrex::cutcell | |
Functions | |
| template<typename Tag , typename Equation > | |
| fub::amrex::cutcell::ReflectiveBoundary2 (Tag, const Equation &, Direction, int, const ::amrex::Box &) -> ReflectiveBoundary2< Tag, Equation > | |
| template<typename Equation > | |
| fub::amrex::cutcell::ReflectiveBoundary2 (const Equation &, Direction, int, const ::amrex::Box &) -> ReflectiveBoundary2< execution::SequentialTag, Equation > | |