FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Stencils_diffusion2d.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Stencils_diffusion2dConst (rhs, phi, dx, dy, Coeff, ix1, ix2, jy1, jy2)
 
subroutine Stencils_diffusion2dVar (rhs, phi, dx, dy, Coeff, ix1, ix2, jy1, jy2)
 

Function/Subroutine Documentation

◆ Stencils_diffusion2dConst()

subroutine Stencils_diffusion2dConst ( real, dimension(:,:,:), intent(inout)  rhs,
real, dimension(:,:,:), intent(in)  phi,
real, intent(in)  dx,
real, intent(in)  dy,
real  Coeff,
integer, intent(in)  ix1,
integer, intent(in)  ix2,
integer, intent(in)  jy1,
integer, intent(in)  jy2 
)

Definition at line 15 of file Stencils_diffusion2d.F90.

◆ Stencils_diffusion2dVar()

subroutine Stencils_diffusion2dVar ( real, dimension(:,:,:), intent(inout)  rhs,
real, dimension(:,:,:), intent(in)  phi,
real, intent(in)  dx,
real, intent(in)  dy,
real  Coeff,
integer, intent(in)  ix1,
integer, intent(in)  ix2,
integer, intent(in)  jy1,
integer, intent(in)  jy2 
)

Definition at line 24 of file Stencils_diffusion2d.F90.