next up previous contents index
Next: Subroutine ds_restore_state Up: Module dynamicalsystem_module Previous: Subroutine ds_free_groups   Contents   Index

Subroutine ds_save_state


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call ds_save_state(to,from)\end{verbatim}
\end{boxedminipage}

Save the state of a DynamicalSystem. The output object cannot be used as an initialised DynamicalSystem since connectivity and group information is not copied to save memory. Only scalar members and the ds%atoms object (minus ds%atoms%connect) are copied. The current state of the random number generator is also saved.

to -- type(DynamicalSystem), intent(inout)

from -- type(DynamicalSystem), intent(in)

ds_restore_state subroutine

gabor 2009-06-30