diff --git a/doc/delete_atoms.html b/doc/delete_atoms.html index 8e5fce55f0..bb780a84cf 100644 --- a/doc/delete_atoms.html +++ b/doc/delete_atoms.html @@ -13,7 +13,7 @@
Syntax:
-delete_atoms style args +delete_atoms style args keyword value ...
compress value = no or yes +
Examples:
delete_atoms group edge -delete_atoms region sphere +delete_atoms region sphere compress no delete_atoms overlap 0.3 all all delete_atoms overlap 0.5 solvent colloid delete_atoms porosity cube 0.1 @@ -72,10 +78,12 @@ randomly. There is no guarantee that the exact fraction of atoms will be deleted, or that the same atoms will be deleted when running on different numbers of processors. -After atoms are deleted, if the system is not molecular (no bonds), -then atom IDs are re-assigned so that they run from 1 to the number of -atoms in the system. This is not done for molecular systems, since it -would foul up the bond connectivity that has already been assigned. +
If the compress keyword is set to yes, then after atoms are +deleted, then atom IDs are re-assigned so that they run from 1 to the +number of atoms in the system. This is not done for molecular systems +(see the atom_style command), regardless of the +compress setting, since it would foul up the bond connectivity that +has already been assigned.
Restrictions:
@@ -98,6 +106,8 @@ deleting one atom in a bonded pair anyway. -Default: none +
Default: +
+The option defaults are compress = yes.