FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
logical function | Simulation_wantsRebalance (nstep, time) |
logical function Simulation_wantsRebalance | ( | integer, intent(in) | nstep, |
real, intent(in) | time | ||
) |
The Simulation_wantsRebalance interface provides a way to customize how often Grid_updateRefinement requests a rebalance. This provides a way to redistribute load even if no blocks are being refined or derefined.
nstep : current step time : current time
Definition at line 27 of file Simulation_wantsRebalance.F90.