2D AMRCLAW
Functions/Subroutines
prefilp_orig.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

recursive subroutine prefilrecur (level, nvar, valbig, aux, naux, time, mitot, mjtot, nrowst, ncolst, ilo, ihi, jlo, jhi, fullGrid)
 
integer pure function iadd (n, i, j)
 
integer pure function iaddscratch (n, i, j)
 

Function/Subroutine Documentation

integer pure function prefilrecur::iadd ( integer, intent(in)  n,
integer, intent(in)  i,
integer, intent(in)  j 
)

Definition at line 187 of file prefilp_orig.f90.

References iadd().

Here is the call graph for this function:

integer pure function prefilrecur::iaddscratch ( integer, intent(in)  n,
integer, intent(in)  i,
integer, intent(in)  j 
)

Definition at line 193 of file prefilp_orig.f90.

References iaddscratch().

Here is the call graph for this function:

recursive subroutine prefilrecur ( integer, intent(in)  level,
integer, intent(in)  nvar,
real(kind=8), dimension(nvar,mitot,mjtot), intent(inout)  valbig,
real(kind=8), dimension(naux,mitot,mjtot), intent(inout)  aux,
integer, intent(in)  naux,
real(kind=8), intent(in)  time,
integer, intent(in)  mitot,
integer, intent(in)  mjtot,
integer, intent(in)  nrowst,
integer, intent(in)  ncolst,
integer, intent(in)  ilo,
integer, intent(in)  ihi,
integer, intent(in)  jlo,
integer, intent(in)  jhi,
logical  fullGrid 
)

Definition at line 18 of file prefilp_orig.f90.

References filrecur(), iaddscratch(), and setaux().

Here is the call graph for this function: