Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option | ||
integer, | intent(in) | :: | nblock |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option | ||
logical, | intent(in) | :: | coarray |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option | ||
integer, | intent(in) | :: | nblock |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | u(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | v(:) | ||
character(len=*), | intent(in), | optional | :: | option | ||
logical, | intent(in) | :: | coarray |
Calculate block sizes and ranges. author: Seyed Ali Ghasemi
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | d | |||
integer, | intent(in) | :: | nimg | |||
integer, | intent(out) | :: | block_size(nimg) | |||
integer, | intent(out) | :: | start_elem(nimg) | |||
integer, | intent(out) | :: | end_elem(nimg) |