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... Args, typename = std::enable_if_t<is_tag_invocable< SetIsentropicPressureFn, Args...>::value>> | |
constexpr auto | operator() (Args &&... args) const noexcept(is_nothrow_tag_invocable< SetIsentropicPressureFn, Args... >::value) -> tag_invoke_result_t< SetIsentropicPressureFn, Args... > |
|
inlineconstexprnoexcept |