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

This commit is contained in:
sjplimp 2012-05-18 21:08:14 +00:00
parent 987aed440d
commit 95cf2cb86f
2 changed files with 14 additions and 13 deletions

View File

@ -351,14 +351,14 @@ In this case, the variable is evaluated at the beginning of a run to
determine the next timestep at which a dump snapshot will be written
out. On that timestep, the variable will be evaluated again to
determine the next timestep, etc. Thus the variable should return
timestep values. See the stagger() and logfreq() math functions for
"equal-style variables"_variable.html, as examples of useful functions
to use in this context. Other similar math functions could easily be
added as options for "equal-style variables"_variable.html. When
using the variable option with the {every} keyword, you also need to
use the {first} option if you want an initial snapshot written to the
dump file. The {every} keyword cannot be used with the dump {dcd}
style.
timestep values. See the stagger() and logfreq() and stride() math
functions for "equal-style variables"_variable.html, as examples of
useful functions to use in this context. Other similar math functions
could easily be added as options for "equal-style
variables"_variable.html. When using the variable option with the
{every} keyword, you also need to use the {first} option if you want
an initial snapshot written to the dump file. The {every} keyword
cannot be used with the dump {dcd} style.
For example, the following commands will
write snapshots at timesteps 0,10,20,30,100,200,300,1000,2000,etc:

View File

@ -147,11 +147,12 @@ the beginning of a run to determine the next timestep at which a dump
snapshot will be written out. On that timestep, the variable will be
evaluated again to determine the next timestep, etc. Thus the
variable should return timestep values. See the stagger() and
logfreq() math functions for "equal-style variables"_variable.html, as
examples of useful functions to use in this context. Other similar
math functions could easily be added as options for "equal-style
variables"_variable.html. In addition, thermodynamic output will
always occur on the first and last timestep of each run.
logfreq() and stride() math functions for "equal-style
variables"_variable.html, as examples of useful functions to use in
this context. Other similar math functions could easily be added as
options for "equal-style variables"_variable.html. In addition,
thermodynamic output will always occur on the first and last timestep
of each run.
For example, the following commands will output thermodynamic info at
timesteps 0,10,20,30,100,200,300,1000,2000,etc: