Skip to content

Commit 03f4e74

Browse files
committed
deploy: ac49563
1 parent a1bd342 commit 03f4e74

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

references/index.html

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,101 @@ <h2 id="year2025" class="year">2025 <span class="count-stat"></span></h2>
806806
</div>
807807

808808

809+
</div>
810+
</li>
811+
<li><div class="bibtex-entry-container">
812+
<div>
813+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
814+
<div class="row">
815+
<div class="col-md-12 ref-label label label-default">
816+
WangEtAl2025
817+
</div>
818+
</div>
819+
</div>
820+
821+
<div class="bibtex-ref-entry">
822+
<span id="WangEtAl2025">H. Wang, J. Lyu, Z. Peng, and M. Li, “Stochastic Parareal Algorithm for Stochastic Differential Equations,” arXiv:2502.12909v1 [math.NA], 2025 [Online]. Available at: <a href="http://arxiv.org/abs/2502.12909v1" target="_blank">http://arxiv.org/abs/2502.12909v1</a></span>
823+
</div>
824+
825+
826+
<div class="row mt-4">
827+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
828+
<div class="btn-group btn-group-xs" role="group">
829+
830+
<button class="button" data-toggle="modal" data-target="#modalWangEtAl2025Bibtex" aria-expanded="false"
831+
aria-controls="modalWangEtAl2025Bibtex">
832+
BibTeX
833+
</button>
834+
835+
</div>
836+
<div class="btn-group btn-group-xs" role="group">
837+
838+
<button class="button" data-toggle="modal" data-target="#modalWangEtAl2025Abstract" aria-expanded="false"
839+
aria-controls="modalWangEtAl2025Abstract">
840+
Abstract
841+
</button>
842+
843+
</div>
844+
</div>
845+
</div>
846+
</div>
847+
848+
<div class="modal" id="modalWangEtAl2025Bibtex" tabindex="-1" role="dialog"
849+
aria-labelledby="modalWangEtAl2025BibtexTitle" aria-hidden="true">
850+
<div class="modal-background">
851+
<div class="modal-card">
852+
<div class="modal-content">
853+
<header class="modal-card-head">
854+
<div class="modal-card-head-content">
855+
<div>
856+
<p class="modal-card-title" id="modalWangEtAl2025BibtexTitle">
857+
BibTeX entry <code>WangEtAl2025</code>
858+
</p>
859+
</div>
860+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
861+
aria-hidden="true">&times;</span></button>
862+
</div>
863+
</header>
864+
<section class="modal-card-body">
865+
<pre class="abstract">@unpublished{WangEtAl2025,
866+
author = {Wang, Huanxin and Lyu, Junhan and Peng, Zicheng and Li, Min},
867+
howpublished = {arXiv:2502.12909v1 [math.NA]},
868+
title = {Stochastic Parareal Algorithm for Stochastic Differential Equations},
869+
url = {http://arxiv.org/abs/2502.12909v1},
870+
year = {2025}
871+
}
872+
</pre>
873+
</section>
874+
</div>
875+
</div>
876+
</div>
877+
</div>
878+
879+
880+
<div class="modal" id="modalWangEtAl2025Abstract" tabindex="-1" role="dialog"
881+
aria-labelledby="modalWangEtAl2025AbstractTitle" aria-hidden="true">
882+
<div class="modal-background">
883+
<div class="modal-card">
884+
<div class="modal-content">
885+
<header class="modal-card-head">
886+
<div class="modal-card-head-content">
887+
<div>
888+
<p class="modal-card-title" id="modalWangEtAl2025AbstractTitle">
889+
Abstract for BibTeX entry <code>WangEtAl2025</code>
890+
</p>
891+
</div>
892+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
893+
aria-hidden="true">&times;</span></button>
894+
</div>
895+
</header>
896+
<section class="modal-card-body">
897+
This paper analyzes the SParareal algorithm for stochastic differential equations (SDEs). Compared to the classical Parareal algorithm, the SParareal algorithm accelerates convergence by introducing stochastic perturbations, achieving linear convergence over unbounded time intervals. We first revisit the classical Parareal algorithm and stochastic Parareal algorithm. Then we investigate mean-square stability of the SParareal algorithm based on the stochastic θ-method for SDEs, deriving linear error bounds under four sampling rules. Numerical experiments demonstrate the superiority of the SParareal algorithm in solving both linear and nonlinear SDEs, reducing the number of iterations required compared to the classical Parareal algorithm.
898+
</section>
899+
</div>
900+
</div>
901+
</div>
902+
</div>
903+
809904
</div>
810905
</li>
811906
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)