Skip to content

Commit 62369f3

Browse files
committed
TL: ofc, forgot that
1 parent 686ba0b commit 62369f3

File tree

1 file changed

+1
-0
lines changed
  • pySDC/playgrounds/dedalus/problems

1 file changed

+1
-0
lines changed

pySDC/playgrounds/dedalus/problems/rbc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def runSimulation(cls, runDir, tEnd, baseDt, tBeg=0, logEvery=100,
292292
f" -- {d} {c.shape} : [{c.min(initial=np.inf)}, {c.max(initial=-np.inf)}]"
293293
for d, c in zip(labels, coords)
294294
)
295+
f.write(out)
295296
COMM_WORLD.Barrier()
296297

297298
# Solver

0 commit comments

Comments
 (0)