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/ext/omp.hpp"
#include "fub/tagging_method/GradientDetector.hpp"
Go to the source code of this file.
Classes | |
class | fub::amrex::GradientDetector< Equation, Projections > |
Namespaces | |
fub | |
The fub namespace. | |
fub::amrex | |
The amrex namespace. | |
Functions | |
template<typename Eq , typename... Ps> | |
fub::amrex::GradientDetector (const Eq &eq, const std::pair< Ps, double > &... ps) -> GradientDetector< Eq, Ps... > | |
template<int Rank> | |
::amrex::IntVect | fub::amrex::GetGradientGrowVector () |