We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
None
It is really nice to be able to see at a glance what is being solved for.
One possibility is the OrdinaryDiffEq (and SciML) standard form:
du
u
p
t
But separating states and state derived variables in the data structures (and possibly collecting all states into one structure) would already help.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature type
None
Improvement Description
It is really nice to be able to see at a glance what is being solved for.
Implementation Description
One possibility is the OrdinaryDiffEq (and SciML) standard form:
du
: The time derivatives of the statesu
: The states. Can be any vector-like object or a custom structp
: The parameters. Also contains preallocated memory for state-derived variablest
: The current simulation timeBut separating states and state derived variables in the data structures (and possibly collecting all states into one structure) would already help.
Additional Context
No response
The text was updated successfully, but these errors were encountered: