![]() |
(git:badb799)
|
Public Member Functions | |
subroutine | pw_axpy_r1d_r1d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r1d_c1d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r3d_r3d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r3d_c3d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c1d_r1d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c1d_c1d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c3d_r3d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c3d_c3d_rs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r1d_r1d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r1d_c1d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r3d_r3d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_r3d_c3d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c1d_r1d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c1d_c1d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c3d_r3d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
subroutine | pw_axpy_c3d_c3d_gs (pw1, pw2, alpha, beta, allow_noncompatible_grids) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1 | |
Definition at line 165 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r1d_r1d_rs | ( | type(pw_r1d_rs_type), intent(in) | pw1, |
type(pw_r1d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 2013 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r1d_c1d_rs | ( | type(pw_r1d_rs_type), intent(in) | pw1, |
type(pw_c1d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 2972 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r3d_r3d_rs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
type(pw_r3d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 3866 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r3d_c3d_rs | ( | type(pw_r3d_rs_type), intent(in) | pw1, |
type(pw_c3d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 4493 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c1d_r1d_rs | ( | type(pw_c1d_rs_type), intent(in) | pw1, |
type(pw_r1d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 5185 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c1d_c1d_rs | ( | type(pw_c1d_rs_type), intent(in) | pw1, |
type(pw_c1d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 6144 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c3d_r3d_rs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
type(pw_r3d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 7040 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c3d_c3d_rs | ( | type(pw_c3d_rs_type), intent(in) | pw1, |
type(pw_c3d_rs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 7667 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r1d_r1d_gs | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
type(pw_r1d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 2474 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r1d_c1d_gs | ( | type(pw_r1d_gs_type), intent(in) | pw1, |
type(pw_c1d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 3433 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r3d_r3d_gs | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
type(pw_r3d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 4178 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_r3d_c3d_gs | ( | type(pw_r3d_gs_type), intent(in) | pw1, |
type(pw_c3d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 4805 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c1d_r1d_gs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
type(pw_r1d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 5646 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c1d_c1d_gs | ( | type(pw_c1d_gs_type), intent(in) | pw1, |
type(pw_c1d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 6606 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c3d_r3d_gs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
type(pw_r3d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 7352 of file pw_methods.F.
subroutine pw_methods::pw_axpy::pw_axpy_c3d_c3d_gs | ( | type(pw_c3d_gs_type), intent(in) | pw1, |
type(pw_c3d_gs_type), intent(inout) | pw2, | ||
real(kind=dp), intent(in), optional | alpha, | ||
real(kind=dp), intent(in), optional | beta, | ||
logical, intent(in), optional | allow_noncompatible_grids | ||
) |
pw2 = alpha*pw1 + beta*pw2 alpha defaults to 1, beta defaults to 1
pw1 | ... |
pw2 | ... |
alpha | ... |
beta | ... |
allow_noncompatible_grids | ... |
Definition at line 7980 of file pw_methods.F.