Private method that combines common logic for C2C plan creation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_c2c_t), | intent(inout) | :: | self |
C2C Plan |
||
integer(kind=int32), | intent(in), | optional | :: | dims(:) |
Global dimensions of transform |
|
type(dtfft_pencil_t), | intent(in), | optional | :: | pencil |
Pencil of data to be transformed |
|
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 |