Commit d31ecf2
committed
fix: outer_step! call at end of loop missed
The symmetrized split step method combines most calls to `outer_step!` with
half a time step into full time steps. However, an extra half step has
to be taken each time the time step is updated. This is missing for the
external states.
With default settings, this results in an approximately 5% error.
Add it in.1 parent 373ac19 commit d31ecf2
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| |||
0 commit comments