atl_writeRestart Subroutine

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

Writes a restart file for the current point in time.

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


Calls

proc~~atl_writerestart~~CallsGraph proc~atl_writerestart atl_writeRestart proc~tem_starttimer tem_startTimer proc~atl_writerestart->proc~tem_starttimer proc~tem_stoptimer tem_stopTimer proc~atl_writerestart->proc~tem_stoptimer proc~serializedata serializeData proc~atl_writerestart->proc~serializedata proc~tem_restart_writedata tem_restart_writeData proc~atl_writerestart->proc~tem_restart_writedata proc~tem_restart_openwrite tem_restart_openWrite proc~atl_writerestart->proc~tem_restart_openwrite proc~tem_restart_closewrite tem_restart_closeWrite proc~atl_writerestart->proc~tem_restart_closewrite proc~tem_levelof tem_LevelOf proc~serializedata->proc~tem_levelof proc~tem_abort tem_abort proc~serializedata->proc~tem_abort proc~ply_transfer_dofs ply_transfer_dofs proc~serializedata->proc~ply_transfer_dofs proc~ply_transfer_dofs_1d ply_transfer_dofs_1D proc~ply_transfer_dofs->proc~ply_transfer_dofs_1d proc~ply_transfer_dofs_3d ply_transfer_dofs_3D proc~ply_transfer_dofs->proc~ply_transfer_dofs_3d proc~ply_transfer_dofs_2d ply_transfer_dofs_2D proc~ply_transfer_dofs->proc~ply_transfer_dofs_2d

Called by

proc~~atl_writerestart~~CalledByGraph proc~atl_writerestart atl_writeRestart proc~atl_writerestartifnecessary atl_writeRestartIfNecessary proc~atl_writerestartifnecessary->proc~atl_writerestart program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_writerestart proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_writerestartifnecessary proc~atl_solve_program atl_solve_program proc~atl_solve_program->proc~atl_writerestartifnecessary proc~atl_finalize_program atl_finalize_program proc~atl_finalize_program->proc~atl_writerestartifnecessary program~ateles ateles program~ateles->proc~atl_initialize_program program~ateles->proc~atl_solve_program program~ateles->proc~atl_finalize_program

Contents