Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include "fub/tagging_method/GradientDetector.hpp"
#include "fub/SAMRAI/GriddingAlgorithm.hpp"
#include <SAMRAI/hier/Box.h>
Go to the source code of this file.
Classes | |
class | fub::samrai::GradientDetector< Equation, Projections > |
Namespaces | |
fub | |
The fub namespace. | |
fub::samrai | |
Functions | |
template<typename Eq , typename... Ps> | |
fub::samrai::GradientDetector (const Eq &eq, const std::pair< Ps, double > &... ps) -> GradientDetector< Eq, Ps... > | |