17 integer,
intent(in) :: ix1,ix2,jy1,jy2
18 real,
intent(in) :: lsScalarProp
19 real, dimension(:,:,:),
intent(in) :: phi
20 real, dimension(:,:,:),
intent(inout) :: iPropX,iPropY
25 integer,
intent(in) :: ix1,ix2,jy1,jy2
26 real,
intent(in) :: lsScalarProp
27 real, dimension(:,:,:),
intent(in) :: phi
28 real, dimension(:,:,:),
intent(inout) :: iPropX,iPropY
29 real,
intent(in) :: iSmear
subroutine Stencils_lsFaceProps2dUserSmear(phi, iPropX, iPropY, lsScalarProp, ix1, ix2, jy1, jy2, iSmear)
subroutine Stencils_lsFaceProps2dFixedSmear(phi, iPropX, iPropY, lsScalarProp, ix1, ix2, jy1, jy2)