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

This commit is contained in:
sjplimp 2012-06-01 23:07:01 +00:00
parent fa88ca7a58
commit fe568c6697
2 changed files with 20 additions and 20 deletions

View File

@ -72,21 +72,21 @@ are relevant to this fix.
<P>This fix computes a global scalar and a global vector of length 2,
which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
commands</A>. The scalar is the current
timestep size. The first element of the vector stores the cumulative
simulation time (in time units). The second element of the vector
stores the last timestep on which the timestep was reset to a new
value. The scalar and vector values calculated by this fix are
"intensive".
timestep size.
</P>
<P>The first element of the vector stores the cumulative simulation time
(in time units). The cumulative time is zeroed when the fix is
created and continuously accrues thereafter.
</P>
<P>The second element of the vector stores the last timestep on which the
timestep was reset to a new value. The scalar and vector values
calculated by this fix are "intensive".
</P>
<P>No parameter of this fix can be used with the <I>start/stop</I> keywords of
the <A HREF = "run.html">run</A> command. This fix is not invoked during <A HREF = "minimize.html">energy
minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>The cumulative time is zeroed when the fix is created and continuously
accrues thereafter. Using the <A HREF = "reset_timestep.html">reset_timestep</A>
command while this fix is defined will mess up the time accumulation.
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B>
</P>

View File

@ -68,21 +68,21 @@ are relevant to this fix.
This fix computes a global scalar and a global vector of length 2,
which can be accessed by various "output
commands"_Section_howto.html#howto_15. The scalar is the current
timestep size. The first element of the vector stores the cumulative
simulation time (in time units). The second element of the vector
stores the last timestep on which the timestep was reset to a new
value. The scalar and vector values calculated by this fix are
"intensive".
timestep size.
The first element of the vector stores the cumulative simulation time
(in time units). The cumulative time is zeroed when the fix is
created and continuously accrues thereafter.
The second element of the vector stores the last timestep on which the
timestep was reset to a new value. The scalar and vector values
calculated by this fix are "intensive".
No parameter of this fix can be used with the {start/stop} keywords of
the "run"_run.html command. This fix is not invoked during "energy
minimization"_minimize.html.
[Restrictions:]
The cumulative time is zeroed when the fix is created and continuously
accrues thereafter. Using the "reset_timestep"_reset_timestep.html
command while this fix is defined will mess up the time accumulation.
[Restrictions:] none
[Related commands:]