2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | intcopy (val, mitot, mjtot, nvar, ilo, ihi, jlo, jhi, level, iputst, jputst) |
For a rectangle that is on level level, described by ilo, ihi, jlo, jhi and made up by mitot mjtot cells, copy solution from all (OLD) grids on level level to val, which stores solution on this rectangle. More... | |
subroutine intcopy | ( | dimension(nvar,mitot,mjtot) | val, |
mitot, | |||
mjtot, | |||
nvar, | |||
ilo, | |||
ihi, | |||
jlo, | |||
jhi, | |||
level, | |||
iputst, | |||
jputst | |||
) |
For a rectangle that is on level level, described by ilo, ihi, jlo, jhi and made up by mitot mjtot cells, copy solution from all (OLD) grids on level level to val, which stores solution on this rectangle.
Some portions of the rectangle may not be filled since they do not overlap with any level level grids.
Definition at line 14 of file intcopy.f.
References amr_module::alloc, iadd(), amr_module::levelptr, amr_module::lstart, amr_module::ndihi, amr_module::ndilo, amr_module::ndjhi, amr_module::ndjlo, amr_module::nghost, amr_module::node, and amr_module::store1.
Referenced by filval(), and preintcopy().