From 7f430f9e62cf514eb0dce3e1483fec720909808f Mon Sep 17 00:00:00 2001
From: sjplimp
These are additional fix styles in USER packages, which can be used if diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index 08db07a1ec..09baad3151 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -468,6 +468,7 @@ g = GPU, i = USER-INTEL, k = KOKKOS, o = USER-OMP, t = OPT. "adapt"_fix_adapt.html, "addforce (c)"_fix_addforce.html, "append/atoms"_fix_append_atoms.html, +"atom/swap"_fix_atom_swap.html, "aveforce (c)"_fix_aveforce.html, "ave/atom"_fix_ave_atom.html, "ave/correlate"_fix_ave_correlate.html, diff --git a/doc/fix_bond_swap.html b/doc/fix_bond_swap.html index 2c38100e53..fbf2288613 100644 --- a/doc/fix_bond_swap.html +++ b/doc/fix_bond_swap.html @@ -183,7 +183,9 @@ hops away along the chain backbone. a bond swap are not considered. Thus a simulation that uses this fix cannot use a dihedral or improper potential.
-Related commands: none +
Related commands: +
+Default: none
diff --git a/doc/fix_bond_swap.txt b/doc/fix_bond_swap.txt index 2e418f9151..7523f1117f 100755 --- a/doc/fix_bond_swap.txt +++ b/doc/fix_bond_swap.txt @@ -180,7 +180,9 @@ Currently, energy changes in dihedral and improper interactions due to a bond swap are not considered. Thus a simulation that uses this fix cannot use a dihedral or improper potential. -[Related commands:] none +[Related commands:] + +"fix atom/swap"_fix_atom_swap.html [Default:] none diff --git a/doc/neigh_modify.html b/doc/neigh_modify.html index 93d77bcd90..f9445676ed 100644 --- a/doc/neigh_modify.html +++ b/doc/neigh_modify.html @@ -73,12 +73,17 @@ has passed). If the check setting is no, the list is built on the check setting is yes, then the list is only built on a particular step if some atom has moved more than half the skin distance (specified in the neighbor command) since the last -build. If the once setting is yes, then the neighbor list is only -built once at the beginning of each run, and never rebuilt. This -should only be done if you are certain atoms will not move far enough -that the list should be rebuilt. E.g. running a simulation of a cold -crystal. Note that it is not that expensive to check if neighbor -lists should be rebuilt. +build. + +If the once setting is yes, then the neighbor list is only built +once at the beginning of each run, and never rebuilt, except on steps +when a restart file is written, or steps when a fix forces a rebuild +to occur (e.g. fixes that create or delete atoms, such as fix +deposit or fix evaporate). +This setting should only be made if you are certain atoms will not +move far enough that the neighbor list should be rebuilt, e.g. running +a simulation of a cold crystal. Note that it is not that expensive to +check if neighbor lists should be rebuilt.
When the rRESPA integrator is used (see the run_style command), the every and delay parameters refer to the longest diff --git a/doc/neigh_modify.txt b/doc/neigh_modify.txt index 204f1ef3c0..2e862edcec 100644 --- a/doc/neigh_modify.txt +++ b/doc/neigh_modify.txt @@ -68,12 +68,17 @@ has passed). If the {check} setting is {no}, the list is built on the {check} setting is {yes}, then the list is only built on a particular step if some atom has moved more than half the skin distance (specified in the "neighbor"_neighbor.html command) since the last -build. If the {once} setting is yes, then the neighbor list is only -built once at the beginning of each run, and never rebuilt. This -should only be done if you are certain atoms will not move far enough -that the list should be rebuilt. E.g. running a simulation of a cold -crystal. Note that it is not that expensive to check if neighbor -lists should be rebuilt. +build. + +If the {once} setting is yes, then the neighbor list is only built +once at the beginning of each run, and never rebuilt, except on steps +when a restart file is written, or steps when a fix forces a rebuild +to occur (e.g. fixes that create or delete atoms, such as "fix +deposit"_fix_deposit.html or "fix evaporate"_fix_evaporate.html). +This setting should only be made if you are certain atoms will not +move far enough that the neighbor list should be rebuilt, e.g. running +a simulation of a cold crystal. Note that it is not that expensive to +check if neighbor lists should be rebuilt. When the rRESPA integrator is used (see the "run_style"_run_style.html command), the {every} and {delay} parameters refer to the longest