Skip to content

Commit 718fef2

Browse files
committed
save all
2 parents 2fcb38b + dc73607 commit 718fef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser-ng/DIFF_ENGINE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ diffeqnPathHO(3*x*sin(x)*y[3] + 4*x*y[2] + 3*ln(x)*y[1] + 4*y[0], 1, @(1,3)(1, 0
273273
- **"My** **`rk45`** **trajectory isn't evenly spaced."** - Expected behavior; `rk45` is adaptive. Pass `points` if you need a uniform grid.
274274
- **"My stiff system diverges with** **`rk4`****/****`euler`****/****`rk45`****."** - Switch to `implicit_euler` or `bdf2`.
275275
- **"My results look stable but seem slightly off compared to a reference."** - If you're using `implicit_euler`, try `bdf2` at the same step size - implicit Euler's stability doesn't guarantee tight accuracy.
276-
- **"I asked for** **`state`** **on** **`diffeqnPath`** **or** **`diffeqnPathHO`** **and got only `t,y[0]`."** - Check that the final `presentationStrategy` argument is exactly `state`. With `state`, path methods return `t` plus the complete internal state; with `trajectory`, they return only `t,y[0]`.
276+
- **"I asked for** **`state`** **on** **`diffeqnPath`** **or** **`diffeqnPathHO`** **and got only `t,y[0]`."** - Check that the final `presentationStrategy` argument is exactly `state`. With `state`, path methods return `t` plus the complete internal state; with `trajectory`, they return only `t,y[0]`.

0 commit comments

Comments
 (0)