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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Python Parareal is a simple code that is mostly useful to produce matrix formula
5
5
6
6
Attribution
7
7
-----------
8
-
You can freely use and reuse this code in line with the BSD license.
8
+
You can freely use and reuse this code in line with its [license](https://github.com/Parallel-in-Time/pyParareal/blob/4d4e59aa1efcf62b0eca206e20517ebd67b5afc9/LICENSE).
9
9
If you use it (or parts of it) for a publication, please cite
10
10
11
11
@Article{Ruprecht2018,
@@ -74,7 +74,10 @@ How can I reproduce Figures from the paper "Wave propagation characteristics of
74
74
Pseudo-spectrum of the Parareal iteration matrix
75
75
-----------------
76
76
The code now also offers the possibility to compute the [pseudo-spectrum and pseudo-spectral radius](https://doi.org/10.1007/978-3-662-03972-4_6) of the Parareal iteration matrix.
77
+
You can also uses these parts in line with the in line with its [license](https://github.com/Parallel-in-Time/pyParareal/blob/4d4e59aa1efcf62b0eca206e20517ebd67b5afc9/LICENSE).
78
+
If you do, please also cite the following paper in addition to the one stated above:
77
79
80
+
tba
78
81
79
82
How can I reproduce Figures from the paper "Impact of spatial coarsening on Parareal convergence"?
0 commit comments