Skip to content

Commit 558b2b4

Browse files
committed
typos
1 parent c9a13a1 commit 558b2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/AsympConv/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Asymptotic convergence of PFASST
33

44
This project investigates the impact of the convergence results described in the paper "Asymptotic convergence of PFASST for linear problems".
55
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.
77

88
Organisation of the project
99
---------------------------
1010

1111
- ``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.
1212
- ``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.
1414

1515
.. include:: doc_asympconv.rst

0 commit comments

Comments
 (0)