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 possibility to call a direct implementation of the ODE RHS #117

Closed ranocha closed 2 months ago

ranocha commented 2 months ago

Closes #56

I think this will be useful for performance benchmarks since it provides a fair possibility for default methods from OrdinaryDiffEq.jl (avoiding the overhead of computing production/destruction terms and summing them up to get the standard ODE RHS value).

codecov-commenter commented 2 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.14%. Comparing base (b91a7ba) to head (a539c5f). Report is 1 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #117 +/- ## ========================================== + Coverage 98.12% 98.14% +0.02% ========================================== Files 7 7 Lines 1440 1458 +18 ========================================== + Hits 1413 1431 +18 Misses 27 27 ```

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