FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Grid_getCellVolumes (level, lo, hi, volumes) |
subroutine Grid_getCellVolumes | ( | integer | level, |
integer, dimension(1:MDIM) | lo, | ||
integer, dimension(1:MDIM) | hi, | ||
real, dimension(lo(IAXIS):hi(IAXIS), lo(JAXIS):hi(JAXIS), lo(KAXIS):hi(KAXIS)) | volumes | ||
) |
level - refinement level. This is 1-based, i.e., the root level is numbered 1. lo - the lower-left point in the global cell-centered index space that specifies, togehter with hi, the region of cells whose volumes are requested. hi - the upper-right point in the global cell-centered index space that specifies, together with lo, the region of cells whose volumes are requested. volumes - the array in which the requested volume values will be stored
Definition at line 32 of file Grid_getCellVolumes.F90.