forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13970 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c5ff6e6450
commit
1a435a401c
|
@ -140,7 +140,7 @@
|
|||
<em>cutoff</em> value = Rcut (distance units) = communicate atoms from this far away
|
||||
<em>cutoff/multi</em> type value
|
||||
type = atom type or type range (supports asterisk notation)
|
||||
value = Rcut (distance units) = communicate atoms for the selected types from this far away
|
||||
value = Rcut (distance units) = communicate atoms for selected types from this far away
|
||||
<em>group</em> value = group-ID = only communicate atoms in the group
|
||||
<em>vel</em> value = <em>yes</em> or <em>no</em> = do or do not communicate velocity info with ghost atoms
|
||||
</pre>
|
||||
|
|
|
@ -18,7 +18,7 @@ keyword = {mode} or {cutoff} or {cutoff/multi} or {group} or {vel} :l
|
|||
{cutoff} value = Rcut (distance units) = communicate atoms from this far away
|
||||
{cutoff/multi} type value
|
||||
type = atom type or type range (supports asterisk notation)
|
||||
value = Rcut (distance units) = communicate atoms for the selected types from this far away
|
||||
value = Rcut (distance units) = communicate atoms for selected types from this far away
|
||||
{group} value = group-ID = only communicate atoms in the group
|
||||
{vel} value = {yes} or {no} = do or do not communicate velocity info with ghost atoms :pre
|
||||
:ule
|
||||
|
|
Loading…
Reference in New Issue