Clawpack: AMRClaw Documentation
Adaptive Mesh Refinement
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|
Previous topic
check
Next topic
conck
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
cleanup
ΒΆ
Signature:
subroutine
cleanup(nvar,
naux)
Arguments:
integer,
intent(in)
:
nvar
: Number of solution variables.
naux
: Number of aux variables.
Description:
Final subroutine called by
amr2ez
. Reclaims all remaining storage space from grids, allowing
amr2ez
to raise a warning if memory has not been properly released.
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|