JoshuaLampert / DispersiveShallowWater.jl

Structure-preserving numerical methods for dispersive shallow water models
https://joshualampert.github.io/DispersiveShallowWater.jl/
MIT License
15 stars 3 forks source link

Some more math replacements in manufactured solutions #119

Closed JoshuaLampert closed 4 months ago

JoshuaLampert commented 4 months ago

This introduces some more replacements in the manufactured solutions to a) have a shorter representation and b) save some computation time by avoiding redundant computations.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.95%. Comparing base (e3171c4) to head (f420234).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #119 +/- ## ========================================== + Coverage 96.93% 96.95% +0.02% ========================================== Files 17 17 Lines 1176 1184 +8 ========================================== + Hits 1140 1148 +8 Misses 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JoshuaLampert commented 4 months ago

Yes, I did.