diff --git a/doc/dump.html b/doc/dump.html index 5291ee4393..c9f99951bc 100644 --- a/doc/dump.html +++ b/doc/dump.html @@ -101,7 +101,7 @@ collected from multiple processors. This is always the case for the the dcd and xtc styles which always write atoms in sorted order. So does the xyz style if the dump group is all. The cfg style supports the sort option of the dump_modify -command which allows for allows sorting to be turned on or off. +command which allows sorting to be turned on or off.
element args = E1 E2 ... EN, where N = # of atom types E1,...,EN = element name, e.g. C or Fe or Ga @@ -31,6 +31,7 @@ precision arg = power-of-10 value from 10 to 1000000 region arg = region-ID or "none" scale arg = yes or no + sort arg = yes or no thresh args = attribute operation value attribute = same attributes (x,fy,etotal,sxx,etc) used by dump custom style operation = "<" or "<=" or ">" or ">=" or "==" or "!=" @@ -110,6 +111,12 @@ value of yes means atom coords are written in normalized units from value of no means they are written in absolute distance units (e.g. Angstroms or sigma). +The sort keyword applies only to the dump cfg style. A sort value +of yes means atoms will be written into the CFG file in sorted +order, sorted by the atom ID. A value of no means a sort will not +be performed and that atoms may be in an indeterminate order, +depending on which processor owns which atoms. +
The thresh keyword only applies to the dump custom and cfg styles. Multiple thresholds can be specified. Specifying "none" turns off all threshold criteria. If thresholds are specified, only @@ -147,6 +154,7 @@ box size stored with the snapshot.