Writes a restart file for the current point in time.
HK: Not so sure about this output, is probably also already done by the treelm routines.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_cube_container_type), | intent(inout) | :: | mesh | Informations and states of the cubic mesh. |
||
type(tem_restart_type) | :: | restart | the restart infotmation |
|||
type(treelmesh_type) | :: | tree | mesh, provided in treelm format |
|||
type(atl_Equations_type), | intent(in) | :: | equation | The equation system you use. |
||
type(tem_time_type), | intent(in) | :: | timing | current simulation time information |
||
type(tem_varSys_type), | intent(in) | :: | varSys | |||
integer, | intent(in) | :: | timerHandle | Timer handle to measure write restart time |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | chunk(:) | |||
integer, | private | :: | iChunk | ||||
integer, | private | :: | elemOff | ||||
integer, | private | :: | nDims | ||||
integer, | private | :: | polyspace | ||||
integer, | private | :: | maxpolydegree |