Read the serialized restart file into the state vectors
| 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 | ||||
| type(treelmesh_type) | :: | tree | mesh, provided in treelm format |
|||
| type(atl_Equations_type), | intent(in) | :: | equation | |||
| type(tem_comm_env_type), | intent(in) | :: | proc | The schemes on the levels |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(flu_State), | private | :: | conf | ||||
| real(kind=rk), | private, | allocatable | :: | chunk(:) | |||
| integer, | private | :: | maxPolyDegree | ||||
| integer, | private | :: | iChunk | ||||
| integer, | private | :: | elemOff | ||||
| integer, | private | :: | ndims | ||||
| integer, | private | :: | polyspace | ||||
| integer, | private | :: | read_space | ||||
| integer, | private | :: | read_dims | ||||
| integer, | private | :: | read_degree | ||||
| integer, | private | :: | ply_handle | ||||
| character, | private | :: | space_char | ||||
| character, | private | :: | defspace | ||||
| integer, | private | :: | iError |