| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
An efficient, type-erasing, non-owning reference to a callable. More...
An efficient, type-erasing, non-owning reference to a callable.
This is intended for use as the type of a function parameter that is not used after the function in question returns.
This class does not own the callable, so it is not in general safe to store a function_ref.