Research Article

The Higher Accuracy Fourth-Order IADE Algorithm

Algorithm 1

The IADEMF4 sequential algorithm.
begin
  determine the parameters
  determine initial conditions
  determine exact solutions at time level
  while (time level < )
     determine boundary conditions
     for to
        compute (refer to (9))
     end-for
        set iteration = 0
        while (convergence conditions are not satisfied)
         for to
        compute (refer to (22))
         end-for
         for to
        compute (refer to (23))
         end-for
         test for convergence:
         compute
         if (max )
         then
         add 1 to iteration (if necessary)
        end-while
  end-while
  for to
     determine average absolute error, root mean
     square error and maximum error
  end-for
end