Skip to content

Commit 4b66352

Browse files
authored
Merge pull request #1007 from Parallel-in-Time/bibtex-bibbot-1006-a29f2b5
pint.bib updates
2 parents a29f2b5 + 35f7141 commit 4b66352

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_bibliography/pint.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7991,6 +7991,15 @@ @article{HuangEtAl2025b
79917991
year = {2025},
79927992
}
79937993

7994+
@unpublished{IacobEtAl2025,
7995+
abstract = {In this article, we introduce a novel parallel-in-time solver for nonlinear ordinary differential equations (ODEs). We state the numerical solution of an ODE as a root-finding problem that we solve using Newton's method. The affine recursive operations arising in Newton's step are parallelized in time by using parallel prefix sums, that is, parallel scan operations, which leads to a logarithmic span complexity. This yields an improved runtime compared to the previously proposed Parareal method. We demonstrate the computational advantage through numerical simulations of various systems of ODEs.},
7996+
author = {Casian Iacob and Hassan Razavi and Simo Särkkä},
7997+
howpublished = {arXiv:2511.01465v1 [math.NA]},
7998+
title = {A parallel-in-time Newton's method-based ODE solver},
7999+
url = {http://arxiv.org/abs/2511.01465v1},
8000+
year = {2025},
8001+
}
8002+
79948003
@inproceedings{IbrahimEtAl2025,
79958004
author = {Ibrahim, Abdul Qadir and Götschel, Sebastian and Ruprecht, Daniel},
79968005
booktitle = {Proceedings of the Platform for Advanced Scientific Computing Conference},

0 commit comments

Comments
 (0)