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 b9c013e commit 4092982Copy full SHA for 4092982
PySDM/dynamics/displacement.py
@@ -3,7 +3,7 @@
3
4
adaptive time-stepping controlled by comparing implicit-Euler (I)
5
and explicit-Euler (E) maximal displacements with:
6
-rtol < |(I - E) / E|
+rtol > |(I - E) / E|
7
(see eqs 13-16 in [Arabas et al. 2015](https://doi.org/10.5194/gmd-8-1677-2015))
8
"""
9
from collections import namedtuple
0 commit comments