Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_copy_subarray_2d_real (dest_vector, size, darray, idlow, idhigh, jdlow, jdhigh, ibeg, iend, jbeg, jend, ierror) |
subroutine psmile_copy_subarray_2d_real | ( | Real,dimension (size),intent(out) | dest_vector, | |
integer(kind=int64),intent(in) | size, | |||
real,dimension (idlow:idhigh, jdlow:jdhigh),intent(in) | darray, | |||
integer,intent(in) | idlow, | |||
integer,intent(in) | idhigh, | |||
integer,intent(in) | jdlow, | |||
integer,intent(in) | jdhigh, | |||
integer,intent(in) | ibeg, | |||
integer,intent(in) | iend, | |||
integer,intent(in) | jbeg, | |||
integer,intent(in) | jend, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_copy_subarray_2d_real.F90.