2D AMRCLAW
|
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) |
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 5 of file step2y.f90.
References flux2_dimsplit(), amr_module::mcapa, and rpn2().
Referenced by stepgrid_dimsplit().