Go to the source code of this file.
|
subroutine | src1d (meqn, mbc, mx1d, q1d, maux, aux1d, t, dt) |
|
◆ src1d()
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 |
|
) |
| |
Definition at line 2 of file src1d.f90.
Referenced by qad().
21 integer,
intent(in) :: meqn,mbc,mx1d,maux
22 real(kind=8),
intent(in) :: t, dt
23 real(kind=8),
intent(in) :: aux1d(maux,mx1d)
24 real(kind=8),
intent(inout) :: q1d(meqn,mx1d)