Private method that combines common logic for R2C plan creation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dtfft_plan_r2c_t), | intent(inout) | :: | self |
R2C Plan |
||
type(dtfft_executor_t), | intent(in) | :: | executor |
Type of External FFT Executor |
||
integer(kind=int32), | intent(in), | optional | :: | dims(:) |
Global dimensions of transform |
|
type(dtfft_pencil_t), | intent(in), | optional | :: | pencil |
Local 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 |