2D AMRCLAW
Functions/Subroutines
step2y.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine step2y (maxm, meqn, maux, mbc, mx, my, qold, aux, dy, dt, cflgrid, gm, gp, rpn2)
 

Function/Subroutine Documentation

subroutine step2y ( integer, intent(in)  maxm,
integer, intent(in)  meqn,
integer, intent(in)  maux,
integer, intent(in)  mbc,
integer, intent(in)  mx,
integer, intent(in)  my,
real(kind=8), dimension(meqn, 1-mbc:mx+mbc, 1-mbc:my+mbc), intent(inout)  qold,
real(kind=8), dimension(maux,1-mbc:mx+mbc, 1-mbc:my+mbc), intent(inout)  aux,
real(kind=8), intent(in)  dy,
real(kind=8), intent(in)  dt,
real(kind=8), intent(inout)  cflgrid,
real(kind=8), dimension(meqn,1-mbc:mx+mbc, 1-mbc:my+mbc), intent(inout)  gm,
real(kind=8), dimension(meqn,1-mbc:mx+mbc, 1-mbc:my+mbc), intent(inout)  gp,
external  rpn2 
)

Definition at line 4 of file step2y.f90.

References flux2_dimsplit(), and rpn2().

Referenced by stepgrid_dimsplit().

Here is the call graph for this function:

Here is the caller graph for this function: