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

Public Member Functions

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.
 

Detailed Description

Definition at line 247 of file pw_methods.F.

Member Function/Subroutine Documentation

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

...

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

Definition at line 639 of file pw_methods.F.

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

...

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

Definition at line 1376 of file pw_methods.F.

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

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

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

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

Definition at line 9153 of file pw_methods.F.


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