agdestein / IncompressibleNavierStokes.jl

Incompressible Navier-Stokes solver
https://agdestein.github.io/IncompressibleNavierStokes.jl/dev/
MIT License
48 stars 13 forks source link

Minor corrections on code PaperDC #77

Closed luisaforozco closed 3 months ago

luisaforozco commented 3 months ago

Hi @agdestein 👋 I've been looking and running the code that you have under IncompressibleNavierStokes.jl/lib/PaperDC. I've found a couple of typos that are worth updating to get the code running.

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 50.32%. Comparing base (3ba3c68) to head (1a6596d).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ======================================= Coverage 50.32% 50.32% ======================================= Files 34 34 Lines 3376 3376 ======================================= Hits 1699 1699 Misses 1677 1677 ```

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

agdestein commented 3 months ago

Thanks!