Research Article

A New Parallel Method for Binary Black Hole Simulations

Algorithm 3

Mesh based Parallel Method.
(1) procedure MPM_Evolution ()
(2)    Input: meshes and boundary conditions
(3)    
(4)    for  ; ;   do
(5)      evolve one step on current level
(6)      exchange data with related processes
(7)      analyze the results
(8)      regrid if needed
(9)    end for
(10)    Output: values on all the mesh grid points
(11) end procedure