Journal of Applied Mathematics and Physics
Vol.06 No.01(2018), Article ID:81833,13 pages
10.4236/jamp.2018.61016

The G-functions Series Method Adapted to the Numerical Integration of Parabolic PDE

Mónica Cortés-Molina, José Antonio Reyes, Fernando García-Alonso

Department of Applied Mathematics, University of Alicante, S. Vicente del Raspeig, Spain

Copyright © 2018 by authors and Scientific Research Publishing Inc.

This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).

http://creativecommons.org/licenses/by/4.0/

Received: December 12, 2017; Accepted: January 15, 2018; Published: January 18, 2018

ABSTRACT

The Method Of Lines (MOL) and Scheifele’s G-functions in the design of algorithms adapted for the numeric integration of parabolic Partial Differential Equations (PDE) in one space dimension are applied. The semi-discrete system of ordinary differential equations in the time direction, obtained by applying the MOL to PDE, is solved with the use of a method of Adapted Series, based on Scheifele’s G-functions. This method integrates exactly unperturbed linear systems of ordinary differential equations, with only one G-function. An implementation of this algorithm is used to approximate the solution of two test problems proposed by various authors. The results obtained by the Dufort-Frankel, Crank-Nicholson and the methods of Adapted Series versus the analytical solution, show the results of mistakes made.

Keywords:

Series Method, Numerical Solutions, Parabolic Initial-Boundary Value Problems, Method of Lines

1. Introduction

Many physical phenomena related to processes in which there are net transfers or transportation of energy, material, etc., are modeled using Partial Differential Equations (PDEs). Parabolic initial-boundary value problems in one dimension, such as u t ( x , t ) = a u x x ( x , t ) + f ( x , t , u ( x , t ) , u x ( x , t ) ) with a > 0 , are subjected to conditions with initial values whose solution satisfies the conditions of known boundaries. The positive constant a, is characteristic of each physical location, x is the position variable, u ( x , t ) is the field that corresponds to the transport phenomenon in question.

The field u ( x , t ) can represent the distribution of voltage in the transmission of a cable or the concentration in distinct processes in the diffusion of liquids. When u ( x , t ) represents the temperature distribution of a rod in position x, in instant t, is called the heat equation. The heat equation comes from the study of the flow of electricity in a long cable or a transmission line, in this case, known as the transmission equation. The heat equation is sometimes known as the one-dimensional diffusion equation of a solute in a solvent, as the diffusion of dissolved substances in solution is analagous to heat flow in a solid. Constant a, is in this case called the diffusivity coefficient of the material.

In this article an application of a series method based on Scheifele’s G-functions [1] [2] , adapted to the resolution of a semi-discrete system of ordinary differential equations in the time direction, obtained through the application of the method of lines (MOL) [3] [4] to the given diffusion equation is shown.

Runge-Kutta methods [5] - [10] , are used for resolving this type of differential equations linear systems. These methods don’t need the calculus of partial derivatives of the perturbation function, but they have the problem of a lot of intermediate calculations with a computational cost increase. It is preferred that the numerical methods used to resolve this type of systems verify the property of integrating exactly the homogeneous problem. The methods based on the Scheifele G-functions show this good property [1] [2] [11] [12] [13] . Runge-Kutta methods also have this property but it is necessary to do a transformation in the differential equations. This process is complicated because we need to change the integration order, furthermore the characteristic equation roots have to be known. The G-function series methods are based on a refinement of Taylor expansion [14] [15] and they are applied to problems where the solution has a near sinusoidal behaviour which is not possible to be effectively resolved by Fourier series and Taylor’s expansions.

To illustrate the good performance of the Adapted Series Method in the resolution of the models which describe these types of phenomena, two test problems proposed by various authors are resolved.

Finally, the results obtained with the Dufort-Frankel, Crank-Nicholson and the Adapted Series methods are compared to the analytical solution, presented with the results of the absolute errors committed.

2. Adapted Algorithm of the Numerical Integration of Parabolic PDEs

Let’s consider the equation in partially derivative parabolics (PDEs):

u t = a u x x + f ( x , t , u , u x ) , x [ 0 , 1 ] , a > 0 , (1)

subject to the following boundary conditions (BVP):

α 0 ( t ) u + β 0 ( t ) u = γ 0 ( t ) in x = 0 α 1 ( t ) u + β 1 ( t ) u = γ 1 ( t ) in x = 0 , (2)

and initial conditions given as u ( x , 0 ) , with 0 x 1 .

Using a grid in the range [0, 1], the partial derivatives of the second part of the Equation (1), are substituted for the corresponding approximations by means of the differences. Once these approximations are made, the problem becomes just resolving a system of first order ordinary differential equations in time.

That is to say, the spatial semi-discretisation used in the numerical method of lines (MOL), leads to a system that will adapt the method of series based on G-functions for time integration.

For this purpose, a uniform grid of the spatial interval x [ 0 , 1 ] is generated { x 0 = 0 , x 1 , , x n 1 , x n = 1 } , where x i + 1 = x i + r , r = 1 / n , with 0 i n 1 , so that, if we consider the boundary conditions:

α 0 ( t ) u ( 0 , t ) + β 0 ( t ) u x ( 0 , t ) = γ 0 ( t ) α 1 ( t ) u ( 1 , t ) + β 1 ( t ) u x ( 1 , t ) = γ 1 ( t ) with β 0 ( t ) = 0 and β 1 ( t ) = 0 , (3)

we get:

u 0 ( t ) = u ( x 0 , t ) = u ( 0 , t ) = γ 0 ( t ) / α 0 ( t ) , u i ( t ) = u ( x i , t ) = u ( i r , t ) with 1 i n 1 , u n ( t ) = u ( x n , t ) = u ( 1 , t ) = γ 1 ( t ) / α 1 ( t ) . (4)

Making the spatial semi-discretisation:

u x ( u i + 1 u i 1 ) / ( 2 r ) , u x x ( u i 1 2 u i + u i + 1 ) / r 2 , (5)

the resulting system of ordinary differential equations is:

u i ( t ) = a ( u i 1 2 u i + u i + 1 ) / r 2 + f ( x i , t , u i , ( u i + 1 u i 1 ) / ( 2 r ) ) , with 1 i n 1 , (6)

considering the following equations separately:

u 0 ( t ) = u ( 0 , t ) = ( γ 0 ( t ) / α 0 ( t ) ) , (7)

u n ( t ) = u ( 1 , t ) = ( γ 1 ( t ) / α 1 ( t ) ) . (8)

Like

u 1 ( t ) = a ( u 0 2 u 1 + u 2 ) / r 2 + f ( x 1 , t , u 1 , ( u 2 u 0 ) / ( 2 r ) ) = a ( γ 0 ( t ) / α 0 ( t ) 2 u 1 + u 2 ) / r 2 + f ( r , t , u 1 , ( u 2 γ 0 ( t ) / α 0 ( t ) ) / ( 2 r ) ) (9)

and

u n 1 ( t ) = a ( u n 2 2 u n 1 + u n ) / r 2 + f ( x n 1 , t , u n 1 , ( u n u n 2 ) / ( 2 r ) ) = a ( u n 2 2 u n 1 + γ 1 ( t ) / α 1 ( t ) ) / r 2 + f ( ( n 1 ) r , t , u n 1 , ( γ 1 ( t ) / α 1 ( t ) u n 2 ) / ( 2 r ) ) , (10)

the system of first order differential equations in time (6), can be expressed in matrix form:

u = A u + f ( u ( t ) , t ) , u ( 0 ) = ( u 1 ( 0 ) u n 1 ( 0 ) ) t = ( u ( x 1 , 0 ) u ( x n 1 , 0 ) ) t , (11)

where

u= ( u 1 u n1 ) t , u = ( u 1 u n1 ) t , A={ 2a/ r 2 ,i=j a/ r 2 ,| ij | =1,i,j=1,,n1 0,  ;otherwise , f( u( t ),t )=( a γ 0 ( t )/ ( r 2 α 0 ( t ) ) +f( r,t, u 1 , ( u 2 u 0 )/ ( 2r ) ) f( 2r,t, u 2 , ( u 3 u 1 )/ ( 2r ) ) f( ( n2 )r,t, u n2 , ( u n1 u n3 )/ ( 2r ) ) a γ 1 ( t )/ ( r 2 α 1 ( t ) ) +f( ( n1 )r,t, u n1 , ( u n u n2 )/ ( 2r ) ) ). (12)

To integrate this system, let us assume that the function f ( u ( t ) , t ) defined by the solution u ( t ) , to the IVP (11) in an interval [0, T] admits an expansion:

f ( u ( t ) , t ) = k = 0 c k + 1 t k / k ! = g ( t ) = ( g 1 ( t ) , , g n ( t ) ) , (13)

thus, the solution to IVP (11) coincides with the solution of the auxiliary IVP:

u = A u + k = 0 c k + 1 t k / k ! , u ( 0 ) = ( u ( x 1 , 0 ) u ( x n 1 , 0 ) ) t = u 0 . (14)

For the resolution of this IVP (14) the following IVPs are considered:

( u _ j k ) = A u _ j k + e _ k t j / j ! , u _ j k ( 0 ) = 0 _ , j = 0 , 1 , 2 , , k = 1 , 2 , , n 1 , (15)

where u _ j k M ( n , 1 ; ) , e _ k = ( 0 , , 1 k ) , , 0 ) t , and by combining their solutions linearly with the coefficients c k .

In order to simplify the notation we now introduce the sequence U j where j = 0 , 1 , 2 , of ( n 1 ) × ( n 1 ) -matrices having the functions u _ j k as columns: U j = ( u _ j 1 , u _ j 2 , , u _ j n ) .

The ( n 1 ) × ( n 1 ) -matrices U j are solutions of the next IVP:

U j = A U j + t j / j ! I , U j ( 0 ) = 0 _ , j = 0 , 1 , (16)

The solutions to Equation (16) are the Scheifele G-functions [2] and will be denoted as G j + 1 ( t ) = U j ( t ) , j = 0 , 1 , 2 ,

G 0 ( t ) is defined as the solution of IVP to the initial value problem U = A U , U ( 0 ) = I .

The solutions of IVP (11), in terms of G-functions, is given by

u ( t ) = G 0 ( t ) u 0 + k = 1 G k ( t ) c k . (17)

Acknowledging that the solution of Equation (11) can be expressed as

u ( t ) = k = 0 a k t k / k ! (18)

and substituting Equation (18) into Equation (11) and identifying coefficients it is obtained:

a k + 1 = A a k + c k + 1 with k 0 and a 0 = u 0 . (19)

What is more, substituting Equation (19) into Equation (17), it is possible to express the solution u ( t ) as

u ( t ) = G 0 ( t ) a 0 + k = 1 G k ( t ) ( a k A a k 1 ) , (20)

defining a new series of coefficients

b 0 = a 0 , b k = a k A a k 1 , k 1 , (21)

the solution of Equation (11) can be expressed in the form

u ( t ) = G 0 ( t ) b 0 + k = 1 G k ( t ) b k . (22)

Once the coefficients a k with k 1 are calculated and the step-size h has been carried out, the approximation of the solution of Equation (11) at the point t = h , is given by

w 1 = G 0 ( t ) b 0 + k = 1 G k ( t ) b k . (23)

Once the approximation of the solution of Equation (11) at the point t = i h is calculated, denoted by w i , verifying

u = A u + f ( u , t ) , u ( t i ) = ( u 1 ( t i ) u n 1 ( t i ) ) = w i , (24)

to obtain an approximation of the solution at the point t = ( i + 1 ) h , a change to the independent variable τ = t t i is made, which transforms Equation (24) into

u = A u + f ( u , τ + t i ) , u ( 0 ) = ( u 1 ( 0 ) u n 1 ( 0 ) ) = w i , (25)

which leads to the initial situation.

Calculating the coefficients of the development of:

f ( u ( τ ) , τ + t i ) = k = 0 τ k k ! c k + 1 with c k + 1 = d k g ( 0 ) / d τ k = d k g ( i h ) / d t k , (26)

the following integration, that is to say the approximation of the solution at the point t = ( i + 1 ) h , is obtained using the following algorithm:

a 0 = w i , a k + 1 = A a k + c k , k 0 , b 0 = a 0 , b k + 1 = a k + 1 A a k , k 0 , w i + 1 = G 0 ( t ) b 0 + k = 1 m G k ( t ) b k , (27)

which constitutes an adaptation of the methods of series based on the G-functions for the numerical integration of parabolic PDEs in one space dimension.

3. Test Problems

We present the results of the implementation of the adapted algorithm to approximate the solution of two test problems selected from the literature.

3.1. Problem 1

The process of subjecting a bar to temperature change, is modeled using the equation in one-dimensional parabolic type partial derivatives (PDE), as it is assumed that the lateral temperature change is insignificant compared to the horizontal direction x.

In order to determine the temperature u ( x , t ) at instant t and at point x, it is necessary to solve the following PDE

λ u t ( x , t ) = D u x x ( x , t ) + F ( x , t ) (28)

where λ is the heat capacity and D is the material diffusivity.

It is considered that the length of the bar is 1 unit, when λ = 1 and D = 10 , the following problem, proposed in [3] [16] , is obtained,

u t = 10 u x x + 10 π 2 sin ( π x ) , 0 < x < 1 , (29)

subject to the boundary conditions

u ( 0 , t ) = u ( 1 , t ) = 1 , 0 < t 1 , (30)

where initially:

u ( x , 0 ) = 1 , 0 x 1, (31)

whose exact solution is:

u ( x , t ) = 1 + ( 1 e 10 π 2 t ) sin ( π x ) . (32)

It is considered a uniform mesh of space interval [0, 1], where r = 1 / 11 and a uniform mesh in the time interval, where step size h = 0.005 .

Given the Equation (3), then:

α 0 ( t ) = 1 , β 0 ( t ) = 0 , γ 0 ( t ) = 1 , α 1 ( t ) = 1 , β 1 ( t ) = 0 , γ 1 ( t ) = 1. (33)

Applying the techniques shown in Equations (5)-(11), we get:

u 0 ( t ) = u ( 0 , t ) = ( γ 0 ( t ) / α 0 ( t ) ) = 0 , u 11 ( t ) = u ( 1 , t ) = ( γ 1 ( t ) / α 1 ( t ) ) = 0 , (34)

and the system of differential equations:

( u 1 u 2 u 9 u 10 ) = A ( u 1 u 2 u 9 u 10 ) + ( 10 ( 11 2 + π 2 sin ( π / 11 ) ) 10 π 2 sin ( 2 π / 11 ) 10 π 2 sin ( 9 π / 11 ) 10 ( 11 2 + π 2 sin ( 10 π / 11 ) ) ) , (35)

where

A = { 2 10 2 11 2 , i = j 10 11 2 , | i j | = 1 , i , j = 1 , , 10 0 , otherwise . (36)

In a more concise form:

u = A u + f ( u , t ) , u ( 0 ) = ( 1 1 1 1 ) . (37)

To calculate the approximations only two G-functions are used.

Given u ( t ) is the solution to problem (37), then:

u ( t ) = ( u 1 u 10 ) = ( k = 0 a k , 1 t k / k ! k = 0 a k , 10 t k / k ! ) . (38)

Substituting Equation (38) into Equation (37) we get:

a 0 = u ( 0 ) , a 1 = ( a 1 , 1 a 1 , 2 a 1 , 9 a 1 , 10 ) = A ( a 0 , 1 a 0 , 2 a 0 , 9 a 0 , 10 ) + f ( u , h ) , (39)

which allows us to define the following coefficients:

b 0 = a 0 , b 1 = ( b 1 , 1 b 1 , 2 b 1 , 9 b 1 , 10 ) = f ( u , h ) . (40)

Once the value of the two G-functions has been found, we can see from w 1 the approximation of the solution u ( h ) is w 1 = G 0 ( t ) b 0 + G 1 ( t ) b 1 .

Assuming the calculation of the approximation of the solution u ( i h ) , which is noted for w i is calculated, the following steps of integration can be completed following the algorithm

a 0 = w i , a 1 = A a 0 + c 0 , b 0 = a 0 , b 1 = a 1 A a 0 , w i + 1 = G 0 ( t ) b 0 + G 1 ( t ) b 1 . (41)

In Table 1 the maximum norm of errors is presented from the Adapted Series

and Crank-Nicholson methods where u e x a c t u a p r o x x i , = max 0 t 1 | u ( x i , t ) w i ( t ) | and u e x a c t u a p r o x = max 0 i 10 max 0 t 1 | u ( x i , t ) w i ( t ) | .

Figure 1 shows the absolute errors from the three methods: Crank-Nicholson, Dufort-Frankel and Adapted Series to PDE.

In Figure 2 and Figure 3 the absolute errors from the Crank-Nicholson, Dufort-Frankel and Adapted Series to PDE methods are compared vs. the exact solution of this problem.

For a better visualization of Figure 1, Figure 2 and Figure 3, the time scale is shown from t = 0.25 .

Table 1. Maximum norm of errors from the Adapted Series and Crank-Nicholson methods.

Figure 1. Absolute errors. Methods Crank-Nicholson, Dufort-Frankel and Adapted Series to PDE.

Figure 2. Absolute errors. Crank-Nicholson and Adapted Series to PDE methods.

Figure 3. Absolute errors. Dufort-Frankel and Adapted Series to PDE methods.

3.2. Problem 2

Considering the problem proposed in [3] [17] [18]

u t ( x , t ) = a u x x ( x , t ) + f ( x , t ) , (42)

where

f ( x , t ) = ( r 2 + 2 r 1 2 a tanh ( r 1 ( x 1 ) + r 2 t ) ) sech 2 ( r 1 ( x 1 ) + r 2 t ) , (43)

subject to the boundary conditions

u ( 0 , t ) = tanh ( r 2 t r 1 ) , u ( 1 , t ) = tanh ( r 2 t ) , 0 < t 1 , (44)

and initial values

u ( x , 0 ) = tanh ( r 1 ( x 1 ) ) , 0 x 1, (45)

whose exact solution is:

u ( x , t ) = tanh ( r 1 ( x 1 ) + r 2 t ) . (46)

The solution is a wave travelling in the negative direction of the OX axis, where r 1 and r 2 are positive constants which determine the steepness and rate of propagation.

Considering a uniform grid of space intervals [0, 1], where r = 1 / 31 and a uniform grid on the time interval, with step size h = 0.00025 .

Applying the techniques presented from Equation (5) to Equation (11), we get:

u 0 ( t ) = r 2 sech 2 ( r 2 t r 1 ) , u 31 ( t ) = r 2 sech 2 ( r 2 t ) , (47)

and the system of differential equations:

( u 1 u 2 u 29 u 30 ) = A ( u 1 u 2 u 29 u 30 ) + ( a r 2 tanh ( r 2 t r 1 ) + θ 1 sech 2 ( r 1 ( r 1 ) + r 2 t ) θ 2 sech 2 ( r 1 ( 2 r 1 ) + r 2 t ) θ 29 sech 2 ( r 1 ( 29 r 1 ) + r 2 t ) a r 2 r 2 sech 2 ( r 2 t ) + θ 30 sech 2 ( r 1 ( 30 r 1 ) + r 2 t ) ) , (48)

where

θ i = ( r 2 + 2 a r 1 2 tanh ( r 1 ( i r 1 ) + r 2 t ) ) , A = { 2 a 31 2 , i = j a 31 2 , | i j | = 1 0 , otherwise , i , j = 1 , , 30. (49)

In a more concise form u = A u + f ( u , t ) , with initial conditions

Table 2. Maximum norm of errors versus the exact solution according to the values of a.

u ( 0 ) = ( tanh ( r 1 ( r 1 ) ) tanh ( r 1 ( 30 r 1 ) ) ) . (50)

Two G-functions only are used in the calculation of the approximations and once the value of the G-functions is obtained, the integration is carried out in a similar way to the previous problem, using the algorithm described in Equation (27):

a 0 = u ( 0 ) , a 1 = ( a 1 , 1 a 1 , 2 a 1 , 29 a 1 , 30 ) t = A ( a 0 , 1 a 0 , 2 a 0 , 29 a 0 , 30 ) t + f ( u , h ) , b 0 = a 0 , b 1 = ( b 1 , 1 b 1 , 2 b 1 , 29 b 1 , 30 ) t = f ( u , h ) . (51)

The approximation of the solution u( h ) , is w 1 = G 0 ( t ) b 0 + G 1 ( t ) b 1 .

Assuming the calculation of the approximation of the solution in u ( i h ) , noted from w i , the following integration steps are completed by use of the algorithm for r 1 = 1 , r 2 = 0.01 and distinct values of a:

a 0 = w i , a 1 = A a 0 + c 0 , b 0 = a 0 , b 1 = a 1 A a 0 , w i + 1 = G 0 ( t ) b 0 + G 1 ( t ) b 1 . (52)

Table 2 shows, according to the values of a, the maximum norm of errors

versus the exact solution, max 0 i 10 max 0 t 1 | u ( x i , t ) w i ( t ) | , of the Adapted Series

Method, of Crank-Nicholson and of Dufort-Frankel. It can see the error stability of the Adapted Method vs. the increase of numerical value of parameter a, moreover, the Adapted Method has a better performance to high values of this parameter.

4. Conclusion

A series method has been adapted for the numerical solution of PDEs. The Adapted Series Method to PDEs is based on the Method Of Lines (MOL) and on Scheifele’s G-functions. Numerical and computational algorithms have been designed. These numerical algorithms contain a simple algebraic procedure for the computation of the coefficients using recurrence relations which involve the perturbation function. Two test problems, proposed by various authors in different articles, have been resolved using the Adapted Series Method. The good performance of the Adapted Series Method is presented contrasting the results obtained himself and other known methods such as Crank-Nicholson and Dufort-Frankel, vs. exact solution.

Cite this paper

Cortés-Molina, M., Reyes, J.A. and García-Alonso, F. (2018) The G-functions Series Method Adapted to the Numerical Integration of Parabolic PDE. Journal of Applied Mathematics and Physics, 6, 161-173. https://doi.org/10.4236/jamp.2018.61016

References

  1. 1. Fairen, V., Martín, P. and Ferrándiz, J.M. (1994) Numerical Tracking of Small Deviations from Analytically Known Periodic Orbits. Computers in Physics, 42, 455-461. https://doi.org/10.1063/1.168504

  2. 2. Scheifele, G. (1971) On Numerical Integration of Perturbed Linear Oscillating Systems. Zeitschrift für angewandte Mathematik und Physik ZAMP, 22, 186-210. https://doi.org/10.1007/BF01624061

  3. 3. Carroll, J. (1993) A Composite Integration Scheme for the Numerical Solution of Systems of Parabolic PDEs in One Space Dimension. Journal of Computational and Applied Mathematics, 46, 327-343. https://doi.org/10.1016/0377-0427(93)90030-F

  4. 4. Schiesser, W.E. and Griffiths, G.W. (2009) A Compendium of Partial Differential Equation Models. Method of Lines. Cambridge University Press, Cambridge. https://doi.org/10.1017/CBO9780511576270

  5. 5. Fang, Y. and Wu, X. (2007) A New Pair of Explicit ARKN Methods for the Numerical Integration of General Perturbed Oscillators. Applied Numerical Mathematics, 57, 166-175. https://doi.org/10.1016/j.apnum.2006.02.003

  6. 6. González, A.B., Farto, J.M. and López, D.J. (2000) Reformulation of the RKGM Methods using Scheifele Expansions. Applied Mathematics Letters, 13, 63-66. https://doi.org/10.1016/S0893-9659(00)00055-0

  7. 7. Simos, T.E. (2009) A Phase-Fited Runge-Kutta-Nystrom Methods for the Numerical Solution of Initial Value Problems with Oscillating Solutions. Computer Physics Communications, 180, 1839-1846. https://doi.org/10.1016/j.cpc.2009.05.014

  8. 8. Yang, H., Wu, X., You, X. and Fang, Y. (2009) Extended RKN-Type Methods for Numerical Integration of Perturbed Oscillators. Computer Physics Communications, 180, 1777-1794. https://doi.org/10.1016/j.cpc.2009.05.010

  9. 9. Yang, H., Zeng, X., Wu, X. and Ru, Z. (2014) A Simplified Nystrom-Tree Theory for Extended Runge-Kutta-Nystrom Integrators Solving. Computer Physics Communications, 185, 2841-2850. https://doi.org/10.1016/j.cpc.2014.07.002

  10. 10. You, X., Zhao, J., Yang, H., Fang, Y. and Wu, X. (2014) Order Conditions for RKN Methods Solving General Second-Order Oscillatory Systems. Numerical Algorithms, 66, 147-176. https://doi.org/10.1007/s11075-013-9728-5

  11. 11. López, D.J. and Martín, P. (1998) A Numerical Method for the Integration of Perturbed Linear Problems. Applied Mathematics and Computation, 96, 65-73. https://doi.org/10.1016/S0096-3003(97)10121-7

  12. 12. Martín, P. and Ferrándiz, J.M. (1999) Numerical Integration of Perturbed Linear Systems. Applied Numerical Mathematics, 31, 183-189. https://doi.org/10.1016/S0168-9274(98)00126-3

  13. 13. You, X., Zhang, Y. and Zhao, J. (2011) Trigonometrically-Fitted Scheifele Two-step Methods for Perturbed Oscillators. Computer Physics Communications, 182, 1481-1490. https://doi.org/10.1016/j.cpc.2011.04.001

  14. 14. Bulos, B. and Khuri, S.A. (2005) On the Modified Taylor’s Approximation for the Solution of Linear and Non Linear Equations. Applied Mathematics and Computation, 160, 939-953. https://doi.org/10.1016/j.amc.2003.11.043

  15. 15. Martín, P., García, A. and López, D.J. (2001) Modified Taylor Approximation of Functions with Periodic Behaviour. Journal of Computational and Applied Mathematics, 130, 91-97. https://doi.org/10.1016/S0377-0427(99)00389-1

  16. 16. Carroll, J. and Stewart, S. (1966) A Comparison of Some Adaptive Space Mesh Solvers for the Numerical Solution of Parabolic Partial Differential Equations. Computers & Mathematics with Applications, 31, 97-115. https://doi.org/10.1016/0898-1221(96)00009-0

  17. 17. Davis, S.F. and Flaherty, J.E. (1982) An Adaptive Finite Element Method for Initial-Boundary Value Problems for Partial Differential Equations. SIAM Journal on Scientific and Statistical Computing, 3, 6-27. https://doi.org/10.1137/0903002

  18. 18. Flaherty, J.E., Coyle, J.M., Ludwing, R. and Davis, S.F. (1983) Adaptive Finite Element Methods for Parabolic Partial Differential Equations. Proceedings of the Army Research Office Workshop on Adaptive Computational Methods for Partial Differential Equations SIAM, Philadelphia, PA, 144-164.