![]() |
(git:d18deda)
|
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 164 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 2012 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 2971 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 3865 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 4492 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 5184 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 6143 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 7039 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 7666 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 2473 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 3432 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 4177 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 4804 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 5645 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 6605 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 7351 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 7979 of file pw_methods.F.