estdt.f.html | ![]() |
Source file: estdt.f | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/amrclaw/2d/lib | |
Converted: Sun May 15 2011 at 19:16:14 using clawcode2html | |
This documentation file will not reflect any later changes in the source file. |
c c----------------------------------------------------------------------- c subroutine estdt(val,mitot,mjtot,nvar,dx,dy,dt,nghost,aux, & naux,cfl) c c :::::::::::::::::::::::: ESTDT :::::::::::::::::::::::::::; c estimate the initial time step for the given values c ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::; implicit double precision (a-h, o-z) dimension val(mitot,mjtot,nvar) dimension aux(mitot,mjtot,naux) c c return end