Skip to content

Commit 685f069

Browse files
committed
TL: local update
1 parent 9708cdc commit 685f069

File tree

1 file changed

+2
-2
lines changed
  • pySDC/playgrounds/dedalus/problems

1 file changed

+2
-2
lines changed

pySDC/playgrounds/dedalus/problems/rbc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,11 @@ def printSpaceDistr(self):
370370
from qmat.lagrange import LagrangeApproximation
371371
import matplotlib.pyplot as plt
372372

373-
dirName = "test_F2"
373+
dirName = "test_R4_F2"
374374

375375
problem = RBCProblem2D.runSimulation(
376376
dirName, 100, 1e-2/2, logEvery=20, dtWrite=1.0,
377-
meshRatio=1, resFactor=2)
377+
meshRatio=4, resFactor=2)
378378

379379
output = OutputFiles(dirName)
380380
approx = LagrangeApproximation(output.z)

0 commit comments

Comments
 (0)