Obtain local starts and counts in real
and fourier
spaces
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_t), | intent(in) | :: | self |
Abstract plan |
||
integer(kind=int32), | intent(out), | optional | :: | in_starts(:) |
Starts of local portion of data in |
|
integer(kind=int32), | intent(out), | optional | :: | in_counts(:) |
Number of elements of local portion of data in ‘real’ space |
|
integer(kind=int32), | intent(out), | optional | :: | out_starts(:) |
Starts of local portion of data in |
|
integer(kind=int32), | intent(out), | optional | :: | out_counts(:) |
Number of elements of local portion of data in |
|
integer(kind=int64), | intent(out), | optional | :: | alloc_size |
Minimal number of elements required to execute plan |
|
integer(kind=int32), | intent(out), | optional | :: | error_code |
Optional error code returned to user |