Check if two pencols overlap in ndims-dimensional space
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | lbounds1(:) |
Lower bounds of first pencil |
||
integer(kind=int32), | intent(in) | :: | sizes1(:) |
Sizes of first pencil |
||
integer(kind=int32), | intent(in) | :: | lbounds2(:) |
Lower bounds of second pencil |
||
integer(kind=int32), | intent(in) | :: | sizes2(:) |
Sizes of second pencil |
||
integer(kind=int32), | intent(in) | :: | ndims |
Number of dimensions |