2D AMRCLAW
Functions/Subroutines
estdt.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine estdt (val, mitot, mjtot, nvar, dx, dy, dt, nghost, aux, naux, cfl)
 

Function/Subroutine Documentation

◆ 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().

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
Here is the caller graph for this function: