|
2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | setflags (iflags, isize, jsize, rctold, idim3, mitot, mjtot, mptr) |
| subroutine setflags | ( | integer(kind=1), dimension(0:isize+1,0:jsize+1) | iflags, |
| isize, | |||
| jsize, | |||
| dimension(idim3,mitot,mjtot) | rctold, | ||
| idim3, | |||
| mitot, | |||
| mjtot, | |||
| mptr | |||
| ) |
transfer flagged arrays into 1 large array of entire domain makes buffering, projecting, etc. easier without searching through all kinds of grids
Definition at line 6 of file setflags.f.
References amr_module::ndilo, amr_module::ndjlo, amr_module::nghost, and amr_module::node.
Referenced by fixcapaq().

1.8.14