Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <EulerEquation.hpp>
Public Member Functions | |
template<typename Equation , typename State , typename = std::enable_if_t< is_tag_invocable<EnergyFn, Equation, State>::value>> | |
constexpr auto | operator() (Equation &&eq, State &&state) const noexcept(is_nothrow_tag_invocable< EnergyFn, Equation, State >::value) -> tag_invoke_result_t< EnergyFn, Equation, State > |
|
inlineconstexprnoexcept |