|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/AMReX/ViewFArrayBox.hpp"#include "fub/ext/Log.hpp"#include "fub/ext/ProgramOptions.hpp"#include <AMReX_Geometry.H>#include <array>#include <fmt/ranges.h>Go to the source code of this file.
Classes | |
| struct | fub::amrex::CartesianGridGeometry |
Namespaces | |
| fub | |
| The fub namespace. | |
| fub::amrex | |
| The amrex namespace. | |
Functions | |
| ::amrex::Geometry | fub::amrex::GetCoarseGeometry (const CartesianGridGeometry &grid_geometry) |
| ::amrex::RealBox | fub::amrex::DomainAroundCenter (const ::amrex::RealArray &x, const ::amrex::RealArray &rx) |
| ::amrex::Box | fub::amrex::BoxWhichContains (const ::amrex::RealBox &xbox, const ::amrex::Geometry &geom) |