FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Grid_getBlkType.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_getBlkType (blockID, blkType)
 

Function/Subroutine Documentation

◆ Grid_getBlkType()

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.