Version 8 (modified by 12 years ago) ( diff ) | ,
---|
RestartRootInit(NodeInfo Info, FuncParam Dummy)
Click here to view source.
RestartRootInit() loads initial configuration data into the referenced NodeInfo structure, usually from a file used in a previous run. Obviously, this function is intended to be run on a root node.
NOTE: This function has alternate definitions in bearez.single_cpp.f90 and bearez.mpi_cpp.f90.
INCLUDES:
None.
USES:
- 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 supplies functions used to set up distributed processing (most of which tend to have MPI_ somewhere in the name).
- serial_exec.f90 supplies functions used for single-processor processing.
- beario.f90 provides some file IO functions.
- scheme module supplies time-stepping scheme.
- contrib/astro/problem.f90 Contains problem-specific variables and functions.
Note:
See TracWiki
for help on using the wiki.