Clawpack: AMRClaw Documentation
Adaptive Mesh Refinement
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|
Previous topic
nodget
Next topic
bc2amr
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
basic
ΒΆ
Signature:
subroutine
basic(time,
lst,
end)
Arguments:
integer,
intent(in)
:
lst
: Coarsest level for output of tree structure.
lend
: Finest level for output of tree structure.
double
precision,
intent(in)
:
time
: Time of output.
Description:
Outputs basic information needed by the other graphics output routines (
valout
) at the given
time
. Writes the entire level list, from level
1
to
lfine
, and the tree structure from level
lst
to
lend
.
Navigation
index
next
|
previous
|
Main Clawpack Documentation
|
Clawpack Webpage
|