![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | pw_multiply_r1d_r1d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r1d_c1d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r3d_r3d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r3d_c3d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c1d_r1d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c1d_c1d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c3d_r3d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c3d_c3d_rs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r1d_r1d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r1d_c1d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r3d_r3d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_r3d_c3d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c1d_r1d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c1d_c1d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c3d_r3d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
subroutine | pw_multiply_c3d_c3d_gs (pw_out, pw1, pw2, alpha) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1 | |
Definition at line 183 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r1d_r1d_rs | ( | type(pw_r1d_rs_type), intent(inout) | pw_out, |
type(pw_r1d_rs_type), intent(in) | pw1, | ||
type(pw_r1d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 2170 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r1d_c1d_rs | ( | type(pw_r1d_rs_type), intent(inout) | pw_out, |
type(pw_r1d_rs_type), intent(in) | pw1, | ||
type(pw_c1d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 3129 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r3d_r3d_rs | ( | type(pw_r3d_rs_type), intent(inout) | pw_out, |
type(pw_r3d_rs_type), intent(in) | pw1, | ||
type(pw_r3d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 3944 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r3d_c3d_rs | ( | type(pw_r3d_rs_type), intent(inout) | pw_out, |
type(pw_r3d_rs_type), intent(in) | pw1, | ||
type(pw_c3d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 4571 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c1d_r1d_rs | ( | type(pw_c1d_rs_type), intent(inout) | pw_out, |
type(pw_c1d_rs_type), intent(in) | pw1, | ||
type(pw_r1d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 5342 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c1d_c1d_rs | ( | type(pw_c1d_rs_type), intent(inout) | pw_out, |
type(pw_c1d_rs_type), intent(in) | pw1, | ||
type(pw_c1d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 6301 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c3d_r3d_rs | ( | type(pw_c3d_rs_type), intent(inout) | pw_out, |
type(pw_c3d_rs_type), intent(in) | pw1, | ||
type(pw_r3d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 7118 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c3d_c3d_rs | ( | type(pw_c3d_rs_type), intent(inout) | pw_out, |
type(pw_c3d_rs_type), intent(in) | pw1, | ||
type(pw_c3d_rs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 7745 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r1d_r1d_gs | ( | type(pw_r1d_gs_type), intent(inout) | pw_out, |
type(pw_r1d_gs_type), intent(in) | pw1, | ||
type(pw_r1d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 2631 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r1d_c1d_gs | ( | type(pw_r1d_gs_type), intent(inout) | pw_out, |
type(pw_r1d_gs_type), intent(in) | pw1, | ||
type(pw_c1d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 3590 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r3d_r3d_gs | ( | type(pw_r3d_gs_type), intent(inout) | pw_out, |
type(pw_r3d_gs_type), intent(in) | pw1, | ||
type(pw_r3d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 4256 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_r3d_c3d_gs | ( | type(pw_r3d_gs_type), intent(inout) | pw_out, |
type(pw_r3d_gs_type), intent(in) | pw1, | ||
type(pw_c3d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 4883 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c1d_r1d_gs | ( | type(pw_c1d_gs_type), intent(inout) | pw_out, |
type(pw_c1d_gs_type), intent(in) | pw1, | ||
type(pw_r1d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 5803 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c1d_c1d_gs | ( | type(pw_c1d_gs_type), intent(inout) | pw_out, |
type(pw_c1d_gs_type), intent(in) | pw1, | ||
type(pw_c1d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 6763 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c3d_r3d_gs | ( | type(pw_c3d_gs_type), intent(inout) | pw_out, |
type(pw_c3d_gs_type), intent(in) | pw1, | ||
type(pw_r3d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 7430 of file pw_methods.F.
subroutine pw_methods::pw_multiply::pw_multiply_c3d_c3d_gs | ( | type(pw_c3d_gs_type), intent(inout) | pw_out, |
type(pw_c3d_gs_type), intent(in) | pw1, | ||
type(pw_c3d_gs_type), intent(in) | pw2, | ||
real(kind=dp), intent(in), optional | alpha | ||
) |
pw_out = pw_out + alpha * pw1 * pw2 alpha defaults to 1
pw_out | ... |
pw1 | ... |
pw2 | ... |
alpha | ... |
Definition at line 8058 of file pw_methods.F.