FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Grid_getBlkType (blockID, blkType) |
subroutine Grid_getBlkType | ( | integer | blockID, |
integer | blkType | ||
) |
Get the type of block. This is relevant only in AMR mode. Valid types are described in constants.h, and include LEAF, PARENT and ANCESTOR for paramesh.
blockID - the local block number blkType - returned value
NOTES
For UG and Amrex Grid implementations, blkType is always returned as LEAF, and the blockID argument is ignored.
Definition at line 30 of file Grid_getBlkType.F90.