- Research
- Open Access
- Published:
On single-step HSS iterative method with circulant preconditioner for fractional diffusion equations
Advances in Difference Equations volume 2019, Article number: 422 (2019)
Abstract
By exploiting Toeplitz-like structure and non-Hermitian dense property of the discrete coefficient matrix, a new double-layer iterative method called SHSS-PCG method is employed to solve the linear systems originating from the implicit finite difference discretization of fractional diffusion equations (FDEs). The method is a combination of the single-step Hermitian and skew-Hermitian splitting (SHSS) method with the preconditioned conjugate gradient (PCG) method. Further, the new circulant preconditioners are proposed to improve the efficiency of SHSS-PCG method, and the computation cost is further reduced via using the fast Fourier transform (FFT). Theoretical analysis shows that the SHSS-PCG iterative method with circulant preconditioners is convergent. Numerical experiments are given to show that our SHSS-PCG method with circulant preconditioners preforms very well, and the proposed circulant preconditioners are very efficient in accelerating the convergence rate.
1 Introduction
Fractional calculus has a long history and its origin goes back to describing half order (\(\alpha = 1/2\)) derivative by Leibnitz in 1695. It was believed that this branch of mathematics had no applications. But in the last thirty years, the fractional derivatives and the fractional partial differential equations (FPDEs) have attracted growing attention [1, 2], because they can provide an adequate and accurate description of transport processes that exhibit anomalous diffusion behavior in the real word [3, 4], including Brownian motion, entropy [5], groundwater contaminant transport [6, 7], turbulent flow [8, 9], and applications in biology [10], image processing [11], engineering and physics [12,13,14,15].
In recent years, a large amount of work has been devoted to finding out how to solve FPDEs [16,17,18]. The main reason is that it is more challenging or sometimes even impossible to obtain the analytical solution of FPDEs, or that the obtained analytical solution is less valuable (expressed by the transcendental functions or infinite series). As a consequence, numerical solutions for FPDEs have become the main methods and then have been developed intensively, e.g., (compact) finite difference methods [19,20,21,22], finite element methods [23, 24], discontinuous Galerkin methods [25, 26], and other numerical methods [27,28,29].
However, due to the nonlocality of a fractional differential operator, a naive discretization of FDEs, even though implicit, leads to unconditional instability [30, 31]. Moreover, coefficient matrices arising from most numerical discretizations of FDEs are non-sparse and typically require the computational cost of \(O(N^{3})\) by using Gaussian elimination and the storage of \(O(N^{2})\), where N is the number of grid points [32].
In order to overcome the difficulty of stability, Meerschaet and Tadjeran [30, 31] proposed an unconditionally stable shifted Grünwald discretization to approximate the FDEs, which is based on the equivalence of Grünwald–Letnikov fractional derivative and Riemann–Liouville fractional derivative with some conditions. Later, the Toeplitz-like structure of the full coefficient matrix via Meerschaet–Tadjeran’s method was discovered [32, 33]; more precisely, such a full matrix can be written as the sum of diagonal-multiply-Toeplitz matrices. Thus, the storage is significantly reduced from \(O(N^{2})\) to \(O(N)\) and the matrix-vector multiplication of Toeplitz matrix can be calculated by using the fast Fourier transform (FFT) with \(O(N \log N)\) operations [34,35,36]. By exploiting such a special structure, Wang and Wang [37] proposed the conjugate gradient normal residual (CGNR) method to solve the discretized system of FDEs with Meerschaet–Tadjeran’s method, and numerically showed that its convergence is fast with smaller diffusion coefficients (in that case the discretized system is well-conditioned). On the other hand, when the diffusion coefficients are not small, the problem becomes ill-conditioned and the convergence of the CGNR method slows down. To avoid the resulting drawback, Lei and Sun [38] proposed a robust CGNR method with the circulant preconditioner to solve the FDEs with Meerschaet–Tadjeran’s method under the condition that the diffusion coefficients are constant and the ratio \(\frac{{\Delta x}^{\alpha }}{\Delta t}\) is bounded away from zero. The spectrum of the preconditioned matrix is proven to cluster around 1 if the diffusion coefficients are constant and the convergence rate of the proposed iterative algorithm is superlinear. In 2015, Bai, Huang, and Gu [39] proposed the Hermitian and skew-Hermitian splitting methods and the circulant preconditioner to accelerate the convergence rate for solving the fractional diffusion equations with constant coefficients; and numerical results show that the methods and circulant preconditioners are efficient.
The novelty of this paper is to present a new double-layer SHSS-PCG iterative method to further utilize matrix structure to improve the computational efficiency for solving the full non-Hermitian linear systems originating in the discretization of FDEs. The new method includes two aspects. One is that the outer iteration is a single-step HSS (SHSS) iterative method to utilize the fact that the coefficient matrix generated by Meerschaet–Tadjeran’s method is a full non-Hermitian positive definite matrix and its Hermitian part is dominant; and the other is that the inner iteration is the classic conjugate gradient (CG) method with circulant preconditioners based on Strang’s and T. Chan’s approximation, to take the full advantage of the Toeplitz structure of the dominant Hermitian part.
The rest of the present paper is organized as follows: In Sect. 2, we briefly introduce the Meerschaet–Tadjeran discretization for the FDEs. In Sect. 3, the SHSS-PCG iterative method is proposed for solving the discretized Toeplitz-like linear systems. In Sect. 4, the convergence of the SHSS-PCG iterative method with circulant preconditioners is discussed. In Sect. 5, numerical experiments are given to show the performance of the proposed method. Finally, some concluding remarks are given in Sect. 6.
2 FDEs and finite difference discretization
In this paper, we consider the following initial-boundary value problem of FDEs:
where \(\alpha \in (1, 2)\) is the order of the fractional derivative, \(f(x,t)\) is the source/sink term, and the diffusion coefficient functions \(d_{\pm }(x,t)\) are nonnegative, i.e., \(d_{\pm }(x,t)\geq 0\).
When \(\alpha =2\), and setting \(d(x, t) = d_{+}(x, t) + d_{-}(x, t)\), FDEs (1) become the classical parabolic PDEs. And when \(\alpha = 1\), and setting \(d(x, t) = d_{+}(x, t) - d_{-}(x, t)\), FDEs (1) reduce to the classical hyperbolic PDEs. The case \(1<\alpha <2\) represents a super-diffusive process, where particles diffuse faster than the classical parabolic PDEs predict [30].
From a numerical point of view, an interesting definition of the right-sided and the left-sided fractional derivatives is the Grünwald–Letnikov form given by
where \(\lfloor \cdot \rfloor \) denotes the floor function, and \(g^{(\alpha )}_{k}\) is the alternating fractional binomial coefficient given as
Let N and M be positive integers, and \(\Delta x= \frac{x_{R}-x_{L}}{N+1}\) and \(\Delta t=T/m\) be the sizes of spatial grid and time step, respectively. The spatial partition is defined as \(x_{i}=x_{L}+i\Delta x\) for \(i=0, 1, 2, \ldots , N\) and the temporal partition is defined as \(t_{m}=m\Delta t\) for \(m=0, 1, 2, \ldots , M\). The Meerschaet–Tadjeran’s method is to combine a discretization in time of equation (1) with an implicit Euler method, and a discretization in space of the fractional derivatives with a shifted Grünwald estimate, i.e.,
where
with \(g^{(\alpha )}_{k}\) defined in (2); see [30, 31].
Let \(u^{(m)}_{i}=u(x_{i}, t_{m})\), \(d^{(m)}_{\pm , i}=d_{\pm }(x _{i}, t_{m})\) and \(f^{(m)}_{i}=f(x_{i}, t_{m})\), then the corresponding implicit finite difference scheme
is unconditionally stable. Let
and \(I\in \mathbb{R}^{N\times N}\) be the identity matrix, then the numerical discrete scheme can be rewritten in a matrix form as follows (see [32]):
with
where \(D_{\pm }^{(m)}=\mathrm{diag} (d_{\pm , 1}^{(m)}, d_{ \pm , 2}^{(m)}, \ldots , d_{\pm , N}^{(m)} )\) and
We must note that \(G_{\alpha }\) is a Toeplitz matrix and that the coefficient matrix \(A^{(m)}\) is a full Toeplitz-like matrix, which is asymmetric in general. Furthermore, the storage of Toeplitz-like \(A^{(m)}\) can be reduced \(O(N)\) and the matrix-vector multiplication can be obtained in \(O(N\log N)\) operations via the FFT.
Denote
which is related to the number of time steps and grid points. The linear system (3) can be written as
where
3 SHSS-PCG iterative methods
In this section, we first introduce the single-step HSS (SHSS) iterative method, and then propose the SHSS-PCG iterative method for solving the discretized linear system (6).
Suppose that the diffusion coefficients are two nonnegative constants, i.e., \(d_{+, i}^{(m)}=d_{+}\geq 0\), \(d_{-, i}^{(m)}=d_{-}\geq 0\) and \(d_{+}+d_{-}\neq 0\). Let \(\mathcal{M}^{(m)} = H + S\), where
and
with
Obviously, the above matrix splitting is the Hermitian and skew-Hermitian splitting (HSS).
Based on this splitting, Li [40] proposed using the SHSS iterative method to solve linear system (6).
The SHSS method
Given an initial guess \(x^{(0)}\), for \(k= 0, 1, 2, \ldots \) , until \(\{x^{(k)}\} \) converges, compute
where β is a given positive constant, H and S are the Hermitian and skew-Hermitian parts of \(\mathcal{M}^{(m)}\), respectively.
Obviously, the SHSS iterative method is a single step iterative scheme. The convergence of the SHSS is discussed in [40] and described in the following lemma.
Lemma 3.1
([40])
Let \(\mathcal{M}^{(m)} \in \mathbb{C}^{n \times n}\) be a positive definite matrix, \(H = \frac{1}{2}( \mathcal{M}^{(m)} + {\mathcal{M}^{(m)}}^{T})\) and \(S = \frac{1}{2}( \mathcal{M}^{(m)}- {\mathcal{M}^{(m)}}^{T})\) be its Hermitian and skew-Hermitian parts, respectively. Let β be a positive constant. Then the spectral radius \(\rho (T(\beta ))\) of the iteration matrix \(T(\beta )=(\beta I+H)^{-1}(\beta I-S)\) of the SHSS iterative method is bounded by \(\delta _{\beta }=\frac{\beta ^{2}+\sigma _{\max }^{2}}{ \beta +\lambda _{\min }}\), where \(\lambda _{\min }\) is the smallest eigenvalue of matrix H and \(\sigma _{\max }^{2}\) is the largest singular value of matrix S. Moreover, it holds \(\rho (T(\beta )) \leq \delta _{\beta }\leq 1\) when \(\beta >\frac{\sigma _{\max }^{2}- \lambda _{\min }}{2\lambda _{\min }}\), i.e., the SHSS iterative method converges to the unique solution \(x^{*}\) of (6).
Since it is very costly and impractical to obtain the exact solution, the linear problems in (9) are solved iteratively and approximately in practice. Considering \(\beta I + H\) is Hermitian positive definite and its Toeplitz-like structure is exploited, we may employ the CG method with some circulant preconditioners to solve approximately the linear systems. Thus, we may obtain a new iterative method, called SHSS-PCG method.
More clearly, we rewrite this SHSS-PCG iterative method with circulant preconditioner P for solving the non-Hermitian full linear system (6) as the following scheme (Algorithm 1 and Subroutine 1).
Next, we introduce two circulant preconditioners for Toeplitz matrix \(T=(t_{i-j})_{0\leq i,j\leq N}\). One is based on Strang’s circulant approximation, called Strang’s preconditioner \(s(T)\) [41], which is defined to be the circulant matrix obtained by copying the central diagonal of T and then bringing them around to satisfy the circulant requirement. More precisely, the diagonal elements \(s_{k}\) of \(s(T)\) are given by
The other is based on T. Chan’s circulant approximation, called T. Chan’s preconditioner \(c(T)\) [42], whose diagonal elements are given by
Recall that \(\beta I +H=(\beta +v_{N,M}) I+\frac{d_{+}+d_{-}}{2}J_{H,N}\), and \(J_{H,N}=(G_{\alpha }+G_{\alpha }^{T})\) is the Toeplitz matrix given in (7), then Strang’s circulant preconditioner is defined as
where Strang’s circulant matrix \(s(J_{H})\) is determined by only n entries lying in the first column and is further denoted as
And T. Chan’s circulant preconditioner is defined as
where \(c(J_{H})\) is T. Chan’s circulant matrix of \(J_{H}\), and determined by only n entries lying in the first column, which is further denoted as
A circulant matrix C can be diagonalized by the discrete Fourier matrix F, i.e., \(F^{*}CF=\varLambda \), where the entries of Fourier matrix F are given by
with the imaginary unit i, and Λ is a diagonal matrix formed by the eigenvalues of C, which can be obtained in \(O(N\log N)\) operations by using the FFT [35]. Further, since \(C=F^{*}\varLambda F\), then \(C^{T}=F^{*}\overline{\varLambda } F\), where Λ̅ is the complex conjugate of Λ. That is to say, the eigenvalues of circulant matrix \(C^{T}\) are just equal to the complex conjugation of the eigenvalues of circulant matrix C.
4 Spectrum of the preconditioned matrix
In this section, we study the convergence rate of the SHSS-PCG method with the proposed circulant preconditioners \(s(\beta I+H)\) and \(c(\beta I+H)\) for solving the linear system (6). Firstly, some useful properties of the alternating fractional binomial coefficient \(g^{(\alpha )}_{k}\) are summarized in the following; see [30,31,32].
Lemma 4.1
Let \(1<\alpha <2\), the following properties of the coefficients \(g^{(\alpha )}_{k}\) defined in (2) are satisfied:
Lemma 4.2
All eigenvalues of \(s(J_{H,N})\) and \(c(J_{H,N})\) fall inside the open disc \(\{z\in \mathbb{C}:|z-2\alpha |<2\alpha \}\).
Proof
According the properties of the sequence \(\{g_{k} ^{(\alpha )}\}\) and \(J_{H,N}=G_{\alpha }+G_{\alpha }^{T}\), all the Gershgorin disc of the circulant matrices \(s(J_{H,N})\) is centered at \(-2g_{1}^{(\alpha )}=2\alpha \) with radius
and all the Gershgorin disc of the circulant matrices \(c(J_{H,N})\) is centered at \(-2g_{1}^{(\alpha )}=2\alpha \) with radius
□
Proposition 4.3
The eigenvalues of \(s(J_{H, N})\) and \(c(J_{H, N})\) are all positive real numbers and bound above by \(4\alpha <8\) for all N.
Secondly, the invertibility of preconditioners \(s(\beta I+H)\) and \(c(\beta I+H)\) are discussed.
Theorem 4.4
Let \(1 <\alpha < 2\). The preconditioners \(s(\beta I+H)\) in (10) and \(c(\beta I+H)\) in (11) are invertible and the norm of their inverses is bound by \(\frac{1}{\beta +v_{N, M}}\).
Proof
Since H in (7) is Hermitian, by Proposition 4.3, the eigenvalues of \(s(J_{H, N})\) and \(c(J_{H, N})\) are all positive real numbers and bound above 8. Noting that \(v_{N,M}>0\) and \(d_{\pm }>0\), we have
and
for each \(k=1, 2, \ldots , N\). Therefore, \(s(\beta I+H)\) in (10) and \(c(\beta I+H)\) in (11) are invertible, and
□
Theorem 4.5
Let \(1 <\alpha < 2\) and \(\bar{d}=\max (d_{+}, d_{-})\). The norm of the preconditioners \(s(\beta I+H)\) in (10) and \(c(\beta I+H)\) in (11) are bound by \(\beta +v_{N,M}+8\bar{d}\).
Proof
For any \(k=1, 2, \ldots , N\), by Proposition 4.3 and the fact that H is Hermitian, we have
for each \(k=1, 2, \ldots , N\). Therefore, the norm of \(s(\beta I+H)\) in (10) \(c(\beta I+H)\) in (11) is bound by \(\beta +v _{N,M}+8\bar{d}\).
Lastly, we consider the spectrum of preconditioned matrix \(P^{-1}( \beta I+H)\), where P is the preconditioner \(s(\beta I+H)\) or \(c(\beta I+H)\).
We first introduce the generating function of the sequence of Toeplitz matrix \(\{T_{n}\}_{n=1}^{\infty }\) [34]:
where \(t_{k}\) is the kth diagonal of \(T_{n}\). The generating function \(p(\theta )\) is in the Wiener class if and only if \(\sum_{-\infty } ^{\infty }|t_{k}|<\infty \).
For \(J_{H,N}\) defined in (7), we have
However, we must note that \(\beta +v_{N, M}+\frac{d_{-}+d+}{2}p( \theta )\) cannot be a generating function of \((\beta I+H)\) since \(v_{N, M}\) is not independent on N. □
Lemma 4.6
([38])
Let \(p(\theta )\) be the generating function of \(\{s(J_{H,N})\}_{N=1}^{\infty }\), we have \(p(\theta )\) is real-valued and nonnegative and in the Wiener class.
Lemma 4.7
([38])
If the generating functions \(p(\theta )\) of \(\{J_{H,N}\}_{N=1}^{\infty }\) are in the Wiener class, then for any ϵ, there exist \(N', M'>0\) such that, for all \(N>N'\), \(J_{H,N}-s(J_{H,N})=U_{N}+V_{N}'\), where \(\mathrm{rank}(U_{N})\leq M'\) and \(\|V_{N}\|<\epsilon \).
Now we consider the spectrum of \((s(\beta I+H))^{-1}(\beta I+H)-I\).
Theorem 4.8
Suppose the generating functions \(p(\theta )\) of \(\{J_{H,N}\}_{N=1} ^{\infty }\) are in the Wiener class. For any ϵ, there exist \(N'', M''>0\) such that, for all \(N>N''\), \((s(\beta I+H) )^{-1}( \beta I+H)-I=\widetilde{U}_{N}+\widetilde{V}_{N} \), where \(\mathrm{rank}(U_{N})\leq M''\) and \(\|V_{N}\|_{2}<\epsilon \). That is to say, at most \(M''\) eigenvalues of \((s(\beta I+H) )^{-1}(\beta I+H)-I\) have absolute values larger than ϵ.
Proof
By Lemma 4.7, we have
Note that \(\mathrm{rank} ((\beta I+s(H))^{-1}U_{N} )\leq {\mathrm{rank}}(U _{N})\leq M'\) and \(\|(\beta I+s(H))^{-1}V_{N}'\|\leq \|(\beta I+s(H))^{-1} \| \|V_{N}'\|\leq \frac{\epsilon }{\beta +v_{N,M}} \).
Thus, we complete the proof. □
Lemma 4.9
([36])
Let \(J_{H,N}\) be given in (7) with a generating function \(p(\theta )\) in the Wiener class. Then \(\lim_{n\to \infty }\rho [s(J_{H,N})-c(J_{H,N})]=0 \), where \(\rho [\cdot ]\) denotes the spectral radius.
By using Theorem 4.8 and Lemma 4.9, we have the following theorem.
Theorem 4.10
Let \(J_{H,N}\) be given in (7) with a generating function \(p(\theta )\) in the Wiener class. Then, for any ϵ, there exist \(N'', M''>0\) such that, for all \(N>N''\), \((c(\beta I+H) )^{-1}( \beta I+H)-I=\widetilde{U}_{N}+\widetilde{V}_{N} \), where \(\mathrm{rank} (U_{N})\leq M''\) and \(\|V_{N}\|_{2}<\epsilon \). That is to say, at most \(M''\) eigenvalues of \((c(\beta I+H) )^{-1}( \beta I+H)-I\) have the absolute values larger than ϵ.
As a consequence, the spectrum of \((s(\beta I+H))^{-1}(\beta I+H)\) and \((c(\beta I+H))^{-1}(\beta I+H)\) clusters around 1 except for at most \(M''\) outlying eigenvalues which are also bound. By Theorems 4.8 and 4.10, we know that the number of iterations is independent of N, and the convergence rate will be fast and superlinear when the PCG method is applied to solving \(\mathcal{M} ^{(m)}u^{(m)}=b^{(m-1)}\). We further recall that the algorithm requires \(O(N\log N)\) operations in each iteration.
5 Numerical experiments
In this section, we solve FDEs (1) numerically by the implicit finite difference method given in Sect. 2. After the finite difference discretization, at each time step, the nonsymmetric linear system \(\mathcal{M}^{(m)}u^{(m)}=b^{(m-1)}\) is solved by the proposed SHSS-PCG method with non-preconditioner, Strang’s and T. Chan’s circulant preconditioners, respectively. The number of iterations required for convergence, CPU time, and the approximation under the infinity norm are reported to show the performances of the SHSS-PCG method. All numerical experiments are performed in MATLAB 8.1 (R2013a) in double precision on a personal computer with 3.20 GHz CPU (Intel(R) Core(TM) i5-3470), 8.00 GB RAM, and Windows 7 operating system.
In our experiments, all tests are started from the zeros vector and terminated once the stopping criterion \(\frac{\|r_{k}\|_{2}}{\|r_{0} \|_{2}}< 10^{-7} \) is satisfied, while the inner PCG iterations in the outer SHSS iteration are terminated if the current residuals of the inner iterations satisfy \(\frac{\|p_{j}\|_{2}}{\|r_{k}\|_{2}}< 10^{-3} \), where \(p_{j}\) is the residual vector of the jth inner PCG iterations at the \((k+1)\)th outer SHSS iteration, \(r_{k}\) is the residual vector of the kth outer SHSS iterate, and the initial guess at each time step is also chosen as the zero vector. Moreover, to improve the computational efficiency, all matrix vector multiplications Av are done by using the FFT in \(O(N\log N)\) operations.
To this end, we consider the initial-boundary value problem of FDE (1) with source term \(f(x,t)=0\) for order of fractional derivatives \(\alpha =1.2\), 1.5, and 1.8. The spatial domain is \([x_{L}, x_{R}]=[0, 2]\), and the time interval is \([0, T]=[0, 1]\). The initial condition \(u(x,0)\) is the following Gaussian pulse function:
and the diffusion coefficients \(d_{+}(x,t)\equiv 0.6\) and \(d_{-}(x,t) \equiv 0.5\). That is,
In the implementations, we adopt the experimentally optimal parameter \(\beta =0.01\) for the SHSS-PCG iteration. Numerical results are given in Tables 1–3. In these tables, we use “Non” for non-preconditioned method, “T. Chan” for T. Chan’s circulant preconditioner, and “Strang” for Strang’s circulant preconditioner. “N” denotes the number of spatial grid points, “\(M=\lfloor ((N+1)^{\alpha }Tv_{N,M} )/(x_{R}-x_{L})^{\alpha }\rfloor \)” denotes the number of time steps and taking \(v_{N,M}=1\), “ERR” denotes the error between the true solution and the approximation under the infinity norm, “CPU (s)” denotes the total CPU time in seconds, and “IT” denotes the average number of iterations required for solving the FDE, i.e., \(\text{IT}=\frac{1}{M}\sum_{m=1}^{M}\mathrm{iter}(m)\), where \(\mathrm{iter} (m)\) denotes the number of iterations required for solving the linear systems.
From these tables, one can see that all experimented methods can successfully produce approximate solution to the full non-symmetric linear systems. When N increases, the number of iteration steps is either fixed or decreases slightly, but the amount of total CPU times increases. When the order of fractional derivative α becomes large, the number of iteration steps decreases slightly, but the amount of CPU time increases significantly.
Further, with two classic circulant preconditioners, the number of iterations and the amount of CPU time decrease rapidly, and are half of those of the SHSS-PCG method with non-preconditioner.
We must note that the efficiency of preconditioners employed in the proposed SHSS-PCG method is lower. The reason is that the number of inner iterations in the SHSS-PCG is small, which means that there is not enough space to improve the efficiency of preconditioner for the SHSS-PCG method.
6 Concluding remarks
In this paper, we focus our attention on the full Toeplitz-like structure and non-Hermitian property of coefficient matrix originating in the discretized linear systems of the space-fractional diffusion equations. The SHSS iterative method is employed to solve the constant coefficient space-fractional diffusion equations (1), the PCG method is used to solve the Hermitian positive definite linear systems in SHSS iteration, and two new circulant preconditioners are given to further improve the efficiency of the PCG method. Numerical experiments have been used to demonstrate that the proposed double-layer iterative method is efficient.
References
Tariboon, J., Ntouyas, S.K., Agarwal, P.: New concepts of fractional quantum calculus and applications to impulsive fractional q-difference equations. Adv. Differ. Equ. 2015 18 (2015)
Ruzhansky, M., Cho, Y.J., Agarwal, P., et al.: Advances in Real and Complex Analysis with Applications. Springer, Singapore (2017)
Kumar, D., Singh, J., Baleanu, D., et al.: Analysis of a fractional model of the Ambartsumian equation. Eur. Phys. J. Plus 133(7), 259 (2018)
Baleanu, D., Jajarmi, A., Asad, J.H.: Classical and fractional aspects of two coupled pendulums. Rom. Rep. Phys. 71(1), 103 (2019)
Kumar, D., Tchier, F., Singh, J., et al.: An efficient computational technique for fractal vehicular traffic flow. Entropy 20(4), 259 (2018)
Benson, D.A., Wheatcraft, S.W., Meerschaert, M.M.: The fractional-order governing equation of Lévy motion. Water Resour. Res. 36(6), 1413–1423 (2000)
Benson, D.A., Wheatcraft, S.W., Meerschaert, M.M.: Application of a fractional advection-dispersion equation. Water Resour. Res. 36(6), 1403–1412 (2000)
Shlesinger, M.F., West, B.J., Klafter, J.: Lévy dynamics of enhanced diffusion: application to turbulence. Phys. Rev. Lett. 58(11), 1100–1103 (1987)
Carreras, B.A., Lynch, V.E., Zaslavsky, G.M.: Anomalous diffusion and exit time distribution of particle tracers in plasma turbulence model. Phys. Plasmas 8(12), 5096–5103 (2001)
Magin, R.L.: Fractional Calculus in Bioengineering, vol. 149. Begell House Publishers, Redding (2006)
Bai, J., Feng, X.-C.: Fractional-order anisotropic diffusion for image denoising. IEEE Trans. Image Process. 16(10), 2492–2502 (2007)
Jagdev, S., Aydin, S., Ram, S., et al.: A reliable analytical approach for a fractional model of advection-dispersion equation. Nonlinear Eng. 9, 107–116 (2019)
Goswami, A., Singh, J., Kumar, D.: An efficient analytical approach for fractional equal width equations describing hydro-magnetic waves in cold plasma. Physica A 524, 563–575 (2019)
Meng, R., Yin, D., Corina, S.D.: Variable-order fractional description of compression deformation of amorphous glassy polymers. Comput. Mech. 64(1), 163–171 (2019)
Baleanu, D., Sadat Sajjadi, S., Jajarmi, A.: New features of the fractional Euler–Lagrange equations for a physical system within non-singular derivative operator. Eur. Phys. J. Plus 134(4), 181 (2019)
Zhou, H., Agarwal, P.: Existence of almost periodic solution for neutral Nicholson blowflies model. Adv. Differ. Equ. 2017(1), 329 (2017)
Saoudi, K., Agarwal, P., Kumam, P., et al.: The Nehari manifold for a boundary value problem involving Riemann–Liouville fractional derivative. Adv. Differ. Equ. 2018, 263 (2018)
Morales-Delgado, V.F., Gómez-Aguilar, J.F., Saad, K.M., et al.: Analytic solution for oxygen diffusion from capillary to tissues involving external force effects: a fractional calculus approach. Physica A 523, 48–65 (2019)
Hajipour, M., Jajarmi, A., Baleanu, D., et al.: On an accurate discretization of a variable-order fractional reaction-diffusion equation. Commun. Nonlinear Sci. Numer. Simul. 69, 119–133 (2019)
Meerschaert, M.M., Scheffler, H.P., Tadjeran, C.: Finite difference methods for two-dimensional fractional dispersion equation. J. Comput. Phys. 211(1), 249–261 (2006)
Murio, D.A.: Implicit finite difference approximation for time fractional diffusion equations. Comput. Math. Appl. 56(4), 1138–1145 (2008)
Langlands, T.A.M., Henry, B.I.: The accuracy and stability of an implicit solution method for the fractional diffusion equation. J. Comput. Phys. 205(2), 719–736 (2005)
Burrage, K., Hale, N., Kay, D.: An efficient implicit FEM scheme for fractional-in-space reaction-diffusion equations. SIAM J. Sci. Comput. 34(4), 2145–2172 (2012)
Ervin, V.J., Heuer, N., Roop, J.P.: Numerical approximation of a time dependent, nonlinear, space-fractional diffusion equation. SIAM J. Numer. Anal. 45(2), 572–591 (2007)
Xu, Q.-W., Hesthaven, J.S.: Discontinuous Galerkin method for fractional convection-diffusion equations. SIAM J. Numer. Anal. 52(1), 405–423 (2014)
Deng, W.-H., Hesthaven, J.S.: Local discontinuous Galerkin methods for fractional diffusion equations. ESAIM: Math. Model. Numer. Anal. 47(06), 1845–1864 (2013)
Singh, J., Kumar, D., Baleanu, D., et al.: An efficient numerical algorithm for the fractional Drinfeld–Sokolov–Wilson equation. Appl. Math. Comput. 335, 12–24 (2018)
Chen, C.M., Liu, F.-W., Turner, I., Anh, V.: A Fourier method for the fractional diffusion equation describing sub-diffusion. J. Comput. Phys. 227(2), 886–897 (2007)
Piret, C., Hanert, E.: A radial basis functions method for fractional diffusion equations. J. Comput. Phys. 238, 71–81 (2013)
Meerschaert, M.M., Tadjeran, C.: Finite difference approximations for two-sided space-fractional partial differential equations. Appl. Numer. Math. 56(1), 80–90 (2006)
Meerschaert, M.M., Tadjeran, C.: Finite difference approximations for fractional advection-dispersion flow equations. J. Comput. Appl. Math. 172(1), 65–77 (2004)
Wang, H., Wang, K.-X., Sircar, T.: A direct \(o(n\log 2n)\) finite difference method for fractional diffusion equations. J. Comput. Phys. 229(21), 8095–8104 (2010)
Wang, H., Wang, K.-X.: An \(o(n\log 2n)\) alternating-direction finite difference method for two-dimensional fractional diffusion equations. J. Comput. Phys. 230(21), 7830–7839 (2011)
Ng, M.K.: Iterative Methods for Toeplitz Systems. Oxford University Press, New York (2004)
Chan, R.H., Ng, M.K.: Conjugate gradient methods for Toeplitz systems. SIAM Rev. 38(3), 427–482 (1996)
Chan, R.H., Jin, X.-Q.: An Introduction to Iterative Toeplitz Solvers, vol. 5. SIAM, Philadelphia (2007)
Wang, K.-X., Wang, H.: A fast characteristic finite difference method for fractional advection-diffusion equations. Adv. Water Resour. 34(7), 810–816 (2011)
Lei, S.-L., Sun, H.-W.: A circulant preconditioner for fractional diffusion equations. J. Comput. Phys. 242, 715–725 (2013)
Bai, Y.-Q., Huang, T.-Z., Gu, X.-M.: Circulant preconditioned iterations for fractional diffusion equations based on Hermitian and skew-Hermitian splittings. Appl. Math. Lett. 48, 14–22 (2015)
Li, C.-X., Wu, S.-L.: A single-step HSS method for non-Hermitian positive definite linear systems. Appl. Math. Lett. 44, 26–29 (2015)
Strang, G.: A proposal for Toeplitz matrix calculations. Stud. Appl. Math. 74(2), 171–176 (1986)
Chan, T.F.: An optimal circulant preconditioner for Toeplitz systems. SIAM J. Sci. Stat. Comput. 9(4), 766–771 (1988)
Acknowledgements
Not applicable.
Availability of data and materials
Not applicable.
Funding
The research was supported by the National Natural Science Foundation of China (Grants Nos. 11661033, 11771193) and the Scientific Research Foundation for Doctor of Hexi University.
Author information
Authors and Affiliations
Contributions
All three authors read and approved the final version of the manuscript.
Corresponding author
Ethics declarations
Competing interests
The authors declare that they have no competing interests.
Additional information
Publisher’s Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
About this article
Cite this article
Zhu, MZ., Zhang, GF. & Qi, YE. On single-step HSS iterative method with circulant preconditioner for fractional diffusion equations. Adv Differ Equ 2019, 422 (2019). https://doi.org/10.1186/s13662-019-2353-4
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/s13662-019-2353-4
MSC
- 65F10
- 65N22
- 26A33
- 65T50
Keywords
- Fractional diffusion equations
- Circulant preconditioner
- Toeplitz
- Single-step Hermitian and skew-Hermitian splitting
- Preconditioned conjugate gradient (PCG) method