2D AMRCLAW
Functions/Subroutines
filpatch_orig.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

recursive subroutine filrecur (level, nvar, valbig, aux, naux, t, mx, my, nrowst, ncolst, ilo, ihi, jlo, jhi)
 
integer pure function coarse_index (n, i, j)
 
logical pure function sticksout (iplo, iphi, jplo, jphi)
 

Function/Subroutine Documentation

integer pure function filrecur::coarse_index ( integer, intent(in)  n,
integer, intent(in)  i,
integer, intent(in)  j 
)

Definition at line 259 of file filpatch_orig.f90.

References coarse_index().

Here is the call graph for this function:

recursive subroutine filrecur ( integer, intent(in)  level,
integer, intent(in)  nvar,
real(kind=8), dimension(nvar,mx,my), intent(inout)  valbig,
real(kind=8), dimension(naux,mx,my), intent(inout)  aux,
integer, intent(in)  naux,
real(kind=8), intent(in)  t,
integer, intent(in)  mx,
integer, intent(in)  my,
integer, intent(in)  nrowst,
integer, intent(in)  ncolst,
integer, intent(in)  ilo,
integer, intent(in)  ihi,
integer, intent(in)  jlo,
integer, intent(in)  jhi 
)

Definition at line 15 of file filpatch_orig.f90.

References bc2amr(), coarse_index(), filrecur(), intfil(), prefilrecur(), setaux(), sticksout(), and trimbd().

Here is the call graph for this function:

logical pure function filrecur::sticksout ( integer, intent(in)  iplo,
integer, intent(in)  iphi,
integer, intent(in)  jplo,
integer, intent(in)  jphi 
)

Definition at line 265 of file filpatch_orig.f90.

References sticksout().

Here is the call graph for this function: