| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N | |||
| integer, | intent(in) | :: | d1 | |||
| integer, | intent(in) | :: | d2 | |||
| real(kind=wp), | intent(in), | dimension(N,2) | :: | xy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:,:) | :: | points | ||
| integer, | intent(in), | dimension(:,:) | :: | cells | ||
| real(kind=wp), | intent(in) | :: | diff | |||
| real(kind=wp), | intent(in), | dimension(2) | :: | vel | ||
| real(kind=wp), | intent(out), | dimension(:,:) | :: | GlobalA |