2D AMRCLAW
estdt.f
Go to the documentation of this file.
1 c
2 c-----------------------------------------------------------------------
3 c
4  subroutine estdt(val,mitot,mjtot,nvar,dx,dy,dt,nghost,aux,
5  & naux,cfl)
6 c
7 c :::::::::::::::::::::::: ESTDT :::::::::::::::::::::::::::;
8 c estimate the initial time step for the given values
9 c ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;
10 
11  implicit double precision (a-h, o-z)
12  dimension val(nvar,mitot,mjtot)
13  dimension aux(naux,mitot,mjtot)
14 c
15 c
16  return
17  end
subroutine estdt(val, mitot, mjtot, nvar, dx, dy, dt, nghost, aux, naux, cfl)
Definition: estdt.f:6