-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow different number of out-of-place args for isinplace #776
Conversation
What's this for? |
For PositiveIntegrators.jl, we need to partition the ODE right-hand side into (positive) production and (negative) destruction terms. Up to now, we have used two functions for this that can either be in-place (like |
The downgrade action as well as many integration tests fail already on |
Is that something we can support with SciMLBase.jl, @ChrisRackauckas? The only other option we have is to replicate code in PositiveIntegrators.jl. |
Thanks! |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
This helps us at https://github.com/SKopecz/PositiveIntegrators.jl