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

Use FastBroadcast.jl, `@muladd` etc. consistently #64

Closed ranocha closed 2 months ago

ranocha commented 5 months ago

Right now, we use these annotations/features in some places but not necessarily everywhere. It would be good for consistency (and maybe also for performance) to reconsider this choice.