Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#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) |
|
inlineconstexprnoexcept |