Volume 2013, Issue 1 497439
Research Article
Open Access

Parallel Methods and Higher Dimensional NLS Equations

M. S. Ismail

Corresponding Author

M. S. Ismail

Department of Mathematics, College of Science, King Abdulaziz University, P.O. Box 80203, Jeddah, Saudi Arabia kau.edu.sa

Search for more papers by this author
T. R. Taha

T. R. Taha

Department of Computer Science, University of Georgia, Athens, GA 30602-7404, USA uga.edu

Search for more papers by this author
First published: 16 September 2013
Citations: 2
Academic Editor: Juan Carlos Cortés López

Abstract

Alternating direction implicit (ADI) schemes are proposed for the solution of the two-dimensional coupled nonlinear Schrödinger equation. These schemes are of second- and fourth-order accuracy in space and second order in time. The resulting schemes in each ADI computation step correspond to a block tridiagonal system which can be solved by using one-dimensional block tridiagonal algorithm with a considerable saving in computational time. These schemes are very well suited for parallel implementation on a high performance system with many processors due to the nature of the computation that involves solving the same block tridiagonal systems with many right hand sides. Numerical experiments on one processor system are conducted to demonstrate the efficiency and accuracy of these schemes by comparing them with the analytic solutions. The results show that the proposed schemes give highly accurate results.

1. Introduction

In this paper, we consider the coupled nonlinear Schrödinger equation
()
with initial conditions
()
and Dirichlet boundary conditions
()
where Ω is a rectangular domain in 2. We assume that Ω = [a, b] × [c, d], Ω is the boundary of Ω, (0, T] is the time interval, and   f1(x, y), f2(x, y), g1(x, y, t), and g2(x, y, t) are given sufficiently smooth functions. The two functions ψ(x, y, t), ϕ(x, y, t) are representing the amplitudes of the two circularly polarized waves. The values of α vary over a wide range; that is, α ≥ 2/3 and α ≤ 7 correspond to kerr type electronic nonlinearity [1]. The physical significance of system (1) can be seen in the transverse effects in nonlinear optics. Since solitons interact like particles, the studies for the interactions of solitons have been of both experimental and theoretical interest. Many numerical methods have been developed for solving the coupled nonlinear Schrödinger [26]. Many published works for solving the two-dimensional nonlinear Schrödinger equation are given in [711]. In this work, we are going to derive an ADI method for solving the two-dimensional coupled nonlinear Schrödinger equation.

In this paper, we derive two ADI schemes for solving the two-dimensional coupled nonlinear Schrödinger system, one is of second order in space and time directions, and the other one is of fourth order in space and second order in time. Both methods are producing a block nonlinear tridiagonal system; a fixed point method has been developed to solve this system. The proposed schemes are unconditionally stable using Fourier stability analysis.

The ADI method [815], which replaces the solution of multidimensional problems by sequences of one-dimensional cases, only needs to solve tridiagonal linear system or block tridiagonal systems, and the resulting schemes are unconditionally stable and received much attention in recent years.

Following Biswas [16], we derive the soliton solution of the system (1) which can be written as
()
()
where
()
and α, β1, β2, k1, and k2 are arbitrary constants (see the appendix). The system has the conserved quantities [15]
()
()
To avoid the complex computation, we assume
()
The system (1) can be written as
()
where
()
System (10) can be written in matrix vector form as
()
where
()

The paper is organized as follows. In Section 2 we give two ADI schemes for solving the two-dimensional coupled nonlinear Schrödinger equation, and in Section 3, we present the von Neumann stability analysis for the proposed schemes. Numerical experiments for several problems are presented in Section 4. A parallel algorithm for the proposed ADI schemes is given in Section 5. Conclusions are given in Section 6.

2. Numerical Method

To derive the numerical schemes for solving system (1), we consider the domain of interest Ω = [a, b] × [a, b], such that (x, y) ∈ Ω. The domain is divided by a uniform mesh in each direction such that
()
where h and k are the space and time step sizes, respectively. We denote and to be the exact and the numerical solutions at the point (xl, ym, tn), respectively.

2.1. Second-Order ADI Method

To derive the first scheme, we approximate the space derivative using the central difference formulae
()
We apply (15) to system (12); this will lead us to the following first order differential system in time
()

Equation (16) is of second order in space.

By applying the Crank-Nicolson method for the temporal discretization, we get the following difference scheme with accuracy O(k2 + h2):
()
where
()
This scheme can be written as
()
which can be approximated by using the factored form
()
By Taylor’s expansion, the last term in (20) can be written as
()
which is of the same order of accuracy of the truncation error, and we ignore it to obtain
()
By introducing a new intermediate vector , we propose a D’Yakonov [12, 17] ADI-like scheme for the coupled system
()
()
which is a nonlinear scheme. An iterative algorithm of fixed point nature can be used to solve the system of the nonlinear equations (23)-(24). The fixed point that we propose can be given by
()
where the superscript s denotes the sth iterate for solving the nonlinear system of equations for each time step. The block tridiagonal matrix equations of (25) can be solved by Crout’s method. The initial iterate is chosen as
()
The iteration continues until the condition
()
is satisfied.
The boundary value of the intermediate variable can be extracted from (24) and is given by the following formulas:
()

2.2. Fourth-Order ADI Method

Now, we want to derive a highly accurate fourth order ADI scheme; to do this, we approximate the space derivatives by the following formulas
()
By using these approximations together with Crank-Nicolson for the time direction, we get the numerical scheme
()
which can be written as
()
and this can be written in the factored form as
()
The difference between (31) and (32) is
()
which is of the same order of accuracy of the truncation error, we ignore it, and then we operate on both sides of (32) by
()
The fourth-order D’Yakonov ADI-like scheme in this case can be displayed as
()
()

Now the systems in (35) and (36) are nonlinear. By the similar approach used in the previous scheme, we can derive a fixed point iterative formulas.

The boundary value of the intermediate variable in (35) can be given by the following formulas:
()
We can easily write a generalized version of D’Yakonov ADI like method for solving the two-dimensional coupled nonlinear Schrödinger system (1) as
()
for arbitrary value of σ, and for σ = 0, σ = 1/12 we recover the second- and fourth-order schemes, respectively.

3. Stability Analysis

To study the stability of the proposed scheme, we consider the von Neumann stability analysis which can be only applied for the linear finite difference scheme, so we consider the linear version of the generalized scheme
()
where ω is constant and σ = 0, 1/12.
Suppose that the numerical solution can be expressed by Fourier series, whose typical term is
()
where is the amplification matrix at time level n, and β1, β2 are the wave numbers in x and y directions. Substituting (40) into (39) will lead to the matrix equation
()
where
()
The eigenvalues of the matrix G are given by
()

It can be easily shown that the modulus of the maximum eigenvalue of the amplification matrix G is less than one; hence, the scheme is unconditionally stable according to the von Neumann stability analysis.

4. Numerical Results

In this section, the efficiency and accuracy of the proposed schemes will be tested by comparing with the exact solutions. We will measure the accuracy of the proposed schemes using the L norm. We compute the conserved quantity by using the trapezoidal rule.

4.1. Example 1

In this example, we choose the initial conditions from the exact solutions
()
where
()
at t = 0. The following parameters are used
()

The boundary conditions are extracted from the exact solution (44).

Tables 1, 2, and 3 show the errors (ER) and the conserved quantities (I) for σ = 0, 1/6 and σ = 1/12, respectively. We have noticed that the scheme with σ = 1/12 produced highly accurate results, and this is due to the fourth order accuracy in space and second-order accuracy in time. The other two methods using σ = 0 and   σ = 1/6 are of second-order accuracy in space and time. Figure 1 shows a single soliton at t = 0. Figure 2 shows the numerical solution at t = 1.

Table 1. Single soliton with σ = 0.
Iter T ER I
0 0 0 24.99989
2 0.2 0.00435 25.00086
2 0.4 0.00886 25.00291
2 0.6 0.01365 25.00586
2 0.8 0.01893 25.00973
2 1.0 0.02439 25.01458
Table 2. Single soliton with σ = 1/6.
Iter T ER I
0 0 0 24.99989
2 0.2 0.00436 24.99882
2 0.4 0.00859 24.99664
2 0.6 0.01277 24.99351
2 0.8 0.01750 24.98938
2 1.0 0.02206 24.98417
Table 3. Single soliton with σ = 1/12.
Iter T ER I
0 0 0 24.99989
2 0.2 0.00011 24.99989
2 0.4 0.00018 24.99987
2 0.6 0.00025 24.99981
2 0.8 0.00030 24.99971
2 1.0 0.00036 24.99952
Details are in the caption following the image
Single soliton β1 = κ1 = 0.5, β2 = κ2 = 1, α = 1, t = 0.
Details are in the caption following the image
Single soliton β1 = κ1 = 0.5, β2 = κ2 = 1, α = 1, t = 1.

4.2. Example 2

In this example we will choose the initial condition [1]
()
where
()
which represent two solitons of different amplitudes. The parameters α1, β1, κ1, and l1 are complex parameters. In this test, we choose the parameters
()

In Figures 3 and 4, we display the numerical solution of |ψ|2 at t = 0 and t = 1, while in Figures 5 and 6 we display the numerical solution of |ϕ|2 at t = 0 and t = 1.

Details are in the caption following the image
Soliton solution |ψ|2 at t = 0.
Details are in the caption following the image
Soliton solution |ψ|2 at t = 1.
Details are in the caption following the image
Soliton solution |ϕ|2 at t = 0.
Details are in the caption following the image
Soliton solution |ϕ|2 at t = 1.

4.3. Example 3

To study the interaction of two solitons, many numerical tests have been conducted with different initial conditions, and, among these tests, we select the initial conditions of the form
()
which represent two solitons moving in the opposite direction and centered at d and −d, respectively. In this test we choose the parameters
()

The interaction scenario is given in Figures 7 and 8. In Figure 7 we show the two solitons with two different amplitudes at t = 0. In Figure 8 we display the interaction where the two solitons interact at t = 0.5, and, in Figure 9, we display the two solitons after the interaction at t = 1.5. In Table 4, we display the conserved quantities, and we see that the numerical method we proposed conserves the conserved quantities almost exactly. It is easy to see that the interaction regiem is an inelastic one. See [18].

Table 4. The conserved quantities during the interaction scenario.
T   I1   I2  
0.0 1.57080 1.00531
0.5 1.57086 1.00533
1.0 1.57065 1.00522
1.5 1.57060 1.00520
Details are in the caption following the image
Interaction of two solitons |ψ|2 and |ϕ|2 at t = 0.
Details are in the caption following the image
Interaction of two solitons |ψ|2 and |ϕ|2 at t = 0.5.
Details are in the caption following the image
Interaction of two solitons |ψ|2 and |ϕ|2 at t = 1.5.

4.4. Example 4

The system under consideration generates a progressive plane wave solutions [7]:
()
where
()
Our numerical experiments are conducted in the domain [0,2π] × [0,2π] with
()

Initial and boundary conditions are extracted from the exact solution. In this example we choose σ = 1/12, the fourth order ADI method. The numerical results are presented in Table 5. Figure 10 displays the solution at t = 0, and Figure 11 displays, the solution at t = 1.

Table 5. Periodic solution k1 = k2 = α = 1.
Iter T ER I
0 0.0 0.000000 39.478420
2 0.2 0.000003 39.478420
2 0.4 0.000005 39.478420
2 0.6 0.000007 39.478420
2 0.8 0.000009 39.478420
2 1.0 0.000008 39.478420
Details are in the caption following the image
Initial condition with k1 = k2 = α = 1, at t = 0.
Details are in the caption following the image
Numerical solution with k1 = k2 = α = 1, at t = 1.

Table 4 displays the accuracy of the scheme and preserves the conserved quantities.

5. Parallel Algorithm for the Proposed ADI Schemes

It is to be noted that the implementation of the ADI schemes requires solving the same block-tridiagonal matrix with different right-hand sides. This can be done efficiently by using the fast parallel algorithm given in [19]. This algorithm [19] is a generalization of the parallel dichotomy algorithm for solving tridiagonal liner system of equations [20].

It has been shown that this dichotomy yields almost a linear speedup on a high performance system with many processors [19]. We expect the same speedup for our proposed methods. The parallel implementation of the proposed ADI method will be reported in our future work.

6. Concluding Remarks

In this present work, a generalized alternating direction implicit methods for solving two-dimensional coupled nonlinear Schrödinger equation have been established, the methods are unconditionally stable. The methods produced schemes of second and fourth order accuracy in space and second order in time according to the selected value of σ. The numerical results have shown that the proposed schemes successfully combine accuracy and efficiency for the two-dimensional coupled nonlinear Schrödinger system. The implementation of the ADI schemes requires solving the same block-tridiagonal matrix with different right-hand sides. This can be done by using the fast parallel algorithm given in [19]. This algorithm yields almost a linear speedup on a high performance system with many processors [19]. We expect the same speedup for our proposed methods. The proposed schemes can be easily extended to solve higher dimensional coupled nonlinear Schrödinger system.

Acknowledgments

This work was funded by the Deanship of Scientific Research (DSR), King Abdulaziz University, Jeddah, under Grant no. (130-074-D1433). The authors, therefore, acknowledge with thanks the DSR technical and financial support.

    Appendix

    The exact solution of the nonlinear system can be derived as follows: we assume [19]
    where
    Now from (A.1), we deduce
    and similar expressions can be obtained for the function ϕ. By substituting these expressions into the given system, and equating the real and imaginary parts, this will produce the following relations:
    By equating the coefficient of sech3(ξ) in (A.5), we obtain
    and by equating the coefficients of sech(ξ), we will get the relation
    From the second equation of the proposed system (ϕ), we will get the relation
    and from (A.6) and (A.8), we deduce that A = B, and then we get the relation
    with α, β, κ, and l as arbitrary complex parameters.

      The full text of this article hosted at iucr.org is unavailable due to technical difficulties.