Research Article

A New Parallel Method for Binary Black Hole Simulations

Algorithm 2

3D mesh partition algorithm.
(1) procedure Mesh_Partition (, , )
(2)    Input: , ,
(3)    
(4)    while  ()  do
(5)       select to maximize
(6)       if () break
(7)       
(8)    end while
(9)    for  (; ; )  do
(10)       
(11)    end for
(12)    Output: SubMesh
(13) end procedure