forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11113 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
12f312947e
commit
0b3730608e
|
@ -29,9 +29,9 @@
|
|||
|
||||
<LI>value = c_ID, c_ID[N], f_ID, f_ID[N], v_name
|
||||
|
||||
<PRE> c_ID = global scalar or vector calculated by a compute with ID
|
||||
<PRE> c_ID = global scalar, vector, or array calculated by a compute with ID
|
||||
c_ID[I] = Ith component of global vector or Ith column of global array calculated by a compute with ID
|
||||
f_ID = global scalar or vector calculated by a fix with ID
|
||||
f_ID = global scalar, vector, or array calculated by a fix with ID
|
||||
f_ID[I] = Ith component of global vector or Ith column of global array calculated by a fix with ID
|
||||
v_name = global value calculated by an equal-style variable with name
|
||||
</PRE>
|
||||
|
|
|
@ -19,9 +19,9 @@ Nrepeat = # of times to use input values for calculating averages :l
|
|||
Nfreq = calculate averages every this many timesteps :l
|
||||
one or more input values can be listed :l
|
||||
value = c_ID, c_ID\[N\], f_ID, f_ID\[N\], v_name :l
|
||||
c_ID = global scalar or vector calculated by a compute with ID
|
||||
c_ID = global scalar, vector, or array calculated by a compute with ID
|
||||
c_ID\[I\] = Ith component of global vector or Ith column of global array calculated by a compute with ID
|
||||
f_ID = global scalar or vector calculated by a fix with ID
|
||||
f_ID = global scalar, vector, or array calculated by a fix with ID
|
||||
f_ID\[I\] = Ith component of global vector or Ith column of global array calculated by a fix with ID
|
||||
v_name = global value calculated by an equal-style variable with name :pre
|
||||
|
||||
|
|
Loading…
Reference in New Issue