![]() |
(git:5f3bc36)
|
Public Member Functions | |
| subroutine | pw_copy_r1d_r1d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_r1d_r1d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_gather_s_r1d_r3d_2 (pw1, pw2, scale) |
| Gathers the pw vector from a 3d data field. | |
| subroutine | pw_scatter_s_r1d_r3d_2 (pw1, pw2, scale) |
| Scatters a pw vector to a 3d data field. | |
| subroutine | pw_copy_r1d_c1d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_r1d_c1d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_gather_s_r1d_c3d_2 (pw1, pw2, scale) |
| Gathers the pw vector from a 3d data field. | |
| subroutine | pw_scatter_s_r1d_c3d_2 (pw1, pw2, scale) |
| Scatters a pw vector to a 3d data field. | |
| subroutine | pw_copy_r3d_r3d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_r3d_r3d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | fft_wrap_pw1pw2_r3d_c1d_rs_gs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | pw_copy_r3d_c3d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_r3d_c3d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | fft_wrap_pw1pw2_r3d_c3d_rs_gs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | pw_copy_c1d_r1d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_c1d_r1d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_gather_s_c1d_r3d_2 (pw1, pw2, scale) |
| Gathers the pw vector from a 3d data field. | |
| subroutine | pw_scatter_s_c1d_r3d_2 (pw1, pw2, scale) |
| Scatters a pw vector to a 3d data field. | |
| subroutine | fft_wrap_pw1pw2_c1d_r3d_gs_rs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | pw_copy_c1d_c1d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_c1d_c1d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_gather_s_c1d_c3d_2 (pw1, pw2, scale) |
| Gathers the pw vector from a 3d data field. | |
| subroutine | pw_scatter_s_c1d_c3d_2 (pw1, pw2, scale) |
| Scatters a pw vector to a 3d data field. | |
| subroutine | fft_wrap_pw1pw2_c1d_c3d_gs_rs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | pw_copy_c3d_r3d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_c3d_r3d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | fft_wrap_pw1pw2_c3d_r3d_gs_rs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | fft_wrap_pw1pw2_c3d_c1d_rs_gs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | pw_copy_c3d_c3d_rs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | pw_copy_c3d_c3d_gs (pw1, pw2) |
| copy a pw type variable | |
| subroutine | fft_wrap_pw1pw2_c3d_c3d_rs_gs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
| subroutine | fft_wrap_pw1pw2_c3d_c3d_gs_rs (pw1, pw2, debug) |
| Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type. | |
Definition at line 304 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r1d_r1d_rs | ( | type(pw_r1d_rs_type), intent(in) | pw1, |
| type(pw_r1d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 1860 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r1d_r1d_gs | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
| type(pw_r1d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 2323 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_gather_s_r1d_r3d_2 | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
| type(pw_r1d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Gathers the pw vector from a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 8216 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_scatter_s_r1d_r3d_2 | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
| type(pw_r3d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Scatters a pw vector to a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 8285 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r1d_c1d_rs | ( | type(pw_r1d_rs_type), intent(in) | pw1, |
| type(pw_c1d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 2819 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r1d_c1d_gs | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 3282 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_gather_s_r1d_c3d_2 | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_r1d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Gathers the pw vector from a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 8396 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_scatter_s_r1d_c3d_2 | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Scatters a pw vector to a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 8465 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r3d_r3d_rs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
| type(pw_r3d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 3778 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r3d_r3d_gs | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
| type(pw_r3d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 4092 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_r3d_c1d_rs_gs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 8581 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r3d_c3d_rs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
| type(pw_c3d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 4405 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_r3d_c3d_gs | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 4719 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_r3d_c3d_rs_gs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 8746 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c1d_r1d_rs | ( | type(pw_c1d_rs_type), intent(in) | pw1, |
| type(pw_r1d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 5032 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c1d_r1d_gs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_r1d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 5495 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_gather_s_c1d_r3d_2 | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Gathers the pw vector from a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 9026 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_scatter_s_c1d_r3d_2 | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_r3d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Scatters a pw vector to a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 9095 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c1d_r3d_gs_rs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_r3d_rs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 8857 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c1d_c1d_rs | ( | type(pw_c1d_rs_type), intent(in) | pw1, |
| type(pw_c1d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 5991 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c1d_c1d_gs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 6455 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_gather_s_c1d_c3d_2 | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Gathers the pw vector from a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 9323 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_scatter_s_c1d_c3d_2 | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2, | ||
| real(kind=dp), intent(in), optional | scale | ||
| ) |
Scatters a pw vector to a 3d data field.
| pw | ... |
| c | ... |
| scale | ... |
Definition at line 9392 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c1d_c3d_gs_rs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
| type(pw_c3d_rs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 9207 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c3d_r3d_rs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
| type(pw_r3d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 6952 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c3d_r3d_gs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_r3d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 7266 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c3d_r3d_gs_rs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_r3d_rs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 9504 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c3d_c1d_rs_gs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
| type(pw_c1d_gs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 9612 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c3d_c3d_rs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
| type(pw_c3d_rs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 7579 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::pw_copy_c3d_c3d_gs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2 | ||
| ) |
copy a pw type variable
| pw1 | ... |
| pw2 | ... |
Definition at line 7894 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c3d_c3d_rs_gs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
| type(pw_c3d_gs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 9738 of file pw_methods.F.
| subroutine pw_methods::pw_transfer::fft_wrap_pw1pw2_c3d_c3d_gs_rs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
| type(pw_c3d_rs_type), intent(inout) | pw2, | ||
| logical, intent(in), optional | debug | ||
| ) |
Generic function for 3d FFT of a coefficient_type or pw_r3d_rs_type.
| pw1 | ... |
| pw2 | ... |
| debug | ... |
Definition at line 9839 of file pw_methods.F.