Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Types | List of all members
fub::RowBaseImpl< State > Struct Template Reference

#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 > >
 

Member Typedef Documentation

◆ fn

template<typename State >
template<typename Depth >
using fub::RowBaseImpl< State >::fn = typename DepthToRowType<double, Depth>::type

◆ type

template<typename State >
using fub::RowBaseImpl< State >::type = boost::mp11::mp_transform<fn, meta::Depths<State> >

The documentation for this struct was generated from the following file: