mus_readRestart Subroutine

public subroutine mus_readRestart(levelPointer, restart, scheme, tree)

Read the serialized restart file into the state vectors

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: levelPointer(tree%nElems)

Level pointer, from tree mesh to level descriptor

type(tem_restart_type), intent(inout) :: restart

restart information

type(mus_scheme_type), intent(inout) :: scheme

array of schemes including the data to be serialized and dumped

type(treelmesh_type), intent(in) :: tree

mesh, provided in treelm format


Calls

proc~~mus_readrestart~~CallsGraph proc~mus_readrestart mus_readRestart proc~mus_pdf_unserialize mus_pdf_unserialize proc~mus_readrestart->proc~mus_pdf_unserialize tem_restart_closeRead tem_restart_closeRead proc~mus_readrestart->tem_restart_closeRead tem_restart_openRead tem_restart_openRead proc~mus_readrestart->tem_restart_openRead tem_restart_readData tem_restart_readData proc~mus_readrestart->tem_restart_readData tem_LevelOf tem_LevelOf proc~mus_pdf_unserialize->tem_LevelOf val val proc~mus_pdf_unserialize->val

Called by

proc~~mus_readrestart~~CalledByGraph proc~mus_readrestart mus_readRestart proc~mus_init_flow mus_init_flow proc~mus_init_flow->proc~mus_readrestart program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_readrestart proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_flow program~musubi musubi program~musubi->proc~mus_initialize