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

#include <StateRow.hpp>

Public Member Functions

template<typename T , int R, typename L >
std::ptrdiff_t operator() (const PatchDataView< T, R, L > &pdv) const
 
template<typename T , typename L , int R>
std::ptrdiff_t operator() (const BasicView< T, L, R > &view) const
 

Member Function Documentation

◆ operator()() [1/2]

template<Direction Dir>
template<typename T , typename L , int R>
std::ptrdiff_t fub::ToStride< Dir >::operator() ( const BasicView< T, L, R > &  view) const
inline

◆ operator()() [2/2]

template<Direction Dir>
template<typename T , int R, typename L >
std::ptrdiff_t fub::ToStride< Dir >::operator() ( const PatchDataView< T, R, L > &  pdv) const
inline

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