Commit fb1b24e
Update Van der Pol documentation to reflect direct function implementation
Fix documentation inconsistencies in Van der Pol problems that still referred
to the old ModelingToolkit symbolic syntax after the conversion to direct
function implementations.
Changes:
- Update initial condition documentation from `u_0=[x => sqrt(3), y => 0]`
to `u_0=[sqrt(3), 0]` (where `u[1] = x`, `u[2] = y`)
- Apply fix to both prob_ode_vanderpol and prob_ode_vanderpol_stiff
- Add clarification of variable ordering: u[1] = x, u[2] = y
This ensures the documentation accurately reflects the new array-based
initial condition format while clearly documenting the variable ordering
convention used in the direct function implementation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent f96bc90 commit fb1b24e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments