open the restart dump file and write out the 'normal' restart header as well as the mesh.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_restart_type) | :: | me | the restart infotmation |
|||
type(treelmesh_type) | :: | tree | mesh, provided in treelm format |
|||
type(tem_time_type), | intent(in) | :: | timing | current simulation time information |
||
type(tem_varSys_type), | intent(in) | :: | varSys | the used var systeme |
||
type(tem_subTree_type), | intent(inout), | optional | :: | subTree | optional subTree of the given tree |
|
character(len=*), | intent(in), | optional | :: | label | additional label for the filename (needed for tracking in harvester format) |
|
character(len=*), | intent(in), | optional | :: | suffix | optional suffix (if present NO timestamp will be added!!!!) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
integer, | private | :: | pos | ||||
character(len=pathLen), | private | :: | prefix | ||||
logical, | private | :: | meshChange_loc | ||||
type(tem_global_type), | private | :: | global_loc |