Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _bibliography/pint.bib
Original file line number Diff line number Diff line change
Expand Up @@ -7991,6 +7991,15 @@ @article{HuangEtAl2025b
year = {2025},
}

@unpublished{IacobEtAl2025,
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.},
author = {Casian Iacob and Hassan Razavi and Simo Särkkä},
howpublished = {arXiv:2511.01465v1 [math.NA]},
title = {A parallel-in-time Newton's method-based ODE solver},
url = {http://arxiv.org/abs/2511.01465v1},
year = {2025},
}

@inproceedings{IbrahimEtAl2025,
author = {Ibrahim, Abdul Qadir and Götschel, Sebastian and Ruprecht, Daniel},
booktitle = {Proceedings of the Platform for Advanced Scientific Computing Conference},
Expand Down