This subroutine closes the restart dump file and writes the last header.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_restart_type) | :: | me | the restart header info |
|||
| type(treelmesh_type) | :: | tree | mesh, provided in treelm format |
|||
| type(tem_varSys_type), | intent(in) | :: | varSys | global variable system defined in solver |
||
| type(tem_subTree_type), | intent(in), | optional | :: | subTree | optional subTree of the given tree |
|
| type(tem_time_type), | intent(in) | :: | timing | |||
| logical, | optional | :: | lastHeader | is this header a last header |
||
| character(len=*), | intent(in), | optional | :: | suffix | optional suffix (if present NO timestamp will be added!!!!) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=1024), | private | :: | filename | ||||
| character(len=320), | private | :: | solve_line | ||||
| type(aot_out_type), | private | :: | conf | ||||
| logical, | private | :: | isLast | ||||
| type(tem_global_type), | private | :: | global_loc | ||||
| integer(kind=long_k), | private | :: | nElems | ||||
| integer, | private | :: | punit | ||||
| integer, | private | :: | read_stat | ||||
| logical, | private | :: | nUnitOpened |