28 std::pair<double, std::vector<double>>
getFlux(
29 double t, std::array<double, 3>
const& x,
30 std::vector<double>
const& primary_variables)
const override
32 using Ret = std::pair<double, std::vector<double>>;
34 getFlux, t, x, primary_variables);