init_fill Subroutine

public subroutine init_fill(f, char, to_low, to_list, from_low, from_list, ierr)

Uses

Arguments

Type IntentOptional Attributes Name
type(redist_type), intent(out) :: f
character(len=1), intent(in) :: char
integer, intent(in), dimension(:) :: to_low
type(index_list_type), intent(in), dimension(0:nproc - 1) :: to_list
integer, intent(in), dimension(:) :: from_low
type(index_list_type), intent(in), dimension(0:nproc - 1) :: from_list
integer, intent(out), optional :: ierr