Closed JoshuaLampert closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.78%. Comparing base (
6ab2051
) to head (71d8dce
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
See the discussion in https://github.com/JoshuaLampert/DispersiveShallowWater.jl/pull/151#discussion_r1753177919. I'm not sure if that's what you had in mind, @ranocha, but this should work, shouldn't it? We know that the functions within
cb.affect!.analysis_integrals
have the same order as the entries of the NamedTupleints = integrals(cb)
. So we can just get the functions from there.TODO: