Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
fub::euler::MachnumberFn Struct Reference

#include <EulerEquation.hpp>

Public Member Functions

template<typename Equation , typename State , typename = std::enable_if_t< is_tag_invocable<MachnumberFn, Equation, State>::value>>
constexpr auto operator() (Equation &&eq, State &&state) const noexcept(is_nothrow_tag_invocable< MachnumberFn, Equation, State >::value) -> tag_invoke_result_t< MachnumberFn, Equation, State >
 

Member Function Documentation

◆ operator()()

template<typename Equation , typename State , typename = std::enable_if_t< is_tag_invocable<MachnumberFn, Equation, State>::value>>
constexpr auto fub::euler::MachnumberFn::operator() ( Equation &&  eq,
State &&  state 
) const -> tag_invoke_result_t<MachnumberFn, Equation, State>
inlineconstexprnoexcept

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