Octopus
states_mxll_restart_oct_m Module Reference

Functions/Subroutines

subroutine, public states_mxll_read_user_def (namespace, space, mesh, der, st, bc, user_def_rs_state)
 
subroutine, public states_mxll_dump (restart, st, space, mesh, zff, zff_dim, ierr, iter, st_start_writing, verbose)
 
subroutine, public states_mxll_load (restart, st, mesh, namespace, space, zff, zff_dim, ierr, iter, lowest_missing, label, verbose)
 

Function/Subroutine Documentation

◆ states_mxll_read_user_def()

subroutine, public states_mxll_restart_oct_m::states_mxll_read_user_def ( type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
class(mesh_t), intent(inout)  mesh,
type(derivatives_t), intent(in)  der,
type(states_mxll_t), intent(inout)  st,
type(bc_mxll_t), intent(inout)  bc,
complex(real64), dimension(:,:), intent(inout), contiguous  user_def_rs_state 
)

Definition at line 157 of file states_mxll_restart.F90.

◆ states_mxll_dump()

subroutine, public states_mxll_restart_oct_m::states_mxll_dump ( type(restart_t), intent(in)  restart,
type(states_mxll_t), intent(in)  st,
class(space_t), intent(in)  space,
class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:,:), intent(in)  zff,
integer, intent(in)  zff_dim,
integer, intent(out)  ierr,
integer, intent(in), optional  iter,
integer, intent(in), optional  st_start_writing,
logical, intent(in), optional  verbose 
)

Definition at line 405 of file states_mxll_restart.F90.

◆ states_mxll_load()

subroutine, public states_mxll_restart_oct_m::states_mxll_load ( type(restart_t), intent(in)  restart,
type(states_mxll_t), intent(inout)  st,
class(mesh_t), intent(in)  mesh,
type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
complex(real64), dimension(:,:), intent(inout), contiguous  zff,
integer, intent(in)  zff_dim,
integer, intent(out)  ierr,
integer, intent(out), optional  iter,
integer, dimension(:), intent(out), optional  lowest_missing,
character(len=*), intent(in), optional  label,
logical, intent(in), optional  verbose 
)
Parameters
[out]lowest_missingall states below this one were read successfully

Definition at line 511 of file states_mxll_restart.F90.