get_grid Subroutine

private subroutine get_grid(self, dim, grid)

Returns grid decomposition for specified dimension

Type Bound

reshape_plan

Arguments

Type IntentOptional Attributes Name
class(reshape_plan), intent(in), target :: self

Reshape plan

integer(kind=int8), intent(in) :: dim

Dimension: 1 for initial grid, other values for final grid

integer(kind=int32), intent(out), pointer :: grid(:)

Pointer to grid array


Called by

proc~~get_grid~~CalledByGraph proc~get_grid reshape_plan%get_grid proc~report dtfft_plan_t%report proc~report->proc~get_grid proc~dtfft_report_c dtfft_report_c proc~dtfft_report_c->proc~report