diff --git a/doc/communicate.html b/doc/communicate.html index 1523bb4cef..a46431ab43 100644 --- a/doc/communicate.html +++ b/doc/communicate.html @@ -13,13 +13,22 @@
Syntax:
-communicate style +communicate style keyword value ...
group value = group-ID = only communicate atoms in the group ++
Examples:
-communicate multi +communicate multi +communicate multi group solventDescription:
@@ -40,6 +49,11 @@ communicated. See the neighbor multi command for neighbor list construction option that may also be beneficial for simulations of this kind. +The group option will limit communication to atoms in the specified +group. This can be useful for certain models where no ghost copies +are needed for some kinds of particles. The particles not in the +specified group will still migrate to new processors as they move. +
Restrictions: none
Related commands: @@ -48,6 +62,6 @@ simulations of this kind.
Default:
-style = single +
The default settings are style = single and group = all.