2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | outmsh (mptr, outgrd, nvar, naux) |
Output the grid descriptor of grid mptr and optionally the values on the grid (for a single grid - see "outtre" for outputing a subtree) More... | |
subroutine outmsh | ( | mptr, | |
logical | outgrd, | ||
nvar, | |||
naux | |||
) |
Output the grid descriptor of grid mptr and optionally the values on the grid (for a single grid - see "outtre" for outputing a subtree)
[in] | mptr | pointer to (grid number of) the grid descriptor |
[in] | outgrd | If true, output value on grid |
[in] | nvar | number of equations for the system |
[in] | naux | number of auxiliary variables |
Definition at line 12 of file outmsh.f.
References amr_module::alloc, amr_module::cfluxptr, amr_module::cornxhi, amr_module::cornxlo, amr_module::cornyhi, amr_module::cornylo, amr_module::ffluxptr, amr_module::hxposs, amr_module::hyposs, amr_module::levelptr, amr_module::ndihi, amr_module::ndilo, amr_module::ndjhi, amr_module::ndjlo, amr_module::nestlevel, amr_module::nghost, amr_module::node, amr_module::outunit, outval(), amr_module::possk, amr_module::rnode, amr_module::store1, amr_module::store2, amr_module::storeaux, and amr_module::timemult.
Referenced by nestck2(), outlev(), and outtre().