2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | flux2_dimsplit (ixy, maxm, meqn, maux, mbc, mx, q1d, dtdx1d, aux2, faddm, faddp, cfl1d, wave, s, cqxx, rpn2) |
subroutine flux2_dimsplit | ( | 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) | aux2, | ||
dimension(meqn,1-mbc:maxm+mbc) | faddm, | ||
dimension(meqn,1-mbc:maxm+mbc) | faddp, | ||
cfl1d, | |||
dimension(meqn, mwaves, 1-mbc:maxm+mbc) | wave, | ||
dimension(mwaves, 1-mbc:maxm+mbc) | s, | ||
dimension(meqn,1-mbc:maxm+mbc) | cqxx, | ||
external | rpn2 | ||
) |
Definition at line 8 of file flux2_dimSplit.f.
References limiter(), amr_module::method, amr_module::mthlim, amr_module::mwaves, rpn2(), and amr_module::use_fwaves.
Referenced by step2x(), and step2y().