public subroutine mus_pdf_serialize(scheme, treeID, levelPointer, varMap, nElems, buffer, minLevel, maxLevel)
Preparation of the serialize PDF data
Serialize the information from the (level-wise) state vector (scheme%state)
into chunks for writing it in original treeIDlist order to disk (which is
not sorted by levels, but by the space-filling curve)
The data is stored like follows (e.g. varSys, 2 elements):
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.