FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Hydro_consolidateCFL () |
subroutine Hydro_consolidateCFL |
Consolidate the CFL factors of different MPI tasks by a global reduction operation.
Different MPI tasks may have computed different values for an updated Hydro CFL factor. This routine should be called before Hydro_computeDt is called to compute an updated Hydro time step.
No arguments
SIDE EFFECTS
The CFL factor used by the Hydro unit is updated.
NOTES
This routine must be called collectively by all MPI tasks in the global Hydro communicator.
Definition at line 38 of file Hydro_consolidateCFL.F90.