SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

add heat equation tutorial #105

Closed ranocha closed 3 months ago

ranocha commented 3 months ago

I added another tutorial on the heat equation to also demonstrate the usage of Tridiagonal matrices (for homogeneous Neumann BCs).

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 98.09%. Comparing base (258c798) to head (5117ee0).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ======================================= Coverage 98.09% 98.09% ======================================= Files 6 6 Lines 1415 1415 ======================================= Hits 1388 1388 Misses 27 27 ```

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

ranocha commented 3 months ago

Thanks! I have added another tutorial on the heat equation with homogeneous Dirichlet BCs.

ranocha commented 3 months ago

I have also bumped the version so that we can tag a new release before merging our breaking change from #104