![]() |
(git:d18deda)
|
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 93 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 375 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 824 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 1128 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 1577 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 527 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 977 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 1280 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 1730 of file pw_methods.F.