Commit 0fed1d0
Document how to mutate parameters p in integrator (fixes #243)
Add documentation explaining that parameters can be modified directly
via `integrator.p = new_p`, unlike u and t which require setter functions.
This addresses the user's question about how to change the differential
equation parameters during integration, particularly in callbacks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7bc71f7 commit 0fed1d0
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
147 | 154 | | |
148 | 155 | | |
149 | 156 | | |
| |||
0 commit comments