SUBROUTINE problemBADCFL(NodeInfo Info)
Defined In:
contrib/astro/problem.f90
NodeInfo
Info. A grid to be operated on.
Description:
If the grid's CFL number (Info%CFL
) is greater than 1000, this subroutine will print an error message and kill the program.
Called In:
MusclBear :: advance()
WaveBear :: advance()
WaveBear :: numflux()
CompactBear :: advance()
Modules Used:
NodeInfoDef
Files Included:
None.