forked from lijiext/lammps
43 lines
1003 B
HTML
43 lines
1003 B
HTML
<HTML>
|
|
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
|
|
</CENTER>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
<H3>reset_timestep command
|
|
</H3>
|
|
<P><B>Syntax:</B>
|
|
</P>
|
|
<PRE>reset_timestep N
|
|
</PRE>
|
|
<UL><LI>N = timestep number
|
|
</UL>
|
|
<P><B>Examples:</B>
|
|
</P>
|
|
<PRE>reset_timestep 0
|
|
reset_timestep 4000000
|
|
</PRE>
|
|
<P><B>Description:</B>
|
|
</P>
|
|
<P>Set the timestep counter to the specified value. This command
|
|
normally comes after the timestep has been set by reading it in from a
|
|
file or a previous simulation advanced the timestep.
|
|
</P>
|
|
<P>The <A HREF = "read_data.html">read_data</A> and <A HREF = "create_box.html">create_box</A>
|
|
commands set the timestep to 0; the <A HREF = "read_restart.html">read_restart</A>
|
|
command sets the timestep to the value it had when the restart file
|
|
was written.
|
|
</P>
|
|
<P><B>Restrictions:</B> none
|
|
</P>
|
|
<P><B>Related commands:</B> none
|
|
</P>
|
|
<P><B>Default:</B> none
|
|
</P>
|
|
</HTML>
|