35 std::pair<double, std::vector<double>>
getFlux(
36 double t, std::array<double, 3>
const& x,
37 std::vector<double>
const& primary_variables)
const override
39 using Ret = std::pair<double, std::vector<double>>;
41 getFlux, t, x, primary_variables);