also remove mode from fix ave/correlate

This commit is contained in:
Steve Plimpton
2022-04-25 17:04:04 -06:00
parent e7a9073ccd
commit fdb7dfdea7

View File

@ -110,17 +110,16 @@ be used, since they produce per-atom values.
For input values from a compute or fix or variable , the bracketed For input values from a compute or fix or variable , the bracketed
index I can be specified using a wildcard asterisk with the index to index I can be specified using a wildcard asterisk with the index to
effectively specify multiple values. This takes the form "\*" or effectively specify multiple values. This takes the form "\*" or
"\*n" or "n\*" or "m\*n". If N = the size of the vector (for *mode* = "\*n" or "n\*" or "m\*n". If N = the size of the vector, then an
scalar) or the number of columns in the array (for *mode* = vector), asterisk with no numeric values means all indices from 1 to N. A
then an asterisk with no numeric values means all indices from 1 to N. leading asterisk means all indices from 1 to n (inclusive). A
A leading asterisk means all indices from 1 to n (inclusive). A
trailing asterisk means all indices from n to N (inclusive). A middle trailing asterisk means all indices from n to N (inclusive). A middle
asterisk means all indices from m to n (inclusive). asterisk means all indices from m to n (inclusive).
Using a wildcard is the same as if the individual elements of the Using a wildcard is the same as if the individual elements of the
vector had been listed one by one. E.g. these 2 fix ave/correlate vector had been listed one by one. E.g. these 2 fix ave/correlate
commands are equivalent, since the :doc:`compute pressure <compute_pressure>` command creates a global vector with 6 commands are equivalent, since the :doc:`compute pressure
values. <compute_pressure>` command creates a global vector with 6 values.
.. code-block:: LAMMPS .. code-block:: LAMMPS