| 
    Finite Volume Solver
    prototype
    
   A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin. 
   | 
 
#include <StateRow.hpp>
Public Types | |
| template<typename Depth > | |
| using | fn = typename DepthToRowType< double, Depth >::type | 
| using | type = boost::mp11::mp_transform< fn, meta::Depths< State > > | 
| using fub::RowBaseImpl< State >::fn = typename DepthToRowType<double, Depth>::type | 
| using fub::RowBaseImpl< State >::type = boost::mp11::mp_transform<fn, meta::Depths<State> > |