15subroutine Stencils_lsFaceProps3dFixedSmear(phi,iPropX,iPropY,iPropZ,lsScalarProp,ix1,ix2,jy1,jy2,kz1,kz2)
17 integer,
intent(in) :: ix1,ix2,jy1,jy2,kz1,kz2
18 real,
intent(in) :: lsScalarProp
19 real, dimension(:,:,:),
intent(in) :: phi
20 real, dimension(:,:,:),
intent(inout) :: iPropX,iPropY,iPropZ
23subroutine Stencils_lsFaceProps3dUserSmear(phi,iPropX,iPropY,iPropZ,lsScalarProp,ix1,ix2,jy1,jy2,kz1,kz2,iSmear)
25 integer,
intent(in) :: ix1,ix2,jy1,jy2,kz1,kz2
26 real,
intent(in) :: lsScalarProp
27 real, dimension(:,:,:),
intent(in) :: phi
28 real, dimension(:,:,:),
intent(inout) :: iPropX,iPropY,iPropZ
29 real,
intent(in) :: iSmear
subroutine Stencils_lsFaceProps3dUserSmear(phi, iPropX, iPropY, iPropZ, lsScalarProp, ix1, ix2, jy1, jy2, kz1, kz2, iSmear)
subroutine Stencils_lsFaceProps3dFixedSmear(phi, iPropX, iPropY, iPropZ, lsScalarProp, ix1, ix2, jy1, jy2, kz1, kz2)