calc_timestep_flow_cube_mod Subroutine

private subroutine calc_timestep_flow_cube_mod(cfl, length, dt, timestep, nPoly)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: cfl

CFL number

real(kind=rk), intent(in) :: length

Reference length of all elements

real(kind=rk), intent(out) :: dt

Resulting time step width

type(atl_timestep_type), intent(in) :: timestep

Info about the timestep type

integer, intent(in) :: nPoly