This module provides the MUSUBI subroutines needed for the restart
functionality.
This module makes the restart IO functionality available for MUSUBI. When
using the write functionality the workflow is as follows
- open the file and write the 'normal header'
- run over the chunks and
+ serialize the data
+ write them to file
- close the file and write the 'last header'
For reading the restart files the workflow is as follows:
- open the file
- read the solver specific character
- loop over the chunks and
+ read the data from disc
+ unserialize the data and store it in the state vector
- close the file
Further information on the treelm functions and the usage can be found in
the tem_restart_module and inside the Restart Usage section itself.
Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.