Stokes-Cahn-Hilliard方程的二阶并行解耦算法
Second-Order Parallel Decoupled Algorithms for the Stokes-Cahn-Hilliard Equation
摘要: 本文为Stokes-Cahn-Hilliard相场模型开发了一种具有二阶时间精度的时间并行解耦算法,在时间上基于谱延迟校正方法和时间并行Parareal算法。此外,我们使用稳定化方法处理Cahn-Hilliard方程,运用了压力投影方法处理Stokes方程中压力p和速度u的耦合。相较于解耦的方案,进一步提高了算法的计算效率。最后,通过数值实验证明了它的稳定性和高效性。
Abstract: In this paper, we develop a time-parallel decoupled algorithm with second-order temporal accuracy for the Stokes-Cahn-Hilliard phase-field model, based in time on the spectral-deferred correction method and the time-parallel Parareal algorithm. In addition, we use a stabilisation method for the Cahn-Hilliard equation and employ a pressure projection method for the coupling of pressure p and velocity u in the Stokes equation. Compared with the decoupled scheme, the computational efficiency of the algorithm is further improved. Finally, numerical experiments demonstrate its stability and efficiency.
文章引用:刘鑫. Stokes-Cahn-Hilliard方程的二阶并行解耦算法[J]. 应用数学进展, 2025, 14(4): 765-774. https://doi.org/10.12677/aam.2025.144204

1. 引言

流体、固体和气体混合物在多孔介质中的流动发生在各种物理、生物和工业过程中。因此,了解和准确预测多孔介质中的多相多组分流动对许多科学和工程应用都具有重大意义。相场方法是建模和模拟多相流问题的常用工具,相关概述见[1]-[4]。Stokes-Cahn-Hilliard (SCH)模型[5]由Cahn-Hilliard方程和不可压缩的Stokes方程构成,是相场模型中的一种,该模型描述了两种不可压缩不相容流体的混合物的相场演化过程。但是想要建立有效的数值格式来求解该耦合相场模型仍然面临刚性大和耦合项的问题。凸分裂方法和稳定线性隐式方法[6]是构造无条件能量稳定格式的两种常用方法。Eyre [7]推广的凸分裂格式是一种能保持能量耗散定律的数值格式。该格式隐式地处理化学势的凸部分和凹部分,并建立了唯一可解的和无条件能量稳定的格式。Kim等[8]提出了具有对数自由能的Cahn-Hilliard方程的非线性凸分裂傅里叶谱格式,这是对多项式自由能能量泛函凸分裂思想的适当推广。不幸的是,凸分裂方法通常会导致非线性格式。同时,如何将算法推广到更高阶仍是一个问题。

谱延迟校正(SDC)方法是一种具有良好的稳定性和高精度的高阶数值方法,它在2000年由Dutt等人[9]首次提出。然而,SDC方法由于本身的数值积分节点和迭代校正次数导致了较高的计算代价。为了降低计算成本,Minion [10]提出了一种半隐式含刚性和非刚性的常微分方程的谱延迟校正方法(SISDC),该方法对非刚性项显式处理,刚性项隐式处理。在这个半隐式框架内,利用一阶欧拉法求解修正方程。假设数值积分是精确的,那么修正方程每迭代一次,数值解的精度就会提高一阶。之后,为了进一步提高精度和迭代速度,郭瑞晗[11]开发了一类基于二阶时间积分法的半隐式SDC方法,每增加一次迭代,精度就会提高两阶。这为更快地构建高阶的数值方案提供了一种方法。

Parareal方法作为时间并行计算领域[12]的重要突破,自2001年由Lions等人提出以来,受到了学术界和工业界的广泛关注。该方法巧妙地将时间区间剖分为若干个子区间,然后利用多重处理器,在每个时间子区间上并行求解,是一种在时间方向上并行计算常微分方程或时间离散的偏微分方程数值解的迭代方法。这种方法也被称作多重射击法,或者时间多重网格法,Gander等人[13]曾针对该方法展开过探讨。自从Parareal方法问世,其再度激发了学界对于构建时间并行方法的研究热情[14]-[16]。在此背景下,一系列更适配高性能并行计算机的数值算法相继涌现并不断发展,进而在实际应用中诸如航空航天领域,加快了飞行器的设计和优化进程,降低研发成本等。此外,文献[17] [18]中提出了不同的改进算法来提高算法收敛阶。特别地,由于Parareal方法和SDC方法都是预测校正方法,Minion等人[19]将两者结合起来。在文献[20]中给出该混合算法的详细分析,该融合算法的优势主要体现在两个方面:首先,将时间并行的Parareal算法与高阶SDC算法相结合,可以有效地平摊SDC算法在每个时间步上较高的计算成本;另一方面,相较于其它高阶算法,例如高阶龙格库塔方法等,选取高阶SDC算法作为Parareal算法中的高阶格式可以利用低阶数值方法迭代求解得到高阶精度,减少了Parareal算法中每次迭代的计算成本,提高了并行效率。因此,在本文中,我们基于谱延迟校正方法和时间并行Parareal算法,提出了SCH模型的二阶时间并行算法,该算法在提高计算效率和精度的同时,保证离散算法的稳定性。

本文的主要内容安排如下。在第2节中,首先介绍了SCH模型和Parareal时间并行方法。然后给出求解SCH系统的二阶SDC解耦算法,然后基于SDC算法和Parareal算法构造了SCH模型的二阶时间并行解耦算法。在第3节中,通过数值示例来验证了二阶时间并行解耦算法的准确性、稳定性和高效性。第4节做出总结。

2. 模型与算法

2.1. Stokes-Cahn-Hilliard模型

两种不可压缩不相容流体的混合物的相场演化模型是由在时间区域 ( 0,T ) 和有界的Lipschitz空间域 Ω d ( d=2,3 ) 的Stokes-Cahn-Hilliard方程所描述的:

{ c t +( cu )=MΔω, ( 0,T )×Ω ω=λ( Δc+f( c ) ), ( 0,T )×Ω u t +pνΔu=cω, ( 0,T )×Ω u=0, ( 0,T )×Ω (1)

其中,  M 是与松弛时间尺度相关的迁移率常数, ν 是粘度系数, λ 与表面张力相对应, u 是速度场, p 是修正压力, ω 是化学势。相场函数 c 起着观察微观浓度的作用。比如在纯流体的区域内,相场函数

c 可以达到数值−1和1,而在扩散界面内, | c |<1 。对于非线性项 f( c )= F ( c ) ,其中 F( c )= 1 4 η 2 ( c1 ) 2

表示双阱势能,用于惩罚偏离物理约束 | c |1 的行为。方程(1)的前两项是Cahn-Hilliard方程, ( cu ) 项模拟平流效应。方程(1)的后两项是不可压缩的Stokes方程,其中的非线性项 cω 模拟了表面张力效应。

下面将讨论模型(1)的边界条件和初始条件,我们假设

( u( 0 ),c( 0 ) )=( u 0 , c 0 ), (2)

u| Ω =0, n c n+1 | Ω =0, n ω n+1 | Ω =0. (3)

此外,若是假设该系统除重力外没有其他外力,则Stokes-Cahn-Hilliard方程满足以下能量定律:

d dt { W( ϕ,ϕ )+ Ω 1 2 | u | 2 dx }= Ω M | μ | 2 +ν | u | 2 dx . (4)

2.2. 时间并行Parareal算法

基于Parareal算法的理念,当时间区间 [ 0,T ] 被分割为 N 个互不重叠的子区间时,每个子区间将被分配给不同的处理器。为简化表述,我们将这 N 个处理器记为 P 1 ,, P N 。在Parareal时间并行算法[20]里,会用到两个数值逼近算法,分别记为传播函数 G 。为确保算法在并行计算时具备高效性, G 的计算成本必须低于 。另外,在时间区间 [ t n , t n+1 ] 内,若以 t n 时刻的 u ^ 作为初始值,通过 G 计算得到 t n+1 时刻的数值解,则分别用 G( t n+1 , t n , u ^ ) ( t n+1 , t n , u ^ ) 来表示。

在Parareal方法中, G 常被用来串行计算所有节点的临时逼近解,即

u 1 n+1 =G( t n+1 , t n , u 1 n ),n=0,1,,N1.

只要每个处理器 P n+1 获得初始值 u 1 n 和临时逼近解 u 1 n+1 ,它们就能并行计算出更精确的近似解 ( t n+1 , t n , u 1 n ) 。然后使用如下的校正步串行得到最终的逼近解

u 2 n+1 =G( t n+1 , t n , u 2 n )+( t n+1 , t n , u 1 n )G( t n+1 , t n , u 1 n ). (5)

2.3. SCH方程的二阶算法

在本节中,我们首先给出了SCH方程的二阶解耦SDC算法。然后,基于Parareal并行算法,建立了一种求解SCH系统的二阶解耦时间并行算法。首先我们通过添加稳定项(7)得到SCH方程的一阶解耦算法。然后在一阶解耦算法的基础上通过谱延迟校正方法构造二阶解耦SDC算法。

算法1. (SCH方程的二阶SDC解耦算法)

1) (一阶解耦算法)给定初值 ( c 0 , ω 0 , u 0 , p 0 ) ,求解 ( c 1 n+1 , ω 1 n+1 , u 1 n+1 , p 1 n+1 ),n0 满足

{ c 1 n+1 c 1 n Δt +( c 1 n u *1 n )MΔ ω 1 n+1 =0, ω 1 n+1 λ η 2 ( c n+1 c n )+λ( Δ c n+1 f( c n ) )=0; (6)

u *1 n = u 1 n Δt c 1 n ω 1 n+1 ; (7)

u ˜ 1 n+1 u 1 n Δt =νΔ u ˜ 1 n+1 p 1 n c 1 n ω 1 n+1 ; (8)

{ Δ( p 1 n+1 p 1 n )= 1 Δt u ˜ 1 n+1 , n ( p n+1 p n )| Ω =0, u 1 n+1 = u ˜ 1 n+1 Δt( p 1 n+1 p 1 n ). (9)

2) (二阶解耦SDC算法)由一阶解耦算法求得 ( c 1 n+1 , ω 1 n+1 , u 1 n+1 , p 1 n+1 ) ,求解 ( c 2 n+1 , ω 2 n+1 , u 2 n+1 , p 2 n+1 ) 满足

{ c 2 n+1 c 2 n Δt +( c 2 n u 2 n )MΔ ω 2 n+1 = 1 2 ( ( c 1 n u 1 n )( c 1 n+1 u 1 n+1 ) )+ 1 2 M( Δ ω 1 n Δ ω 1 n+1 ), ω 2 n+1 λ η 2 ( c 2 n+1 c 2 n )+λ( Δ c 2 n+1 f( c 2 n ) ) = 1 2 ( ω 1 n ω 1 n+1 )+ λ η 2 ( c 1 n+1 c 1 n )+ 1 2 λ( Δ c 1 n Δ c 1 n+1 ) 1 2 λ( f( c 1 n )f( c 1 n+1 ) ), (10)

{ u ˜ 2 n+1 u 2 n Δt νΔ u ˜ 2 n+1 = 1 2 ν( Δ u ˜ 1 n Δ u ˜ 1 n+1 ) p 2 n + 1 2 ( p 1 n p 1 n+1 ) 1 2 ( c 2 n ω 2 n + c 2 n+1 ω 2 n+1 ), (11)

{ Δ( p 2 n+1 p 2 n p 1 n+1 + p 1 n )= 1 Δt u ˜ 2 n+1 , n ( p 2 n+1 p 2 n p 1 n+1 + p 1 n )| Ω =0, u 2 n+1 = u ˜ 2 n+1 Δt( p 2 n+1 p 2 n p 1 n+1 + p 1 n ). (12)

为了进一步提高数值求解SCH系统的计算效率,我们将基于SDC方法和并行算法,提出一种具有时间二阶精度且能量稳定的时间并行算法。该算法是对上述解耦算法的进一步优化,相较于一般的SDC算法,降低了计算规模,大大提高了计算效率。在本文中,我们采用一阶解耦算法作为传播函数 G ,并采用类似(10)~(12)式的SDC方法作为传播函数 ,在确保精度和能量稳定性的前提下,利用时间步并行技巧提高了计算效率。

算法2. (SCH方程的二阶解耦并行算法)

1) 串行求解 G( t n+1 , t n , c 1 n , ω 1 n , u 1 n , p 1 n ) n=0,,N1 ,即在时间方向依次计算(10)式得到 ( c 1 n+1 , ω 1 n+1 , u 1 n+1 , p 1 n+1 )

2) 利用二阶解耦SDC算法的校正步并行求解 ( t n+1 , t n , c 1 n , ω 1 n , u 1 n , p 1 n ) n=0,,N1 ,以第 n+1 个处理器 P n+1 为例:求解 ( c F n+1 , ω F n+1 , u F n+1 , p F n+1 ) 满足

{ c F n+1 c 1 n Δt +( c 1 n u *1 n )MΔ ω F n+1 = 1 2 ( ( c 1 n u 1 n )( c 1 n+1 u 1 n+1 ) )+ 1 2 M( Δ ω 1 n Δ ω 1 n+1 ), ω F n+1 λ η 2 ( c F n+1 c 1 n )+λ( Δ c F n+1 f( c 1 n ) ) = 1 2 ( ω 1 n ω 1 n+1 )+ λ η 2 ( c 1 n+1 c 1 n )+ 1 2 λ( Δ c 1 n Δ c 1 n+1 ) 1 2 λ( f( c 1 n )f( c 1 n+1 ) ), (13)

u *1 n = u 1 n Δt c 1 n ω 1 n+1 ; (14)

u ˜ F n+1 u 1 n Δt νΔ u ˜ F n+1 = 1 2 ν( Δ u ˜ 1 n Δ u ˜ 1 n+1 ) 1 2 ( p 1 n + p 1 n+1 ) c 1 n ω 1 n+1 , (15)

{ Δ( p F n+1 p 1 n p 1 n+1 + p 1 n )= 1 Δt u ˜ F n+1 , n ( p F n+1 p 1 n p 1 n+1 + p 1 n )| Ω =0, u F n+1 = u ˜ F n+1 Δt( p F n+1 p 1 n p 1 n+1 + p 1 n ) (16)

3) 串行求解 G( t n+1 , t n , c 2 n , ω 2 n , u 2 n , p 2 n ) n=0,,N1 ,即在时间方向依次求解 ( c G n+1 , ω G n+1 , u G n+1 , p G n+1 ) ,满足

{ c G n+1 c 2 n Δt +( c 2 n u 2 n )MΔ ω G n+1 =0, ω G n+1 λ η 2 ( c G n+1 c 2 n )+λ( Δ c G n+1 f( c 2 n ) )=0; (17)

{ c 2,h n+1 = c G n+1 + c F n+1 c 1,h n+1 , ω 2,h n+1 = ω G n+1 + ω F n+1 ω 1,h n+1 ; (18)

u ˜ G n+1 u 2 n Δt =νΔ u ˜ G n+1 p 2 n 1 2 ( c 2 n ω 2 n + c 2 n+1 ω 2 n+1 ); (19)

{ Δ( p G n+1 p 2 n )= 1 Δt u ˜ G n+1 , n ( p n+1 p n )| Ω =0; (20)

u G n+1 = u ˜ G n+1 Δt( p G n+1 p 2 n ); (21)

{ u ˜ 2,h n+1 = u ˜ G n+1 + u ˜ F n+1 u ˜ 1,h n+1 , u 2,h n+1 = u G n+1 + u F n+1 u 1,h n+1 , p 2,h n+1 = p G n+1 + p F n+1 p 1,h n+1 . (22)

随后将介绍数值实验,以证明二阶解耦并行算法算法在求解SCH方程时确实具有高阶精确性、能量稳定性和高效性。

3. 数值实验

在这一部分,我们将借助数值实验来检验针对SCH方程的二阶时间并行解耦算法的有效性。所有数值运算均基于MATLAB软件开展。就空间离散化而言,对于Stokes方程,我们运用Taylor-Hood (P2-P1)有限元进行近似处理;对于Cahn-Hillard方程,则采用二次多项式有限元(P2)来加以近似。

3.1. 收敛性实验

我们通过数值实验验证算法2的时间收敛阶。我们考虑在计算区域为 Ω=[ 0,1 ]×[ 0,1 ] ,最终时间为 T = 0.1 ,物理参数为 η=0.04,λ= 0.04 2 ,M=0.1,ν= 1 100 。初始条件为

ϕ 0 =0.24cos( 2πx )cos( 2πy )+0.4cos( πx )cos( 3πy ),

u 0 =( sin 2 ( πx )sin( 2πy ), sin 2 ( πy )sin( 2πx ) ).

在文献[21]中,给出了以下计算收敛阶的方法:假定

v h Δt ( x, t m )v( x, t m )+ C 1 ( x, t m )Δ t γ + C 2 ( x, t m ) h μ ,

定义

ρ v,Δt,i = | v h Δt ( x, t m ) v h Δt 2 ( x, t m ) | i | v h Δt 2 ( x, t m ) v h Δt 4 ( x, t m ) | i 4 γ 2 γ 2 γ 1 ,

Table 1. The temporal convergence order of Algorithm 2 with the fixed grid size h= 1 32 , the final moment T=0.1 and different time steps Δt= T 80 , T 160 , T 320 , T 640

1. 算法2的时间收敛阶,其中固定网格大小为 h= 1 32 ,最终时刻 T=0.1 ,并选取不同的时间步长 Δt= T 80 , T 160 , T 320 , T 640

Δt

δ u 1 Δt

order

δ u 1 Δt H 1 ( Ω )

order

δ u 2 Δt

order

δ u 1 Δt H 1 ( Ω )

order

T/80

2.9932e−05

1.9036

4.8890e−04

1.8604

3.0472e−05

1.9030

4.4057e−04

1.8399

T/160

7.9998e−06

1.9518

1.3464e−04

1.9275

8.1478e−06

1.9518

1.2307e−04

1.9175

T/320

2.0678e−06

1.9760

3.5393e−05

1.9631

2.1062e−06

1.9760

3.2578e−05

1.9581

T/640

5.2565e−07

9.0774e−06

5.3539e−07

8.3846e−06

Δt

δ ϕ Δt

order

δ ϕ Δt H 1 ( Ω )

order

δ p Δt

order

T/80

7.0617e−04

1.8723

1.4863e−02

1.8732

1.8003e−04

1.8902

T/160

1.9288e−04

1.9349

4.0571e−03

1.9357

4.8567e−05

1.9436

T/320

5.0447e−05

1.9671

1.0605e−03

1.9676

1.2626e−05

1.9715

T/640

1.2903e−05

2.7114e−04

3.2194e−06

ρ v,h,i = | v h Δt ( x, t m ) v h 2 Δt ( x, t m ) | i | v h 2 Δt ( x, t m ) v h 4 Δt ( x, t m ) | i 4 μ 2 μ 2 μ 1 .

这里, v 可以为 u p φ ,且 i=0,1 。如果 log 2 ρ v,Δt,0 log 2 ρ v,h,0 2 ,则表明 L 2 误差的空间收敛阶和时间收敛阶分别为 O( Δ t 2 ) O( h 2 ) 。同样,通过计算 log 2 ρ v,Δt,1 log 2 ρ v,h,1 可以得到 H 1 误差的空间和

时间收敛阶。为方便记述,我们将定义 δ v Δt = v h Δt v h Δt 2 δ v h = v h Δt v h 2 Δt

表1列出了算法2的时间收敛阶。我们固定空间步长为 h= 1 32 ,并选择不同的时间步长 Δt= T 80 , T 160 , T 320 , T 640 表1中的结果显示,对于 c,p u ,算法2的时间收敛阶在 L 2 范数下和 H 1 范数下均达到了二阶精度。

3.2. 稳定性实验

在这一部分中,我们将验证算法2的能量稳定性,首先,先定义离散时间 t = nΔt 的离散能量函数

E t =λ( F( ϕ n ),1 )+ λ 2 ϕ n 2 + 1 2 u n 2 .

在本实验中,取空间步长 h= 1 64 ,其他参数与上述收敛性实验中的参数相同。图1给出了算法2在

Δt =0.1,0.05,0.01 三个时间步长下的能量变化情况。图1显示,算法2在不同的时间步长下,离散能量函数 E t 随时间是递减的。因此,我们可以得到,算法2具有良好的稳定性。

(A) Δt=0.1

(B) Δt=0.05

(C) Δt=0.01

Figure 1. Evolution of discrete energy E t for Algorithm 2 are shown at Δt=0.1,0.05,0.01

1. 算法2在 Δt=0.1,0.05,0.01 时,离散能量 E t 变化情况

3.3. 运行时间比较

为了验证算法2和算法3的并行有效性,我们比较了时间并行算法与串行二阶SDC算法,即算法1的计算时间。在本实验中,计算区域和参数选择与实验3.1中相同。表2表3中的数值结果表明,算法2和3的运算时间相近,且与串行算法1相比,都提升了运行效率,但通过实验2表明了算法2的稳定性更好。因此,在同等条件下,算法2在稳定性和计算效率均具有优势。

Table 2. The CPU time of the time-parallel and serial decoupling schemes with the fixed mesh h= 1 32

2. 时间并行方案和串行解耦方案在固定网格 h= 1 32 时的CPU运行时间

数值算法

CPU (s)

Δt=1/ 40

Δt=1/ 80

Δt=1/ 160

Δt=1/ 320

二阶解耦算法

11.598

23.5438

45.2505

89.1838

二阶解耦并行算法

6.2058

10.9925

22.3059

44.272

加速比

1.9

2.1

2.0

2.0

Table 3. The CPU time of the time-parallel and serial decoupling schemes with the fixed mesh h= 1 64

3. 时间并行方案和串行解耦方案在固定网格 h= 1 64 时的CPU运行时间

数值算法

CPU (s)

Δt=1/ 40

Δt=1/ 80

Δt=1/ 160

Δt=1/ 320

二阶解耦算法

62.912

121.499

229.6978

461.2383

二阶解耦并行算法

28.3711

56.9073

114.9398

234.079

加速比

2.2

2.1

2.0

2.0

4. 结论

为提高数值求解具有匹配密度的Stokes-Cahn-Hilliard相场模型的计算效率,本文基于半隐的SDC算法和Parareal算法构造了一个具有时间二阶精度的时间并行算法。我们在数值上验证了算法的收敛性和稳定性,同时通过不同算法的比较说明了我们的时间并行算法的高效性。

参考文献

[1] Rayleigh, L. (1892) XX. On the Theory of Surface Forces—II. Compressible Fluids. The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science, 33, 209-220.
https://doi.org/10.1080/14786449208621456
[2] Shen, J. and Yang, X. (2015) Decoupled, Energy Stable Schemes for Phase-Field Models of Two-Phase Incompressible Flows. SIAM Journal on Numerical Analysis, 53, 279-296.
https://doi.org/10.1137/140971154
[3] Shen, J. and Yang, X. (2010) Energy Stable Schemes for Cahn-Hilliard Phase-Field Model of Two-Phase Incompressible Flows. Chinese Annals of Mathematics, Series B, 31, 743-758.
https://doi.org/10.1007/s11401-010-0599-y
[4] Shen, J. and Yang, X. (2010) A Phase-Field Model and Its Numerical Approximation for Two-Phase Incompressible Flows with Different Densities and Viscosities. SIAM Journal on Scientific Computing, 32, 1159-1179.
https://doi.org/10.1137/09075860x
[5] Baňas, Ľ. and Mahato, H.S. (2017) Homogenization of Evolutionary Stokes-Cahn-Hilliard Equations for Two-Phase Porous Media Flow. Asymptotic Analysis, 105, 77-95.
https://doi.org/10.3233/asy-171436
[6] Shen, J. and Yang, X. (2010) Numerical Approximations of Allen-Cahn and Cahn-Hilliard Equations. Discrete & Continuous Dynamical SystemsA, 28, 1669-1691.
https://doi.org/10.3934/dcds.2010.28.1669
[7] Eyre, D.J. (1998) Unconditionally Gradient Stable Time Marching the Cahn-Hilliard Equation. MRS Online Proceedings Library, 529, 39-46.
https://doi.org/10.1557/proc-529-39
[8] Kim, J. and Lee, H. (2019) A Nonlinear Convex Splitting Fourier Spectral Scheme for the Cahn-Hilliard Equation with a Logarithmic Free Energy. Bulletin of the Korean Mathematical Society, 56, 265-276.
[9] Dutt, A., Greengard, L. and Rokhlin, V. (2000) Spectral Deferred Correction Methods for Ordinary Differential Equations. Bit Numerical Mathematics, 40, 241-266.
https://doi.org/10.1023/a:1022338906936
[10] Minion, M.L. (2003) Semi-Implicit Spectral Deferred Correction Methods for Ordinary Differential Equations. Communications in Mathematical Sciences, 1, 471-500.
https://doi.org/10.4310/cms.2003.v1.n3.a6
[11] Ruihan Guo, R.G. and Yan Xu, Y.X. (2024) Semi-Implicit Spectral Deferred Correction Methods Based on Second-Order Time Integration Schemes for Nonlinear PDEs. Journal of Computational Mathematics, 42, 111-133.
[12] Gander, M.J. (2015) 50 Years of Time Parallel Time Integration. Multiple Shooting and Time Domain Decomposition Methods, Heidelberg, 6-8 May 2013, 69-113.
https://doi.org/10.1007/978-3-319-23321-5_3
[13] Gander, M.J. and Vandewalle, S. (2007) Analysis of the Parareal Time‐Parallel Time‐Integration Method. SIAM Journal on Scientific Computing, 29, 556-578.
https://doi.org/10.1137/05064607x
[14] Maday, Y. and Mula, O. (2020) An Adaptive Parareal Algorithm. Journal of Computational and Applied Mathematics, 377, Article 112915.
https://doi.org/10.1016/j.cam.2020.112915
[15] Wu, S. and Zhou, T. (2017) Fast Parareal Iterations for Fractional Diffusion Equations. Journal of Computational Physics, 329, 210-226.
https://doi.org/10.1016/j.jcp.2016.10.046
[16] Pentland, K., Tamborrino, M., Samaddar, D. and Appel, L.C. (2022) Stochastic Parareal: An Application of Probabilistic Methods to Time-Parallelization. SIAM Journal on Scientific Computing, 45, S82-S102.
https://doi.org/10.1137/21m1414231
[17] Bu, S. and Lee, J. (2014) An Enhanced Parareal Algorithm Based on the Deferred Correction Methods for a Stiff System. Journal of Computational and Applied Mathematics, 255, 297-305.
https://doi.org/10.1016/j.cam.2013.05.001
[18] Gander, M. and Petcu, M. (2008) Analysis of a Krylov Subspace Enhanced Parareal Algorithm for Linear Problems. ESAIM: Proceedings, 25, 114-129.
https://doi.org/10.1051/proc:082508
[19] Minion, M.L. and Williams, S.A. (2008) Parareal and Spectral Deferred Corrections. NUMERICAL ANALYSIS AND APPLIED MATHEMATICS: International Conference on Numerical Analysis and Applied Mathematics 2008, Kos, 16-20 September 2008, 388-391.
https://doi.org/10.1063/1.2990941
[20] Minion, M. (2010) A Hybrid Parareal Spectral Deferred Corrections Method. Communications in Applied Mathematics and Computational Science, 5, 265-301.
https://doi.org/10.2140/camcos.2010.5.265
[21] Mu, M. and Zhu, X. (2009) Decoupled Schemes for a Non-Stationary Mixed Stokes-Darcy Model. Mathematics of Computation, 79, 707-731.
https://doi.org/10.1090/s0025-5718-09-02302-3