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

Go to the source code of this file.

Classes

class  fub::basic_mdarray< ValueType, Extents, LayoutPolicy, ContainerPolicy >
 

Namespaces

 fub
 The fub namespace.
 

Typedefs

template<typename ValueType , typename... Is>
using fub::mdarray = basic_mdarray< ValueType, extents< Is... >, layout_left, std_vector_policy >
 
template<typename ValueType , std::ptrdiff_t Rank>
using fub::dynamic_mdarray = basic_mdarray< ValueType, dynamic_extents< Rank >, layout_left, std_vector_policy >