(git:c5411e0)
Loading...
Searching...
No Matches
pw_methods::pw_scatter Interface Reference

Public Member Functions

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.
 

Detailed Description

Definition at line 256 of file pw_methods.F.

Member Function/Subroutine Documentation

◆ 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 
)

...

Parameters
pw...
c...
scale...

Definition at line 696 of file pw_methods.F.

◆ 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 
)

...

Parameters
pw...
c...
scale...

Definition at line 1433 of file pw_methods.F.

◆ 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
pw...
c...
scale...
History
none
Author
JGH

Definition at line 8115 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
pw...
c...
scale...
History
none
Author
JGH

Definition at line 8295 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
pw...
c...
scale...
History
none
Author
JGH

Definition at line 8925 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
pw...
c...
scale...
History
none
Author
JGH

Definition at line 9222 of file pw_methods.F.


The documentation for this interface was generated from the following file: