Skip to content

Commit 61b60d6

Browse files
committed
30 times T*, manuscript run. Explicit solver.
1 parent 6689c54 commit 61b60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marlpde/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Solver():
206206
dt: float = 1.e-6
207207
# t_range is the integration time in units of T*.
208208
t_range: int = 30
209-
solver: str = "scipy"
209+
solver: str = "explicit"
210210
# Beware that "scheme" and "adaptive" will only be propagated if you have
211211
# chosen py-pde's native "explicit" solver above.
212212
scheme: str = "euler"

0 commit comments

Comments
 (0)