From 3b5f84c3f064de86cc27659da1335d4da2a6adbf Mon Sep 17 00:00:00 2001
From: sjplimp
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.