Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <algorithm>
#include <array>
Go to the source code of this file.
Classes | |
class | fub::Ball< Rank > |
Namespaces | |
fub | |
The fub namespace. | |
Functions | |
template<std::size_t Rank> | |
fub::Ball (const std::array< double, Rank > &, double) -> Ball< Rank > | |