|
subroutine | pw_scatter_p_r1d (pw, c, scale) |
| ...
|
|
subroutine | pw_scatter_p_c1d (pw, c, scale) |
| ...
|
|
subroutine | pw_scatter_s_r1d_r3d (pw, c, scale) |
| Scatters a pw vector to a 3d data field.
|
|
subroutine | pw_scatter_s_r1d_c3d (pw, c, scale) |
| Scatters a pw vector to a 3d data field.
|
|
subroutine | pw_scatter_s_c1d_r3d (pw, c, scale) |
| Scatters a pw vector to a 3d data field.
|
|
subroutine | pw_scatter_s_c1d_c3d (pw, c, scale) |
| Scatters a pw vector to a 3d data field.
|
|
Definition at line 256 of file pw_methods.F.
◆ pw_scatter_p_r1d()
subroutine pw_methods::pw_scatter::pw_scatter_p_r1d |
( |
type(pw_r1d_gs_type), intent(in) |
pw, |
|
|
complex(kind=dp), dimension(:, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
◆ pw_scatter_p_c1d()
subroutine pw_methods::pw_scatter::pw_scatter_p_c1d |
( |
type(pw_c1d_gs_type), intent(in) |
pw, |
|
|
complex(kind=dp), dimension(:, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
◆ pw_scatter_s_r1d_r3d()
subroutine pw_methods::pw_scatter::pw_scatter_s_r1d_r3d |
( |
type(pw_r1d_gs_type), intent(in) |
pw, |
|
|
real(kind=dp), dimension(:, :, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Scatters a pw vector to a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 8303 of file pw_methods.F.
◆ pw_scatter_s_r1d_c3d()
subroutine pw_methods::pw_scatter::pw_scatter_s_r1d_c3d |
( |
type(pw_r1d_gs_type), intent(in) |
pw, |
|
|
complex(kind=dp), dimension(:, :, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Scatters a pw vector to a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 8483 of file pw_methods.F.
◆ pw_scatter_s_c1d_r3d()
subroutine pw_methods::pw_scatter::pw_scatter_s_c1d_r3d |
( |
type(pw_c1d_gs_type), intent(in) |
pw, |
|
|
real(kind=dp), dimension(:, :, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Scatters a pw vector to a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 9113 of file pw_methods.F.
◆ pw_scatter_s_c1d_c3d()
subroutine pw_methods::pw_scatter::pw_scatter_s_c1d_c3d |
( |
type(pw_c1d_gs_type), intent(in) |
pw, |
|
|
complex(kind=dp), dimension(:, :, :), intent(inout), contiguous |
c, |
|
|
real(kind=dp), intent(in), optional |
scale |
|
) |
| |
Scatters a pw vector to a 3d data field.
- Parameters
-
- History
- none
- Author
- JGH
Definition at line 9410 of file pw_methods.F.
The documentation for this interface was generated from the following file: