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::DepthsFn Struct Reference

#include <State.hpp>

Public Member Functions

template<typename Eq , typename State >
constexpr auto operator() (const Eq &eq, [[maybe_unused]] Type< State > state) const noexcept(is_nothrow_tag_invocable< DepthsFn, const Eq &, Type< State >>::value||!is_tag_invocable< DepthsFn, const Eq &, Type< State >>::value)
 

Member Function Documentation

◆ operator()()

template<typename Eq , typename State >
constexpr auto fub::DepthsFn::operator() ( const Eq &  eq,
[[maybe_unused] ] Type< State >  state 
) const
inlineconstexprnoexcept

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