File tree Expand file tree Collapse file tree 2 files changed +42
-9
lines changed Expand file tree Collapse file tree 2 files changed +42
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog {#page_changelog}
22
3+ ## v0.2.0 -- MPI PFASST (2014/XX/XX)
4+
5+ XXX: DOI: [ 10.5281/zenodo.11047] ( http://dx.doi.org/10.5281/zenodo.11047 )
6+
7+ ### Notable Features
8+
9+ * Addition of MPI based PFASST.
10+
11+ ### Details
12+
13+ * Addition of MPI based PFASST algorithm using the standard predictor
14+ stage in a block mode with fixed iterations.
15+ ([ #46 ] [ ] , [ #57 ] [ ] , [ #59 ] [ ] )
16+
17+ * Addition of a simple scalar example.
18+ ([ #61 ] [ ] )
19+
20+ * Various tidying
21+ ()
22+
23+ [ #46 ] : https://github.com/Parallel-in-Time/PFASST/pull/46
24+ [ #57 ] : https://github.com/Parallel-in-Time/PFASST/pull/56
25+ [ #59 ] : https://github.com/Parallel-in-Time/PFASST/pull/59
26+ [ #61 ] : https://github.com/Parallel-in-Time/PFASST/pull/61
27+
28+ ### Contributors
29+
30+ * Matthew Emmett, Lawrence Berkeley National Laboratory ([ memmett] [ ] )
31+ * Torbjörn Klatt, Jülich Supercomputing Centre ([ torbjoernk] [ ] )
32+ * Daniel Ruprecht, Institute of Computational Science, University of Lugano ([ danielru] [ ] )
33+
34+ [ memmett ] : https://github.com/memmett
35+ [ torbjoernk ] : https://github.com/torbjoernk
36+ [ danielru ] : https://github.com/danielru
37+
338## v0.1.0 -- First Release (2014/07/25)
439
540DOI: [ 10.5281/zenodo.11047] ( http://dx.doi.org/10.5281/zenodo.11047 )
Original file line number Diff line number Diff line change 11PFASST {#mainpage}
22======
33
4- The PFASST algorithm is a time-parallel algorithm for solving ODEs and PDEs.
5-
6- The PFASST project is a C++ implementation of the * parallel full approximation scheme in space and
7- time* (PFASST) algorithm.
8- It also contains basic implementations of the * spectral deferred correction* (SDC) and
9- * multi-level spectral deferred correction* (MLSDC) algorithms.
4+ The PFASST project is a C++ implementation of the * parallel full approximation scheme in space and
5+ time* (PFASST) algorithm, which in turn is a time-parallel algorithm for solving ODEs and PDEs. It
6+ also contains basic implementations of the * spectral deferred correction* (SDC) and * multi-level
7+ spectral deferred correction* (MLSDC) algorithms.
108
119
1210News
1311----
1412
15- * July 25, 2014: PFASST v0.1.0 released. Please see the [ release notes] ( #releases ) for more
13+ * July 25, 2014: PFASST v0.1.0 released. Please see the [ release notes] ( #releases ) for more
1614 information.
1715
1816
@@ -39,8 +37,8 @@ Releases
3937
4038* ** v0.1.0** First Release (2014/07/25)
4139
42- Initial release with basic implementations of SDC and MLSDC.
43- DOI: [ 10.5281/zenodo.11047] [ DOI_v010 ]
40+ Initial release with basic implementations of SDC and MLSDC.
41+ DOI: [ 10.5281/zenodo.11047] [ DOI_v010 ]
4442 See \subpage #page_changelog "the Changelog" for details.
4543
4644[ DOI_v010 ] : http://dx.doi.org/10.5281/zenodo.11047
You can’t perform that action at this time.
0 commit comments