2D AMRCLAW
Functions/Subroutines
prefilp.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

recursive subroutine prefilrecur (level, nvar, valbig, auxbig, naux, time, mitot, mjtot, nrowst, ncolst, ilo, ihi, jlo, jhi, iglo, ighi, jglo, jghi, patchOnly)
 
integer pure function iadd (n, i, j)
 
integer pure function iaddscratch (n, i, j)
 
subroutine patchcopyout (nvar, valpatch, mi, mj, valbig, mitot, mjtot, i1, i2, j1, j2, iglo, jglo)
 
subroutine auxcopyin (auxPatch, mi, mj, auxbig, mitot, mjtot, naux, i1, i2, j1, j2, iglo, jglo)
 

Function/Subroutine Documentation

subroutine auxcopyin ( real(kind=8), dimension(naux,mi,mj), intent(inout)  auxPatch,
integer  mi,
integer  mj,
real(kind=8), dimension(naux,mitot,mjtot), intent(inout)  auxbig,
integer  mitot,
integer  mjtot,
integer  naux,
integer  i1,
integer  i2,
integer  j1,
integer  j2,
integer  iglo,
integer  jglo 
)

Definition at line 249 of file prefilp.f90.

Referenced by prefilrecur().

Here is the caller graph for this function:

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

Definition at line 200 of file prefilp.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 206 of file prefilp.f90.

Referenced by iaddscratch(), and prefilrecur().

Here is the caller graph for this function:

subroutine patchcopyout ( integer  nvar,
real(kind=8), dimension(nvar,mi,mj), intent(inout)  valpatch,
integer  mi,
integer  mj,
real(kind=8), dimension(nvar,mitot,mjtot), intent(inout)  valbig,
integer  mitot,
integer  mjtot,
integer  i1,
integer  i2,
integer  j1,
integer  j2,
integer  iglo,
integer  jglo 
)

Definition at line 218 of file prefilp.f90.

Referenced by prefilrecur().

Here is the caller 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)  auxbig,
integer, intent(in)  naux,
real(kind=8), intent(in)  time,
integer, intent(in)  mitot,
integer, intent(in)  mjtot,
integer  nrowst,
integer  ncolst,
integer, intent(in)  ilo,
integer, intent(in)  ihi,
integer, intent(in)  jlo,
integer, intent(in)  jhi,
integer, intent(in)  iglo,
integer, intent(in)  ighi,
integer, intent(in)  jglo,
integer, intent(in)  jghi,
logical  patchOnly 
)

Definition at line 18 of file prefilp.f90.

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

Referenced by bound(), and filrecur().

Here is the call graph for this function:

Here is the caller graph for this function: