Closed SKopecz closed 6 months ago
Attention: Patch coverage is 99.08257%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 98.01%. Comparing base (
00fe63a
) to head (3d07f9e
).
Files | Patch % | Lines |
---|---|---|
src/mprk.jl | 99.08% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The spell checker is complaining about the reference "Numer Math" - maybe write out the journal in full?
Thanks for your review, @JoshuaLampert!
I think a short comment in the docstrings of MPRK43I
and MPRK43II
explaining the connection between these two schemes would help.
Thanks a lot! We can merge this PR from my point of view as it is - but we should remmeber to add some tests to the
test
directory as well. We can either do this in this PR or later - up to you, @SKopecz
I will add the tests.
Implementation of MPRK43I and MPRK43II for the solution of a ConservativePDSProblem (currently only out-of-place).