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

This commit is contained in:
sjplimp
2010-08-12 23:10:38 +00:00
parent 42d50bb8fa
commit 6ec5653000
26 changed files with 169 additions and 169 deletions

View File

@ -83,11 +83,11 @@ atom types.
the <A HREF = "dump.html">dump</A> command to a new value. The every keyword can be
specified in one of two ways. It can be a numeric value in which case
it must be > 0. Or it can be an <A HREF = "variable.html">equal-style variable</A>,
which should be specified as v_name, where "name" is the variable
name. 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
which should be specified as v_name, where name is the variable name.
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
<A HREF = "variable.html">equal-style variables</A>, as examples of useful functions
to use in this context. Other similar math functions could easily be