Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
Go to the source code of this file.
Classes | |
class | fub::Invert< Base > |
Namespaces | |
fub | |
The fub namespace. | |
fub::meta | |
The meta namespace. | |
Typedefs | |
template<typename T , typename... Args> | |
using | fub::meta::ComputeDistanceTo = decltype(std::declval< T >().ComputeDistanceTo(std::declval< Args >()...)) |