We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6689c54 commit 61b60d6Copy full SHA for 61b60d6
marlpde/parameters.py
@@ -206,7 +206,7 @@ class Solver():
206
dt: float = 1.e-6
207
# t_range is the integration time in units of T*.
208
t_range: int = 30
209
- solver: str = "scipy"
+ solver: str = "explicit"
210
# Beware that "scheme" and "adaptive" will only be propagated if you have
211
# chosen py-pde's native "explicit" solver above.
212
scheme: str = "euler"
0 commit comments