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

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_setWorkBounds (pwork_bnd, lwork_bnd, bnd_type)
 

Function/Subroutine Documentation

◆ Grid_setWorkBounds()

subroutine Grid_setWorkBounds ( real, intent(in)  pwork_bnd,
real, intent(in)  lwork_bnd,
integer, intent(in)  bnd_type 
)

Sets the upper or lower bounds for work. Used for load distribution in Paramesh.

pwork_bnd - work bound for non-leaf blocks lwork_bnd - work bound for leaf blocks bnd_type - bound type. Options = {LOW, HIGH}

Definition at line 25 of file Grid_setWorkBounds.F90.