Skip to content

Commit 343bae4

Browse files
committed
deploy: d77fa60
1 parent d0e3a63 commit 343bae4

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
@@ -4080,6 +4080,101 @@ <h2 id="year2024" class="year">2024 <span class="count-stat"></span></h2>
40804080
</div>
40814081
</div>
40824082

4083+
</div>
4084+
</li>
4085+
<li><div class="bibtex-entry-container">
4086+
<div>
4087+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
4088+
<div class="row">
4089+
<div class="col-md-12 ref-label label label-default">
4090+
YangEtAl2024
4091+
</div>
4092+
</div>
4093+
</div>
4094+
4095+
<div class="bibtex-ref-entry">
4096+
<span id="YangEtAl2024">Z. Yang, Y. Wang, and W. T. Leung, “Parallel in time partially explicit splitting scheme for high contrast multiscale problems,” arXiv:2411.09244v1 [math.NA], 2024 [Online]. Available at: <a href="http://arxiv.org/abs/2411.09244v1" target="_blank">http://arxiv.org/abs/2411.09244v1</a></span>
4097+
</div>
4098+
4099+
4100+
<div class="row mt-4">
4101+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
4102+
<div class="btn-group btn-group-xs" role="group">
4103+
4104+
<button class="button" data-toggle="modal" data-target="#modalYangEtAl2024Bibtex" aria-expanded="false"
4105+
aria-controls="modalYangEtAl2024Bibtex">
4106+
BibTeX
4107+
</button>
4108+
4109+
</div>
4110+
<div class="btn-group btn-group-xs" role="group">
4111+
4112+
<button class="button" data-toggle="modal" data-target="#modalYangEtAl2024Abstract" aria-expanded="false"
4113+
aria-controls="modalYangEtAl2024Abstract">
4114+
Abstract
4115+
</button>
4116+
4117+
</div>
4118+
</div>
4119+
</div>
4120+
</div>
4121+
4122+
<div class="modal" id="modalYangEtAl2024Bibtex" tabindex="-1" role="dialog"
4123+
aria-labelledby="modalYangEtAl2024BibtexTitle" aria-hidden="true">
4124+
<div class="modal-background">
4125+
<div class="modal-card">
4126+
<div class="modal-content">
4127+
<header class="modal-card-head">
4128+
<div class="modal-card-head-content">
4129+
<div>
4130+
<p class="modal-card-title" id="modalYangEtAl2024BibtexTitle">
4131+
BibTeX entry <code>YangEtAl2024</code>
4132+
</p>
4133+
</div>
4134+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
4135+
aria-hidden="true">&times;</span></button>
4136+
</div>
4137+
</header>
4138+
<section class="modal-card-body">
4139+
<pre class="abstract">@unpublished{YangEtAl2024,
4140+
author = {Yang, Zhengya and Wang, Yating and Leung, Wing Tat},
4141+
howpublished = {arXiv:2411.09244v1 [math.NA]},
4142+
title = {Parallel in time partially explicit splitting scheme for high contrast multiscale problems},
4143+
url = {http://arxiv.org/abs/2411.09244v1},
4144+
year = {2024}
4145+
}
4146+
</pre>
4147+
</section>
4148+
</div>
4149+
</div>
4150+
</div>
4151+
</div>
4152+
4153+
4154+
<div class="modal" id="modalYangEtAl2024Abstract" tabindex="-1" role="dialog"
4155+
aria-labelledby="modalYangEtAl2024AbstractTitle" aria-hidden="true">
4156+
<div class="modal-background">
4157+
<div class="modal-card">
4158+
<div class="modal-content">
4159+
<header class="modal-card-head">
4160+
<div class="modal-card-head-content">
4161+
<div>
4162+
<p class="modal-card-title" id="modalYangEtAl2024AbstractTitle">
4163+
Abstract for BibTeX entry <code>YangEtAl2024</code>
4164+
</p>
4165+
</div>
4166+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
4167+
aria-hidden="true">&times;</span></button>
4168+
</div>
4169+
</header>
4170+
<section class="modal-card-body">
4171+
Solving multiscale diffusion problems is often computationally expensive due to the spatial and temporal discretization challenges arising from high-contrast coefficients. To address this issue, a partially explicit temporal splitting scheme is proposed. By appropriately constructing multiscale spaces, the spatial multiscale property is effectively managed, and it has been demonstrated that the temporal step size is independent of the contrast. To enhance simulation speed, we propose a parallel algorithm for the multiscale flow problem that leverages the partially explicit temporal splitting scheme. The idea is first to evolve the partially explicit system using a coarse time step size, then correct the solution on each coarse time interval with a fine propagator, for which we consider both the sequential solver and all-at-once solver. This procedure is then performed iteratively till convergence. We analyze the stability and convergence of the proposed algorithm. The numerical experiments demonstrate that the proposed algorithm achieves high numerical accuracy for high-contrast problems and converges in a relatively small number of iterations. The number of iterations stays stable as the number of coarse intervals increases, thus significantly improving computational efficiency through parallel processing.
4172+
</section>
4173+
</div>
4174+
</div>
4175+
</div>
4176+
</div>
4177+
40834178
</div>
40844179
</li>
40854180
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)