We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9f18e commit 01c86afCopy full SHA for 01c86af
1 file changed
grudge/dt_utils.py
@@ -90,7 +90,7 @@ def characteristic_lengthscales(
90
methods has been used as a guide. Any concrete time integrator will
91
likely require scaling of the values returned by this routine.
92
"""
93
- @memoize_in(dcoll, (characteristic_lengthscales,
+ @memoize_in(dcoll, (characteristic_lengthscales, dd,
94
"compute_characteristic_lengthscales"))
95
def _compute_characteristic_lengthscales():
96
return freeze(
0 commit comments