atl_writeRestart Subroutine

public subroutine atl_writeRestart(mesh, restart, tree, equation, timing, varSys, timerHandle)

Writes a restart file for the current point in time.

Todo

HK: Not so sure about this output, is probably also already done by the treelm routines.

Arguments

Type IntentOptional 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