2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | src1d (meqn, mbc, mx1d, q1d, maux, aux1d, t, dt) |
subroutine src1d | ( | integer, intent(in) | meqn, |
integer, intent(in) | mbc, | ||
integer, intent(in) | mx1d, | ||
real(kind=8), dimension(meqn,mx1d), intent(inout) | q1d, | ||
integer, intent(in) | maux, | ||
real(kind=8), dimension(maux,mx1d), intent(in) | aux1d, | ||
real(kind=8), intent(in) | t, | ||
real(kind=8), intent(in) | dt | ||
) |