2D AMRCLAW
Functions/Subroutines
step2_sweep.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine step2 (maxm, meqn, maux, mbc, mx, my, qold, aux, dx, dy, dt, cflgrid, fm, fp, gm, gp, rpn2, rpt2)
 

Function/Subroutine Documentation

subroutine step2 ( 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)  dx,
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)  fm,
real(kind=8), dimension(meqn,1-mbc:mx+mbc, 1-mbc:my+mbc), intent(inout)  fp,
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,
external  rpt2 
)

Definition at line 1 of file step2_sweep.f90.

References flux2(), and rpn2().

Here is the call graph for this function: