|
subroutine | weight_product1d (fin, fout, N, w, r, s, bc_type) |
|
subroutine | weight_product2d_x1 (fin, fout, N, w, r, s, bc_type) |
|
◆ weight_product1d()
subroutine weight_product1d |
( |
real(kind=f64), dimension(:), intent(in) |
fin, |
|
|
real(kind=f64), dimension(:), intent(out) |
fout, |
|
|
integer(kind=i32), intent(in) |
N, |
|
|
real(kind=f64), dimension(r:s), intent(in) |
w, |
|
|
integer(kind=i32), intent(in) |
r, |
|
|
integer(kind=i32), intent(in) |
s, |
|
|
integer(kind=i32), intent(in) |
bc_type |
|
) |
| |
|
private |
◆ weight_product2d_x1()
subroutine weight_product2d_x1 |
( |
real(kind=f64), dimension(:, :), intent(in) |
fin, |
|
|
real(kind=f64), dimension(:, :), intent(out) |
fout, |
|
|
integer(kind=i32), dimension(2), intent(in) |
N, |
|
|
real(kind=f64), dimension(r:s), intent(in) |
w, |
|
|
integer(kind=i32), intent(in) |
r, |
|
|
integer(kind=i32), intent(in) |
s, |
|
|
integer(kind=i32), intent(in) |
bc_type |
|
) |
| |
|
private |