git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8215 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -72,21 +72,21 @@ are relevant to this fix.
|
|||||||
<P>This fix computes a global scalar and a global vector of length 2,
|
<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
|
which can be accessed by various <A HREF = "Section_howto.html#howto_15">output
|
||||||
commands</A>. The scalar is the current
|
commands</A>. The scalar is the current
|
||||||
timestep size. The first element of the vector stores the cumulative
|
timestep size.
|
||||||
simulation time (in time units). The second element of the vector
|
</P>
|
||||||
stores the last timestep on which the timestep was reset to a new
|
<P>The first element of the vector stores the cumulative simulation time
|
||||||
value. The scalar and vector values calculated by this fix are
|
(in time units). The cumulative time is zeroed when the fix is
|
||||||
"intensive".
|
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>
|
||||||
<P>No parameter of this fix can be used with the <I>start/stop</I> keywords of
|
<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
|
the <A HREF = "run.html">run</A> command. This fix is not invoked during <A HREF = "minimize.html">energy
|
||||||
minimization</A>.
|
minimization</A>.
|
||||||
</P>
|
</P>
|
||||||
<P><B>Restrictions:</B>
|
<P><B>Restrictions:</B> none
|
||||||
</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>
|
</P>
|
||||||
<P><B>Related commands:</B>
|
<P><B>Related commands:</B>
|
||||||
</P>
|
</P>
|
||||||
|
|||||||
@ -68,21 +68,21 @@ are relevant to this fix.
|
|||||||
This fix computes a global scalar and a global vector of length 2,
|
This fix computes a global scalar and a global vector of length 2,
|
||||||
which can be accessed by various "output
|
which can be accessed by various "output
|
||||||
commands"_Section_howto.html#howto_15. The scalar is the current
|
commands"_Section_howto.html#howto_15. The scalar is the current
|
||||||
timestep size. The first element of the vector stores the cumulative
|
timestep size.
|
||||||
simulation time (in time units). The second element of the vector
|
|
||||||
stores the last timestep on which the timestep was reset to a new
|
The first element of the vector stores the cumulative simulation time
|
||||||
value. The scalar and vector values calculated by this fix are
|
(in time units). The cumulative time is zeroed when the fix is
|
||||||
"intensive".
|
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
|
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
|
the "run"_run.html command. This fix is not invoked during "energy
|
||||||
minimization"_minimize.html.
|
minimization"_minimize.html.
|
||||||
|
|
||||||
[Restrictions:]
|
[Restrictions:] none
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
[Related commands:]
|
[Related commands:]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user