You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/AsympConv/README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ Asymptotic convergence of PFASST
3
3
4
4
This project investigates the impact of the convergence results described in the paper "Asymptotic convergence of PFASST for linear problems".
5
5
We use 1D heat equation and advection equation to show how PFASST converges in the stiff as well as in the non-stiff limit.
6
-
Note that due to the long runtime, not all results are not generated via Travis.
6
+
Note that due to the long runtime, not all results are generated via Travis.
7
7
8
8
Organisation of the project
9
9
---------------------------
10
10
11
11
- ``conv_test_to0.py`` and ``conv_test_toinf.py``: plots spectral radius of the smoother's iteration matrix for different eigenvalues. See Figures 1 and 2 in the paper.
12
12
- ``smoother_specrad_heatmap.py``: generates heatmap of the spectral radius of the smoother's iteration matrix for different eigenvalues in the test equation. See Figure 3.
13
-
- ``PFASST_conv_tests.py`` and ``PFASST_conv_Linf.py``: runs PFASST for advection and diffusion checking teh iteration counts until convergence. See Figures 4 and 5.
13
+
- ``PFASST_conv_tests.py`` and ``PFASST_conv_Linf.py``: runs PFASST for advection and diffusion checking teh iteration counts until convergence. See Figures 4 and 5 and below.
0 commit comments