Clawpack: AMRClaw Documentation
Adaptive Mesh Refinement
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|
Previous topic
bound
Next topic
cleanup
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
check
ΒΆ
Signature:
subroutine
check(nsteps,
time,
nvar,
naux)
Arguments:
integer,
intent(in)
:
nsteps
: Number of steps taken on the coarse grid since the start.
nvar
: Number of solution variables.
naux
: Number of aux variables.
double
precision,
intent(in)
:
time
: Time of the checkpoint.
Description:
Creates a checkpoint, from which the simulation may be restarted. Can only be called at the end of coarse grid cycles.
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|