Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_copy_subarray_3d_double (dest_vector, size, darray, idlow, idhigh, jdlow, jdhigh, kdlow, kdhigh, sub, ierror) |
subroutine psmile_copy_subarray_3d_double | ( | double precision,dimension (size),intent(out) | dest_vector, | |
integer(kind=int64),intent(in) | size, | |||
double precision,dimension (idlow:idhigh, jdlow:jdhigh, kdlow:kdhigh),intent(in) | darray, | |||
integer,intent(in) | idlow, | |||
integer,intent(in) | idhigh, | |||
integer,intent(in) | jdlow, | |||
integer,intent(in) | jdhigh, | |||
integer,intent(in) | kdlow, | |||
integer,intent(in) | kdhigh, | |||
integer,dimension (1:2, 1:3),intent(in) | sub, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 11 of file psmile_copy_subarray_3d_double.F90.