2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | filval (val, mitot, mjtot, dx, dy, level, time, mic, mjc, xleft, xright, ybot, ytop, nvar, mptr, ilo, ihi, jlo, jhi, aux, naux) |
subroutine | dumpaux (aux, naux, mitot, mjtot) |
subroutine dumpaux | ( | real(kind=8), dimension(naux,mitot,mjtot) | aux, |
integer | naux, | ||
integer | mitot, | ||
integer | mjtot | ||
) |
Definition at line 225 of file filval.f90.
subroutine filval | ( | real(kind=8), dimension(nvar,mitot,mjtot), intent(inout) | val, |
integer, intent(in) | mitot, | ||
integer, intent(in) | mjtot, | ||
real(kind=8), intent(in) | dx, | ||
real(kind=8), intent(in) | dy, | ||
integer, intent(in) | level, | ||
real(kind=8), intent(in) | time, | ||
integer, intent(in) | mic, | ||
integer, intent(in) | mjc, | ||
real(kind=8), intent(in) | xleft, | ||
real(kind=8), intent(in) | xright, | ||
real(kind=8), intent(in) | ybot, | ||
real(kind=8), intent(in) | ytop, | ||
integer, intent(in) | nvar, | ||
integer, intent(in) | mptr, | ||
integer, intent(in) | ilo, | ||
integer, intent(in) | ihi, | ||
integer, intent(in) | jlo, | ||
integer, intent(in) | jhi, | ||
real(kind=8), dimension(naux,mitot,mjtot), intent(inout) | aux, | ||
integer, intent(in) | naux | ||
) |
Definition at line 10 of file filval.f90.
References bc2amr(), fixcapaq(), icall(), intcopy(), preicall(), preintcopy(), setaux(), and setflags().
Referenced by gfixup().