|
subroutine | pw_gather_p_r1d (pw, c, scale) |
| ...
|
|
subroutine | pw_gather_p_c1d (pw, c, scale) |
| ...
|
|
subroutine | pw_gather_s_r1d_r3d (pw, c, scale) |
| Gathers the pw vector from a 3d data field.
|
|
subroutine | pw_gather_s_r1d_c3d (pw, c, scale) |
| Gathers the pw vector from a 3d data field.
|
|
subroutine | pw_gather_s_c1d_r3d (pw, c, scale) |
| Gathers the pw vector from a 3d data field.
|
|
subroutine | pw_gather_s_c1d_c3d (pw, c, scale) |
| Gathers the pw vector from a 3d data field.
|
|
Definition at line 247 of file pw_methods.F.
◆ pw_gather_p_r1d()
subroutine pw_methods::pw_gather::pw_gather_p_r1d |
( |
type(pw_r1d_gs_type), intent(inout) |
pw, |
|
|
complex(kind=dp), dimension(:, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
◆ pw_gather_p_c1d()
subroutine pw_methods::pw_gather::pw_gather_p_c1d |
( |
type(pw_c1d_gs_type), intent(inout) |
pw, |
|
|
complex(kind=dp), dimension(:, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
◆ pw_gather_s_r1d_r3d()
subroutine pw_methods::pw_gather::pw_gather_s_r1d_r3d |
( |
type(pw_r1d_gs_type), intent(inout) |
pw, |
|
|
real(kind=dp), dimension(:, :, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Gathers the pw vector from a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 8234 of file pw_methods.F.
◆ pw_gather_s_r1d_c3d()
subroutine pw_methods::pw_gather::pw_gather_s_r1d_c3d |
( |
type(pw_r1d_gs_type), intent(inout) |
pw, |
|
|
complex(kind=dp), dimension(:, :, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Gathers the pw vector from a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 8414 of file pw_methods.F.
◆ pw_gather_s_c1d_r3d()
subroutine pw_methods::pw_gather::pw_gather_s_c1d_r3d |
( |
type(pw_c1d_gs_type), intent(inout) |
pw, |
|
|
real(kind=dp), dimension(:, :, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Gathers the pw vector from a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 9044 of file pw_methods.F.
◆ pw_gather_s_c1d_c3d()
subroutine pw_methods::pw_gather::pw_gather_s_c1d_c3d |
( |
type(pw_c1d_gs_type), intent(inout) |
pw, |
|
|
complex(kind=dp), dimension(:, :, :), intent(in), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Gathers the pw vector from a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 9341 of file pw_methods.F.
The documentation for this interface was generated from the following file: