Go to the source code of this file.
|
subroutine | flux2 (ixy, maxm, meqn, maux, mbc, mx, q1d, dtdx1d, aux1, aux2, aux3, faddm, faddp, gaddm, gaddp, cfl1d, wave, s, amdq, apdq, cqxx, bmasdq, bpasdq, rpn2, rpt2) |
|
subroutine flux2 |
( |
|
ixy, |
|
|
|
maxm, |
|
|
|
meqn, |
|
|
|
maux, |
|
|
|
mbc, |
|
|
|
mx, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
q1d, |
|
|
dimension(1-mbc:maxm+mbc) |
dtdx1d, |
|
|
dimension(maux,1-mbc:maxm+mbc) |
aux1, |
|
|
dimension(maux,1-mbc:maxm+mbc) |
aux2, |
|
|
dimension(maux,1-mbc:maxm+mbc) |
aux3, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
faddm, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
faddp, |
|
|
dimension(meqn,1-mbc:maxm+mbc, 2) |
gaddm, |
|
|
dimension(meqn,1-mbc:maxm+mbc, 2) |
gaddp, |
|
|
|
cfl1d, |
|
|
dimension(meqn, mwaves, 1-mbc:maxm+mbc) |
wave, |
|
|
dimension(mwaves, 1-mbc:maxm+mbc) |
s, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
amdq, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
apdq, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
cqxx, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
bmasdq, |
|
|
dimension(meqn,1-mbc:maxm+mbc) |
bpasdq, |
|
|
external |
rpn2, |
|
|
external |
rpt2 |
|
) |
| |