- Research
- Open access
- Published:
A new parallel algorithm for solving parabolic equations
Advances in Difference Equations volume 2018, Article number: 174 (2018)
Abstract
In this paper, a new parallel algorithm for solving parabolic equations is proposed. The new algorithm includes two domain decomposition methods, each method is applied to compute the values at \((n+1)\)st time level by use of known numerical solutions at nth time level, respectively. Then the average of two above values is chosen to be the numerical solutions at \((n+1)\)st time level. The new algorithm obtains satisfactory accuracy while maintaining parallelism and unconditional stability. This algorithm can be extended to solve two-dimensional parabolic equations by alternating direction implicit (ADI) technique. Both error analysis and numerical experiments illustrate the accuracy and efficiency of the new algorithm.
1 Introduction
With the development of large-scale scientific and engineering computations, the parallel difference method for parabolic equations has been studied rapidly. In 1983, Evans and Abdullah [1] proposed the Group Explicit (GE) scheme for solving the parabolic equations by Saul’yev asymmetric schemes [2]. Evans [3] first constructed the Alternating Group Explicit (AGE) scheme for the diffusion equation two years later. The Alternating Segment Explicit–Implicit (ASE-I) scheme and the Alternating Segment Crank–Nicolson (ASC-N) scheme were designed in [4–6]. Afterwards, the alternating segment algorithms (AGE scheme, ASE-I scheme, and ASC-N scheme) above became very effective methods for some parabolic equations, such as heat equation [7], convection–diffusion equation [8–10], dispersive equation [11–16], forth-order parabolic equation [17–19]. Meanwhile, domain decomposition methods (DDMs) for the partial differential equations have been studied extensively [20–29]. The concept called “intrinsic parallelism” was presented in [30–32]. In 1999, the alternating difference schemes were presented, the unconditional stability analysis was given in [33]. The unconditionally stable domain decomposition method was obtained by the alternating technique in [34–36]. In fact, an alternating segment algorithm is also a form of the domain decomposition method, which is not only suitable for parallel computation but also unconditionally stable. However, the accuracy of alternating segment algorithm is unsatisfactory.
Inspired by the alternating segment algorithm, we present a new parallel algorithm for parabolic equations in this paper. The new parallel algorithm consists of two DDMs. Each one is applied to compute the values at \((n+1)\)st time level by use of known numerical solutions at nth time level, respectively. Then the average of two above values is chosen to be the numerical solutions at (\(n+1\))st time level. The new algorithm can be stated as follows:
-
1.
DDM I is applied to compute the values at \((n+1)\)st time level noted as \(V^{n+1}\) by use of known value \(U^{n}\) at nth time level.
-
2.
DDM II is also applied to compute the values at \((n+1)\)st time level noted as \(W^{n+1}\) by use of known value \(U^{n}\) at nth time level.
-
3.
In order to improve accuracy, let \(U^{n+1}=(V^{n+1}+W^{n+1})/2\) be the numerical solutions at \((n+1)\)st time level.
This paper is organized as follows: In Sect. 2, we introduce a Crank–Nicolson scheme and four corresponding Saul’yev asymmetric difference schemes to construct the parallel algorithm for parabolic equations. For simplicity of presentation, we focus on a model problem, namely one-dimensional parabolic equations. The new parallel algorithm and detailed presentations are given. The accuracy of the new algorithm is given in Sect. 3. The existence and uniqueness of solution by the new algorithm are discussed in Sect. 4, while the stability of the new algorithm is given in Sect. 5. In Sect. 6, we extend the new parallel algorithm to solve two-dimensional parabolic equations by ADI technique. Finally, we give some numerical experiments, which illustrate the accuracy and efficiency of the new algorithm proposed in this paper.
2 Algorithm presentation
Considering the model problem of one-dimensional parabolic equations
with the initial and boundary conditions
where \(a>0\) is a constant.
Let h and τ be the spatial and temporal step sizes, respectively. Denote \(x_{j}=jh\), \(j=0, 1, \ldots, m\), \(t_{n}=n\tau\), \(n=0, 1, \ldots, N \). Let \(u_{j}^{n}\) be the approximate solution at \((x_{j}, t_{n})\). \(u(x,t)\) represents the exact solution of (1).
The Crank–Nicolson scheme and Saul’yev asymmetric difference schemes will be used in our new algorithm. The Crank–Nicolson scheme can be written as
where \(r=\tau/h^{2}\).
Corresponding Saul’yev asymmetric difference schemes have four forms as follows:
Assume \(m-1=6K\), where K is a positive integer. We consider two domain decomposition methods, DDM I and DDM II, at \((n + 1)\)st time level.
DDM I:
For the values \(u_{1}^{n+1}\), \(u_{2}^{n+1}\), \(u_{3}^{n+1}\) by using the formulas as follows:
Finding the values \([u_{6k-2}^{n+1}, u_{6k-1}^{n+1}, u_{6k}^{n+1}, u_{6k+1}^{n+1}, u_{6k+2}^{n+1}, u_{6k+3}^{n+1}]\) by using the following formulas (\(k=1, 2, \ldots, K-1\)):
Obviously, each subdomain contains six nodes which can be computed by (10) independently.
For the values \(u_{m-3}^{n+1}\), \(u_{m-2}^{n+1}\), \(u_{m-1}^{n+1}\) by using the formulas as follows:
Let \(\gamma=ar=a\tau/h^{2}\), the DDM I can be written as the matrix form:
where \(U^{n}=(u_{1}^{n}, u_{2}^{n}, \ldots, u_{m-1}^{n})^{T}\), \(F_{1}^{n}=(\frac{\gamma }{2} (u_{0}^{n}+u_{0}^{n+1} )+\tau f_{1}^{n}, \tau f_{2}^{n}, \ldots , \tau f_{m-2}^{n}, \frac{\gamma}{2} (u_{m}^{n}+u_{m}^{n+1} )+\tau f_{m-1}^{n})^{T}\).
The matrices \(G_{1}\) and \(G_{2}\) are block diagonal matrices as follows:
where
Each block matrix systems (i.e., each subdomain) can be solved independently. It is evident that DDM I (12) has intrinsic parallelism.
DDM II:
For the values \(u_{1}^{n+1}, u_{2}^{n+1}, \ldots, u_{6}^{n+1}\) by using the following formulas:
Finding the values \([u_{6k+1}^{n+1}, u_{6k+2}^{n+1}, u_{6k+3}^{n+1}, u_{6k+4}^{n+1}, u_{6k+5}^{n+1}, u_{6k+6}^{n+1}]\) by using the formulas as follows (\(k=1, 2, \ldots, K-2\)):
Obviously, each subdomain contains six nodes which can be computed by (14) independently.
Finding the values \(u_{m-6}^{n+1}, u_{m-5}^{n+1}, \ldots, u_{m-1}^{n+1}\) by using the formulas as follows:
The DDM II can be written as the matrix form:
where \(U^{n}=(u_{1}^{n}, u_{2}^{n}, \ldots, u_{m-1}^{n})^{T}\), \(F_{1}^{n}=(\frac {\gamma}{2} (u_{0}^{n}+u_{0}^{n+1} )+\tau f_{1}^{n}, \tau f_{2}^{n}, \ldots, \tau f_{m-2}^{n}, \frac{\gamma}{2} (u_{m}^{n}+u_{m}^{n+1} )+\tau f_{m-1}^{n})^{T}\).
The matrices \(G_{1}\) and \(G_{2}\) are block diagonal matrices as follows:
Each block matrix system (i.e., each subdomain) can be solved independently. It is evident that DDM II (16) has intrinsic parallelism.
Schemes (9)–(11) and schemes (13)–(15) construct two domain decomposition methods (12) and (16), respectively. The corresponding algorithm can be described as follows in Algorithm 1.
The matrix form of Algorithm 1 can be written as follows:
where \(U^{n}=(u_{1}^{n}, u_{2}^{n}, \ldots, u_{m-1}^{n})^{T}\), \(V^{n}=(v_{1}^{n}, v_{2}^{n}, \ldots, v_{m-1}^{n})^{T}\), \(W^{n}=(w_{1}^{n}, w_{2}^{n}, \ldots, w_{m-1}^{n})^{T}\).
3 The accuracy of Algorithm 1
In this section, we illustrate the accuracy of Algorithm 1. From the Taylor expansion at \((x_{j},t_{n+1})\), we have the following truncation errors for the Crank–Nicolson scheme (4) and Saul’yev asymmetric schemes (5)–(8), respectively.
It is obvious that the truncation error of the Crank–Nicolson scheme (4) is \(O(\tau^{2}+h^{2})\). Compared with the truncation error \(T_{5}\) of scheme (5) and the truncation error \(T_{8}\) of scheme (8), the signs of leading terms of \(T_{5}\) and \(T_{8}\) are opposite. Similarly, compared with the truncation error \(T_{6}\) of scheme (6) and the truncation error \(T_{7}\) of scheme (7), the signs of leading terms of \(T_{6}\) and \(T_{7}\) are opposite.
It is easy to see that:
-
1.
When DDM I use (5) to compute solution at \((x_{j},t_{n+1})\), DDM II will use (8).
-
2.
When DDM I use (6) to compute solution at \((x_{j},t_{n+1})\), DDM II will use (7).
-
3.
When DDM I use (7) to compute solution at \((x_{j},t_{n+1})\), DDM II will use (6).
-
4.
When DDM I use (8) to compute solution at \((x_{j},t_{n+1})\), DDM II will use (5).
Therefore the leading terms of truncation error can be eliminated, we can get the following theorem.
Theorem 1
The truncation error of Algorithm 1 is approximately \(O(\tau^{2}+h^{2})\).
Proof
Since \((\frac{1}{2} )\times [\mbox{(5)}+\mbox{(8)} ]\) is obtained as follows:
Similarly, \((\frac{1}{2} )\times [\mbox{(6)}+\mbox{(7)} ]\) is
From algorithm (17) and the above-mentioned results, the truncation error of Algorithm 1 is approximately equal to the truncation error of the Crank–Nicolson scheme \(T_{4}\). □
4 Existence and uniqueness
In order to discuss the existence and uniqueness of the solution by Algorithm 1, the following lemmas of Kellogg [37] are required.
Lemma 1
If \(\theta>0\) and \(C+C^{T}\) is nonnegative definite, then \((\theta I+C)^{-1}\) exists and
Lemma 2
Under the conditions of Lemma 1, there is
Theorem 2
The solution of Algorithm 1 exists and is unique.
Proof
Assuming the solution \(U^{n}\) at nth time level is known, the solution \(U^{n+1}\) at at \((n+1)\)st time level is solved by (17).
For DDM I
\((I+\gamma{G_{1}})^{-1}\) exists by Lemma 2. It is proved that DDM I has a unique solution \(V^{n+1}\).
In the same way, for DDM II
it is also proved that DDM II has a unique solution \(W^{n+1}\). Then \(U^{n+1}=\frac{1}{2} (V^{n+1}+W^{n+1} )\) exists and is unique. □
5 Unconditional stability
In this section, we discuss unconditional stability of Algorithm 1.
Theorem 3
Algorithm 1 is unconditionally stable.
Proof
Algorithm (17) can be rewritten as
where T is the growth matrix,
For \(G_{1}+G_{1}^{T}\), \(G_{2}+G_{2}^{T}\) are nonnegative definite matrices, by Kellogg’s Lemma 1, we have
then
It is obvious that \((I-\gamma G_{1})\) and \((I-\gamma G_{2})\) are not only normal matrices, but also strictly diagonally dominant matrices. By properties on the strictly diagonally dominant matrix and the normal matrix, we obtain
where \(\rho(T)\), \(\rho(I-\gamma G_{1})\) and \(\rho(I-\gamma G_{2})\) are the spectral radii of the matrices T, \((I-\gamma G_{1})\) and \((I-\gamma G_{2})\).
Therefore, Algorithm 1 given by (17) is unconditionally stable. □
6 Extension to two-dimensional parabolic equations
In this section, we extend Algorithm 1 to solve two-dimensional parabolic equations
where the domain \(\Omega\in(0,L_{x})\times(0,L_{y})\); \(a>0\) and \(b>0\) are diffusion coefficients.
Let \(u_{i,j}^{n}\) be the approximate solution at \((x_{i}, y_{j}, t_{n})\), \(u(x,y,t)\) represents the exact solution of (27). With the same time and space discretization of algorithm (17), we obtain its extended algorithm by alternating direction implicit (ADI) technique [38] for Eqs. (27)–(29).
x-direction:
Let \(r_{1}=a\tau/(2h^{2})\), \(r_{2}=b\tau/(2h^{2})\), the matrix form of the new parallel algorithm in x-direction can be written as follows:
where
y-direction:
The matrix form of the new parallel algorithm in y-direction can be written as follows:
where
The corresponding algorithm can be described as follows in Algorithm 2.
Similar to Algorithm 1, it is obvious that Algorithm 2 has unconditional stability and parallelism.
Remark 1
In Algorithm 2, the domain is divided into many subdomains by using two DDMs. In each time interval, we first solve the values along x-direction by (32) at half-time step and then solve the values along y-direction by (33) at next half-time step. Schemes (32) and (33) lead to block diagonal algebraic systems that can be solved independently. So Algorithm 2 not only suits for parallel computation, but also improves the accuracy. Keeping the advantage of ADI technique, Algorithm 2 reduces computational complexities. Though it is developed for two-dimensional problems, Algorithm 2 can be easily extended to solve high-dimensional parabolic equations.
7 Numerical experiments
To illustrate the accuracy and stability of the new parallel Algorithm 1 and Algorithm 2 for parabolic equations, we present two numerical experiments to verify the accuracy, convergence order in space, stability, and parallel efficiency. In addition, we will compare the accuracy of the new algorithm with the existing method.
Example 1
The exact solution of Example 1 is
Firstly, we examine the convergence rate of Algorithm 1. We divide the mesh point into many segments such as \(K=3\), \(K=4\), \(K=5\), and \(K=6\). Let \(U_{j}^{n}\) be the exact solution of Example 1, we calculate errors \(L^{\infty}=\|U-u\|\) in maximum-norm taking \(\tau =0.001\). The rate of convergence in space is as follows:
Clearly the errors appear to be of order \(O(h^{2})\) in Table 1.
Next, we present the error results of Algorithm 1 in terms of the absolute errors and the relative errors, where the absolute error (A. E.) is defined by
and the relative error (R. E.) is defined by
Tables 2 and 3 display the absolute errors and the relative errors obtained by the presented Algorithm 1 for \(h=1/19\) (i.e., \(m-1=18=6K\), \(K=3\)), \(h=1/25\) (i.e., \(m-1=24=6K\), \(K=4\)) at \(t=0.2\), \(t=0.4\), and \(t=0.8\), when taking \(r=1.5\) (\(r=\tau /h^{2}\)). From Tables 2 and 3, it is obvious that our algorithm has high accuracy.
Now, we compare Algorithm 1 with the ASC-N scheme in [6] by the maximum errors for \(h=1/19\) (i.e., \(m-1=18=6K\), \(K=3\)), \(h=1/25\) (i.e., \(m-1=24=6K\), \(K=4\)), and \(h=1/31\) (i.e., \(m-1=30=6K\), \(K=5\)) at different time \(t=0.2\), \(t=0.4\), \(t=0.6\), \(t=0.7\), and \(t=0.8\). With the increase in computation time, the errors of the ASC-N scheme in [6] increase more than those of Algorithm 1 for different r (\(r=\tau/h^{2}\)) in Tables 4 and 5. We can see that Algorithm 1 has higher accuracy. We consider an example for \(h=1/121\) (\(m-1=120=6K\), \(K=20\)) with large grid ratio \(r = 15\) (\(r=\tau/h^{2}\)). Table 6 shows that Algorithm 1 has better accuracy than two others. It is indicated that Algorithm 1 is stable, which is consistent with the theoretical results obtained in Sect. 5.
Example 2
where the domain is \(\Omega=(0,1)\times(0,1)\) and the right-hand side function is
The corresponding exact solution is
We take \(h=1/19\) (i.e., \(m-1=18=6K\), \(K=3\)), \(h=1/25\) (i.e., \(m-1=24=6K\), \(K=4\)), \(h=1/31\) (i.e., \(m-1=30=6K\), \(K=5\)), and \(h=1/37\) (i.e., \(m-1=36=6K\), \(K=6\)), respectively. Table 7 displays the maximum errors of Algorithm 2 for \(\tau=0.0004\) at different time. It is obvious that the accuracy of Algorithm 2 is good. The comparison among Algorithm 2, classical C-N scheme, and ASC-N scheme is shown CPU calculation time for \(r = 1.2\) at \(t = 0.5\) in Table 8. Obviously, Algorithm 2 not only has high accuracy, but also has good parallel efficiency. Take all the programs of Algorithm 2 running on the uniform mesh, three different grids are given in
Fig. 2, Fig. 3, and Fig. 4 that are defined by \(h=1/19\), \(h=1/25\), and \(h=1/37\). Figure 1 shows the exact solutions at \(t=0.4\). Comparison of the exact solutions and the numerical solutions are shown in Figs. 1–4.
Based on the experiments above, Algorithm 1 and Algorithm 2 presented in this paper are suitable and efficient for solving parabolic equations.
8 Conclusion
We have proposed and analyzed a new parallel algorithm for parabolic equations. This algorithm consists of two DDMs, each one is used to solve the values in the same time level, respectively. Then the average of two values is calculated. Stability and error analysis show that the new algorithm is unconditionally stable and has the truncation error of order two in both space and time. The new algorithm allows possibly efficient and accurate computation on massive parallel computers in general. Then we extend the new algorithm to two-dimensional parabolic equations by the ADI technique, which means that high-dimensional parabolic equations can be solved by the proposed algorithm in this paper. Numerical experiments illustrate the good performance of the new algorithm.
References
Evans, D.J., Abdullah, A.R.B.: Group explicit method for parabolic equations. Int. J. Comput. Math. 14, 73–105 (1983)
Saul’yev, V.K.: Integration of Equations of Parabolic Type by Method of Nets, New York (1964)
Evans, D.J.: Alternating group explicit method for the diffusion equation. Appl. Math. Model. 9, 201–206 (1985)
Zhang, B.: Alternating segment explicit–implicit method for the diffusion equation. Chin. J. Numer. Methods Comput. Appl. 41, 245–251 (1991)
Chen, J., Zhang, B.: A class of alternating block Crank–Nicolson method. Int. J. Comput. Math. 45, 89–112 (1991)
Zhang, B., Li, W.: On alternating segment Crank–Nicolson scheme. Parallel Comput. 20, 897–902 (1994)
Cao, J.Y., Zhang, D.K.: A new parallel algorithm for the parabolic equation. Guizhou Sci. 25(2), 27–33 (2007)
Evans, D.J., Abdullah, A.R.B.: A new explicit method for the diffusion–convection equation. Comput. Math. Appl. 11, 145–154 (1985)
Lu, J., Zhang, B., Xu, T.: Alternating segment explicit–implicit method for the convection–diffusion equation. Chin. J. Numer. Methods Comput. Appl. 3, 161–167 (1998)
Wang, W.: A class of alternating segment Crank–Nicolson methods for solving convection–diffusion equations. Computing 73, 41–55 (2004)
Zhu, S., Yuan, G., Shen, L.: Alternating group explicit method for the dispersive equation. Int. J. Comput. Math. 75, 97–105 (2000)
Zhu, S., Zhao, J.: The alternating segment explicit–implicit scheme for the dispersive equation. Appl. Math. Lett. 14, 657–662 (2001)
Wang, W., Fu, S.: An unconditionally stable alternating segment difference scheme of eight points for the dispersive equation. Int. J. Numer. Methods Eng. 67, 435–447 (2006)
Zhang, Q., Wang, W.: A four-order alternating segment Crank–Nicolson scheme for the dispersive equation. Comput. Math. Appl. 57, 283–289 (2009)
Wang, W.Q., Zhang, Q.: A highly accurate alternating 6-point group method for the dispersive equation. Int. J. Comput. Math. 87(7), 1512–1521 (2010)
Guo, G., Lü, S., Liu, B.: Unconditional stability of alternating difference schemes with variable time step lengths for dispersive equation. Appl. Math. Comput. 262, 249–259 (2015)
Guo, G., Liu, B.: Unconditional stability of alternating difference schemes with intrinsic parallelism for the fourth-order parabolic equation. Appl. Math. Comput. 219, 7319–7328 (2013)
Guo, G., Zhai, Y., Liu, B.: The alternating segment explicit–implicit scheme for the fourth-order parabolic equation. J. Inf. Comput. Sci. 10, 2981–2991 (2013)
Guo, G., Lü, S.: Unconditional stability of alternating difference schemes with intrinsic parallelism for two-dimensional fourth-order diffusion equation. Comput. Math. Appl. 71, 1944–1959 (2016)
Du, Q., Mu, M., Wu, Z.: Efficient parallel algorithms for parabolic problems. SIAM J. Numer. Anal. 39(5), 1469–1487 (2001)
Zhuang, Y., Sun, X.: Stabilized explicit–implicit domain decomposition methods for the numerical solution of parabolic equations. SIAM J. Sci. Comput. 24, 335–358 (2002)
Shi, H., Liao, H.: Unconditional stability of corrected explicit–implicit domain decomposition algorithms for parallel approximation of heat equations. SIAM J. Numer. Anal. 44, 1584–1611 (2006)
Boglaev, I.: Domain decomposition for a parabolic convection–diffusion problem. Numer. Methods Partial Differ. Equ. 22, 1361–1378 (2006)
Dryja, M., Tu, X.: A domain decomposition discretization of parabolic problems. Numer. Math. 107, 625–640 (2007)
Li, C., Yuan, Y.: A modified upwind difference domain decomposition method for convection–diffusion equations. Appl. Numer. Math. 59, 1584–1598 (2009)
Liang, D., Du, C.: The efficient S-DDM scheme and its analysis for solving parabolic equations. J. Comput. Phys. 272, 46–69 (2014)
Arrarás, A., Gaspar, F.J., Portero, L., Rodrigo, C.: Domain decomposition multigrid methods for nonlinear reaction–diffusion problems. Commun. Nonlinear Sci. Numer. Simul. 20, 699–710 (2015)
Kumar, S., Kumar, M.: An analysis of overlapping domain decomposition methods for singularly perturbed reaction–diffusion problems. J. Comput. Appl. Math. 281, 250–262 (2015)
Zhou, Z., Liang, D.: A time second-order mass-conserved implicit–explicit domain decomposition scheme for solving the diffusion equations. Adv. Appl. Math. Mech. 9(4), 795–817 (2017)
Zhou, Y.: Finite difference method with intrinsic parallelism for quasilinear parabolic systems. Beijing Math. 2, 1–19 (1996)
Zhou, Y.: General finite difference schemes with intrinsic parallelism for nonlinear parabolic system. Beijing Math. 2, 20–36 (1996)
Zhou, Y., Shen, L., Yuan, G.: Some practical difference schemes with intrinsic parallelism for nonlinear parabolic systems. Chin. J. Numer. Methods Comput. Appl. 19, 46–57 (1997)
Yuan, G., Shen, L., Zhou, Y.: Unconditional stability of alternating difference schemes with intrinsic parallelism for two-dimensional parabolic systems. Numer. Methods Partial Differ. Equ. 15, 625–636 (1999)
Sheng, Z., Yuan, G., Hang, X.: Unconditional stability of parallel difference schemes with second order accuracy for parabolic equation. Appl. Math. Comput. 184(2), 1015–1031 (2007)
Yuan, G., Sheng, Z., Hang, X.: The unconditional stability of parallel difference schemes with scheme order convergence for nonlinear parabolic system. Numer. Methods Partial Differ. Equ. 20(1), 45–64 (2007)
Zhuang, Y.: An alternating explicit–implicit domain decomposition method for the parallel solution of parabolic equations. J. Comput. Appl. Math. 206, 549–566 (2007)
Kellogg, R.B.: An alternating direction method for operator equations. J. Soc. Ind. Appl. Math. 12, 848–854 (1964)
Zeng, F., Zhang, Z., Karniadakis, G.E.: Fast difference schemes for solving high-dimensional time-fractional subdiffusion equations. J. Comput. Phys. 307, 15–33 (2016)
Acknowledgements
The authors would like to thank the anonymous referees for helpful comments and suggestions. This research is supported by the National Natural Science Foundation of China (91130022, 10971159) and the Doctoral Fund of Ministry of Education of China (20130141110026).
Author information
Authors and Affiliations
Contributions
All authors contributed equally and significantly in writing this article. All authors read and approved the final 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
Xue, G., Feng, H. A new parallel algorithm for solving parabolic equations. Adv Differ Equ 2018, 174 (2018). https://doi.org/10.1186/s13662-018-1617-8
Received:
Accepted:
Published:
DOI: https://doi.org/10.1186/s13662-018-1617-8