git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1035 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-10-12 17:37:26 +00:00
parent a1b082b37d
commit 9accaddd9e
2 changed files with 14 additions and 28 deletions

View File

@ -133,20 +133,13 @@ units of distance or velocity.
</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about this fix is written to <A HREF = "restart.html">binary restart
files</A>. This means you must be careful when restarting a
deposition simulation, when the restart file was written in the middle
of the deposition operation. Specifically, you should use a new fix
deposit command in the input script for the restarted simulation that
continues the operation. You will need to adjust the arguments of the
original fix deposit command to do this.
</P>
<P>Also note that because the state of the random number generator is not
saved in restart files, you cannot do "exact" restarts with this fix,
where the simulation continues on the same as if no restart had taken
place. However, in a statistical sense, a restarted simulation should
produce the same behavior if you adjust the fix deposit parameters
appropriately.
<P>This fix writes the state of the deposition to <A HREF = "restart.html">binary restart
files</A>. This includes information about how many atoms
have been depositied, the random number generator seed, the next
timestep for deposition, etc. See the
<A HREF = "read_restart.html">read_restart</A> command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
</P>
<P>None of the <A HREF = "fix_modify.html">fix_modify</A> options are relevant to this
fix. No global scalar or vector or per-atom quantities are stored by

View File

@ -121,20 +121,13 @@ units of distance or velocity.
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about this fix is written to "binary restart
files"_restart.html. This means you must be careful when restarting a
deposition simulation, when the restart file was written in the middle
of the deposition operation. Specifically, you should use a new fix
deposit command in the input script for the restarted simulation that
continues the operation. You will need to adjust the arguments of the
original fix deposit command to do this.
Also note that because the state of the random number generator is not
saved in restart files, you cannot do "exact" restarts with this fix,
where the simulation continues on the same as if no restart had taken
place. However, in a statistical sense, a restarted simulation should
produce the same behavior if you adjust the fix deposit parameters
appropriately.
This fix writes the state of the deposition to "binary restart
files"_restart.html. This includes information about how many atoms
have been depositied, the random number generator seed, the next
timestep for deposition, etc. See the
"read_restart"_read_restart.html command for info on how to re-specify
a fix in an input script that reads a restart file, so that the
operation of the fix continues in an uninterrupted fashion.
None of the "fix_modify"_fix_modify.html options are relevant to this
fix. No global scalar or vector or per-atom quantities are stored by