![]() |
(git:badb799)
|
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 184 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 2171 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 3130 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 3945 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 4572 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 5343 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 6302 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 7119 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 7746 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 2632 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 3591 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 4257 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 4884 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 5804 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 6764 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 7431 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 8059 of file pw_methods.F.