git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@955 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-10-05 00:22:49 +00:00
parent ed9ce73904
commit 69e283e0cc
2 changed files with 14 additions and 0 deletions

View File

@ -33,6 +33,13 @@ need to be built, but more pairs must be checked for possible force
interactions every timestep. The default value for <I>skin</I> depends on
the choice of units for the simulation (see below).
</P>
<P>For simulations without pairwise interactions (see "pair_style none"
command), and just bonded interactions, you still need to set the
neighbor skin distance. Pairwise neighbor lists will not be formed
but the skin distance also determines which atoms are communicated
from nearby processors, so it should be slightly large enough that all
bond, angle, etc atoms are acquired.
</P>
<P>The <I>style</I> value selects what algorithm is used to build the list.
The <I>bin</I> style creates the list by binning which is an operation that
scales linearly with N/P, the number of atoms per processor where N =

View File

@ -30,6 +30,13 @@ need to be built, but more pairs must be checked for possible force
interactions every timestep. The default value for {skin} depends on
the choice of units for the simulation (see below).
For simulations without pairwise interactions (see "pair_style none"
command), and just bonded interactions, you still need to set the
neighbor skin distance. Pairwise neighbor lists will not be formed
but the skin distance also determines which atoms are communicated
from nearby processors, so it should be slightly large enough that all
bond, angle, etc atoms are acquired.
The {style} value selects what algorithm is used to build the list.
The {bin} style creates the list by binning which is an operation that
scales linearly with N/P, the number of atoms per processor where N =