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

Go to the source code of this file.

Functions/Subroutines

logical function Simulation_wantsRebalance (nstep, time)
 

Function/Subroutine Documentation

◆ Simulation_wantsRebalance()

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.