Skip to content

Commit 53d014a

Browse files
authored
Merge pull request #874 from brownbaerchen/bib_update
Added adaptivity and resilience in SDC paper/preprint to bibliography
2 parents 5761f08 + 95b1f34 commit 53d014a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_bibliography/pint.bib

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7478,6 +7478,28 @@ @article{ZhenEtAl2024b
74787478
year = {2024},
74797479
}
74807480

7481+
@article{BaumannEtAl2024,
7482+
title = {Adaptive time step selection for spectral deferred correction},
7483+
issn = {1572-9265},
7484+
url = {https://doi.org/10.1007/s11075-024-01964-z},
7485+
doi = {10.1007/s11075-024-01964-z},
7486+
abstract = {Spectral Deferred Correction (SDC) is an iterative method for the numerical solution of ordinary differential equations. It works by refining the numerical solution for an initial value problem by approximately solving differential equations for the error, and can be interpreted as a preconditioned fixed-point iteration for solving the fully implicit collocation problem. We adopt techniques from embedded Runge-Kutta Methods (RKM) to SDC in order to provide a mechanism for adaptive time step size selection and thus increase computational efficiency of SDC. We propose two SDC-specific estimates of the local error that are generic and do not rely on problem specific quantities. We demonstrate a gain in efficiency over standard SDC with fixed step size and compare efficiency favorably against state-of-the-art adaptive RKM.},
7487+
journal = {Numerical Algorithms},
7488+
author = {Baumann, Thomas and G{\"o}tschel, Sebastian and Lunet, Thibaut and Ruprecht, Daniel and Speck, Robert},
7489+
month = oct,
7490+
year = {2024},
7491+
}
7492+
7493+
@misc{BaumannEtAl2024b,
7494+
title={Resilience Against Soft Faults through Adaptivity in Spectral Deferred Correction},
7495+
author = {Baumann, Thomas and G{\"o}tschel, Sebastian and Lunet, Thibaut and Ruprecht, Daniel and Speck, Robert},
7496+
year={2024},
7497+
eprint={2412.00529},
7498+
archivePrefix={arXiv},
7499+
primaryClass={cs.DC},
7500+
url={https://arxiv.org/abs/2412.00529},
7501+
}
7502+
74817503
@article{PamelaEtAl2025,
74827504
author = {Pamela, S.J.P. and Carey, N. and Brandstetter, J. and Akers, R. and Zanisi, L. and Buchanan, J. and Gopakumar, V. and Hoelzl, M. and Huijsmans, G. and Pentland, K. and James, T. and Antonucci, G.},
74837505
doi = {10.1016/j.cpc.2024.109391},

0 commit comments

Comments
 (0)