Skip to content

Commit 3abdb6a

Browse files
Update pySDC/tutorial/step_9/B_paradiag_for_nonlinear_problems.py
Co-authored-by: Josh Hope-Collins <[email protected]>
1 parent d316cde commit 3abdb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tutorial/step_9/B_paradiag_for_nonlinear_problems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def residual(_u, u0):
175175
# compute all-at-once residual
176176
res = residual(sol_paradiag, u0)
177177

178-
# compute residual averaged across the L steps and M nodes. This is the difference to ParaDiag for linear problems.
178+
# compute solution averaged across the L steps and M nodes. This is the difference to ParaDiag for linear problems.
179179
u_avg = prob.u_init
180180
u_avg[:] = np.mean(sol_paradiag, axis=(0, 1))
181181

0 commit comments

Comments
 (0)