Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Typedefs
Invert.hpp File Reference
#include "fub/core/type_traits.hpp"
#include <array>

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 >()...))