17 real, dimension(:,:,:),
intent(inout) :: rhs
18 real, dimension(:,:,:),
intent(in) :: phi
19 real,
intent(in) :: Coeff
20 real,
intent(in) :: dx, dy
21 integer,
intent(in) :: ix1, ix2, jy1, jy2
26 real, dimension(:,:,:),
intent(inout) :: rhs
27 real, dimension(:,:,:),
intent(in) :: phi
28 real, dimension(:,:,:),
intent(in) :: Coeff
29 real,
intent(in) :: dx, dy
30 integer,
intent(in) :: ix1, ix2, jy1, jy2
subroutine Stencils_diffusion2dConst(rhs, phi, dx, dy, Coeff, ix1, ix2, jy1, jy2)
subroutine Stencils_diffusion2dVar(rhs, phi, dx, dy, Coeff, ix1, ix2, jy1, jy2)