Version 4 (modified by 12 years ago) ( diff ) | ,
---|
Writeq(INTEGER n, INTEGER style, INTEGER out_framse, REAL t, INTEGER FLevel)
Click here to view the Revision 161 source.
The Writeq()
subroutine writes the current forest structure to a file. It also writes the AMR grid data to a separate binary file file via a call toOutputq(). The forest structure will be written to the {rundir}/out/Info{n}.dat
file. Note that this function uses a call to the WriteForest() function.
INCLUDES:
USES:
- HDF5 supplies HDF5 API.
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
- treeops.f90 supplies the Node and Forest structures and accompanying methods, as well as the ApplyOn_ functions.
- problem.f90 Supplies the problem setup data. This file exists in bearclaw/lib, but is superseded by bearclaw/contrib/astro/problem.f90.
Note:
See TracWiki
for help on using the wiki.