Research Article

A Domain Decomposition Method for Time Fractional Reaction-Diffusion Equation

Algorithm 1

Domain decomposition algorithm for time fractional reaction-diffusion equation.
(1) [ !]   input: et al.
 Output:
(2)
(3) Allocate memory space et al.
(4) Init matrices et al.
(5) Declare local variables
(6)
(7) Get with initial boundary.
(8)
(9) for   to   step by 1do
(10)  for   to   step by 1do
(11)   
(12)   for   to   step by 1do
(13)     
(14)   
(15)   
(16)   while do
(17)     for   to   step by 1do
(18)      
(19)      if then
(20)      
(21)      if then
(22)      
(23)     for   to   step by 1do
(24)        solve
(25)        
(26)        
(27)     
(28)   
(29)   for   to step by 1do
(30)     
(31) Output the information
(32) Free memory space