![]() |
(git:07c9450)
|
Public Member Functions | |
| subroutine | fft3d_s (fsign, n, zin, zout, status, debug) |
| Calls the 3D-FFT function from the initialized library. | |
| subroutine | fft3d_ps (fsign, n, cin, gin, rs_group, yzp, nyzray, bo, status, debug) |
| ... | |
| subroutine | fft3d_pb (fsign, n, zin, gin, group, bo, status, debug) |
| ... | |
Definition at line 166 of file fft_tools.F.
| subroutine fft_tools::fft3d::fft3d_s | ( | integer, intent(in) | fsign, |
| integer, dimension(:), intent(inout) | n, | ||
| complex(kind=dp), dimension(:, :, :), intent(inout), contiguous | zin, | ||
| complex(kind=dp), dimension(:, :, :), intent(inout), optional, target, contiguous | zout, | ||
| integer, intent(out), optional | status, | ||
| logical, intent(in), optional | debug | ||
| ) |
Calls the 3D-FFT function from the initialized library.
| fsign | ... |
| n | ... |
| zin | ... |
| zout | ... |
| status | ... |
| debug | ... |
Definition at line 369 of file fft_tools.F.
| subroutine fft_tools::fft3d::fft3d_ps | ( | integer, intent(in) | fsign, |
| integer, dimension(:), intent(in) | n, | ||
| complex(kind=dp), dimension(:, :, :), intent(inout), contiguous | cin, | ||
| complex(kind=dp), dimension(:, :), intent(inout), contiguous | gin, | ||
| type(mp_cart_type), intent(in) | rs_group, | ||
| integer, dimension(:, :, 0:), intent(in), contiguous | yzp, | ||
| integer, dimension(0:), intent(in), contiguous | nyzray, | ||
| integer, dimension(:, :, 0:, :), intent(in), contiguous | bo, | ||
| integer, intent(out), optional | status, | ||
| logical, intent(in), optional | debug | ||
| ) |
...
| fsign | ... |
| n | ... |
| cin | ... |
| gin | ... |
| rs_group | ... |
| yzp | ... |
| nyzray | ... |
| bo | ... |
| status | ... |
| debug | ... |
Definition at line 495 of file fft_tools.F.
| subroutine fft_tools::fft3d::fft3d_pb | ( | integer, intent(in) | fsign, |
| integer, dimension(3), intent(in) | n, | ||
| complex(kind=dp), dimension(:, :, :), intent(inout), contiguous | zin, | ||
| complex(kind=dp), dimension(:, :), intent(inout), contiguous | gin, | ||
| type(mp_cart_type), intent(in) | group, | ||
| integer, dimension(:, :, 0:, :), intent(in), contiguous | bo, | ||
| integer, intent(out), optional | status, | ||
| logical, intent(in), optional | debug | ||
| ) |
...
| fsign | ... |
| n | ... |
| zin | ... |
| gin | ... |
| group | ... |
| bo | ... |
| status | ... |
| debug | ... |
Definition at line 940 of file fft_tools.F.