Version 2 (modified by 12 years ago) ( diff ) | ,
---|
Inputq(NodeInfo n, FuncParam style)
Click here to view the Revision 161 source.
The Inputq()
function populates the NodeInfo structure n
with grid data and variable fields read in from a source file. For AstroBEAR, this is usually an HDF5 file.
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.
- mpi_exec.f90 (via the ExecMode module) supplies functions used to set up distributed processing (most of which tend to have MPI_ somewhere in the name).
Note:
See TracWiki
for help on using the wiki.