![]() |
(git:badb799)
|
Public Member Functions | |
subroutine | pw_scale_r1d_rs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_r3d_rs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_c1d_rs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_c3d_rs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_r1d_gs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_r3d_gs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_c1d_gs (pw, a) |
multiplies pw coeffs with a number | |
subroutine | pw_scale_c3d_gs (pw, a) |
multiplies pw coeffs with a number | |
Definition at line 94 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_r1d_rs | ( | type(pw_r1d_rs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 376 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_r3d_rs | ( | type(pw_r3d_rs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 825 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_c1d_rs | ( | type(pw_c1d_rs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 1129 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_c3d_rs | ( | type(pw_c3d_rs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 1578 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_r1d_gs | ( | type(pw_r1d_gs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 528 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_r3d_gs | ( | type(pw_r3d_gs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 978 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_c1d_gs | ( | type(pw_c1d_gs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 1281 of file pw_methods.F.
subroutine pw_methods::pw_scale::pw_scale_c3d_gs | ( | type(pw_c3d_gs_type), intent(inout) | pw, |
real(kind=dp), intent(in) | a | ||
) |
multiplies pw coeffs with a number
pw | ... |
a | ... |
Definition at line 1731 of file pw_methods.F.