We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686ba0b commit 62369f3Copy full SHA for 62369f3
1 file changed
pySDC/playgrounds/dedalus/problems/rbc.py
@@ -292,6 +292,7 @@ def runSimulation(cls, runDir, tEnd, baseDt, tBeg=0, logEvery=100,
292
f" -- {d} {c.shape} : [{c.min(initial=np.inf)}, {c.max(initial=-np.inf)}]"
293
for d, c in zip(labels, coords)
294
)
295
+ f.write(out)
296
COMM_WORLD.Barrier()
297
298
# Solver
0 commit comments