Returns grid decomposition dimensions of plan, C interface
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | value | :: | plan_ptr |
C pointer to Fortran plan |
||
| integer(kind=c_int8_t), | intent(out) | :: | ndims |
Number of dimensions |
||
| type(c_ptr), | intent(out) | :: | grid_dims |
Array of dimensions |
The enumerated type dtfft_error_t defines API call result codes.