2D AMRCLAW
Users
rjl
git
clawpack
amrclaw
src
2d
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
estdt
subroutine estdt(val, mitot, mjtot, nvar, dx, dy, dt, nghost, aux, naux, cfl)
Definition:
estdt.f:6
Generated on Sun May 7 2017 10:59:39 for 2D AMRCLAW by
1.8.14