Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RFC: Expand derivatives in initialization equations before dummy derivative mapping #3211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChrisRackauckas
Copy link
Member

This handles cases like D(-x) ~ 0 which can happen during the fixed point substitution

The issue though is that if we have D(y) ~ 0, y ~ -x, then we need to substitute D(-x) ~ 0 then change to -D(x) ~ 0 and then substitute, so we need to somehow know to expand in the middle there.

…vative mapping

This handles cases like `D(-x) ~ 0` which can happen during the fixed point substitution

The issue though is that if we have `D(y) ~ 0`, `y ~ -x`, then we need to substitute `D(-x) ~ 0` then change to `-D(x) ~ 0` and then substitute, so we need to somehow know to expand in the middle there.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant