Go to the source code of this file.
|
subroutine | estdt (val, mitot, mjtot, nvar, dx, dy, dt, nghost, aux, naux, cfl) |
|
◆ estdt()
subroutine estdt |
( |
dimension(nvar,mitot,mjtot) |
val, |
|
|
|
mitot, |
|
|
|
mjtot, |
|
|
|
nvar, |
|
|
|
dx, |
|
|
|
dy, |
|
|
|
dt, |
|
|
|
nghost, |
|
|
dimension(naux,mitot,mjtot) |
aux, |
|
|
|
naux, |
|
|
|
cfl |
|
) |
| |
Definition at line 6 of file estdt.f.
Referenced by domain().
11 implicit double precision (a-h, o-z)
12 dimension val(nvar,mitot,mjtot)
13 dimension aux(naux,mitot,mjtot)