Creates plan for both C2C and R2C
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_core_c2c), | intent(inout) | :: | self |
C2C Plan |
||
integer(kind=int32), | intent(in) | :: | dims(:) |
Global dimensions of transform |
||
type(MPI_Comm), | intent(in), | optional | :: | comm |
Communicator |
|
type(dtfft_precision_t), | intent(in), | optional | :: | precision |
Presicion of Transform |
|
type(dtfft_effort_t), | intent(in), | optional | :: | effort |
How thoroughly |
|
type(dtfft_executor_t), | intent(in), | optional | :: | executor |
Type of External FFT Executor |