mpi_greedy_division Subroutine

subroutine mpi_greedy_division(infile, my_rank, petot, mpi_elem_nod, mpi_elem_nod_id, elem_num)

Greedy's method >>>>>>>>>>>>>>>>

Arguments

Type IntentOptional AttributesName
character(len=17), intent(in) :: infile
integer, intent(in) :: my_rank
integer, intent(in) :: petot
integer, intent(out), allocatable:: mpi_elem_nod(:,:)
integer, intent(out), allocatable:: mpi_elem_nod_id(:)
integer, intent(out) :: elem_num

Contents

None