From fe568c6697a9e4820ea7e473d3b5fb56ab897ec0 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 1 Jun 2012 23:07:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8215 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_dt_reset.html | 20 ++++++++++---------- doc/fix_dt_reset.txt | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/fix_dt_reset.html b/doc/fix_dt_reset.html index 6ba8481ed1..5a42a1c734 100644 --- a/doc/fix_dt_reset.html +++ b/doc/fix_dt_reset.html @@ -72,21 +72,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. 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 command. This fix is not invoked during energy minimization.

-

Restrictions: -

-

The cumulative time is zeroed when the fix is created and continuously -accrues thereafter. Using the reset_timestep -command while this fix is defined will mess up the time accumulation. +

Restrictions: none

Related commands:

diff --git a/doc/fix_dt_reset.txt b/doc/fix_dt_reset.txt index ce15fd3437..861a489239 100644 --- a/doc/fix_dt_reset.txt +++ b/doc/fix_dt_reset.txt @@ -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:]