mus_readRestart Subroutine

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

Read the serialized restart file into the state vectors

Arguments

TypeIntentOptionalAttributesName
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 proc~tem_restart_closeread tem_restart_closeRead proc~mus_readrestart->proc~tem_restart_closeread proc~tem_restart_readdata tem_restart_readData proc~mus_readrestart->proc~tem_restart_readdata proc~tem_restart_openread tem_restart_openRead proc~mus_readrestart->proc~tem_restart_openread proc~tem_levelof tem_LevelOf proc~mus_pdf_unserialize->proc~tem_levelof

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

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: buffer(:)
integer, private :: elemOff