2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | birect (mptr1) |
Check each grid, starting with mptr1 (either newstl or lstart) to see that it has no more than max1d points in either dimensions. More... | |
subroutine birect | ( | mptr1 | ) |
Check each grid, starting with mptr1 (either newstl or lstart) to see that it has no more than max1d points in either dimensions.
needed so that scratch array space in stepgrid not exceeded.
Also check for too small grids - but has never happened.
Definition at line 11 of file birect.f.
References amr_module::cornxhi, amr_module::cornxlo, amr_module::cornyhi, amr_module::cornylo, amr_module::hxposs, amr_module::hyposs, amr_module::intratx, amr_module::intraty, amr_module::levelptr, amr_module::max1d, amr_module::ndihi, amr_module::ndilo, amr_module::ndjhi, amr_module::ndjlo, amr_module::nestlevel, amr_module::nghost, amr_module::node, nodget(), amr_module::rnode, and amr_module::timemult.
Referenced by domain(), and grdfit().