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

Introduce type parameters in solver #77

Closed JoshuaLampert closed 11 months ago

JoshuaLampert commented 11 months ago

Abstract types should be avoided. Instead, use type parameters.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (5ae06b4) 96.11% compared to head (d138dfa) 96.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ======================================= Coverage 96.11% 96.11% ======================================= Files 14 14 Lines 1081 1081 ======================================= Hits 1039 1039 Misses 42 42 ```

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