Skip to content

Commit 234357d

Browse files
committed
Reduce the timestep and it works
1 parent 2244102 commit 234357d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/rainier-monolithic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
"source": [
603603
"tableau = irksome.BackwardEuler()\n",
604604
"t = Constant(0.0)\n",
605-
"dt = Constant(1.0 / 6)\n",
605+
"dt = Constant(1.0 / 12)\n",
606606
"solver = irksome.TimeStepper(F, tableau, t, dt, w, **sparams)"
607607
]
608608
},

0 commit comments

Comments
 (0)