Read the restart file into the state vectors
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_restart_type), | intent(inout) | :: | restart | restart information |
||
type(treelmesh_type), | intent(in) | :: | tree | mesh, provided in treelm format |
||
type(sdr_protoData_type), | intent(out) | :: | protoData | protoData read from restart file |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public, | allocatable | :: | chunk(:) | |||
integer, | public | :: | iChunk | ||||
integer, | public | :: | iElem | ||||
integer, | public | :: | nScalars | ||||
integer, | public | :: | iIndex | ||||
integer, | public | :: | iVar | ||||
integer, | public | :: | elemOff |