forked from lijiext/lammps
vector -> array
This commit is contained in:
parent
558b9201ac
commit
3a5cdd384f
|
@ -186,9 +186,9 @@ info on how to re-specify a fix in an input script that reads a
|
||||||
restart file, so that the operation of the fix continues in an
|
restart file, so that the operation of the fix continues in an
|
||||||
uninterrupted fashion.
|
uninterrupted fashion.
|
||||||
|
|
||||||
If the :code:`contacts` option is used, this fix generates a per-atom vector
|
If the :code:`contacts` option is used, this fix generates a per-atom array
|
||||||
with 8 columns as output, containing the contact information for owned
|
with 8 columns as output, containing the contact information for owned
|
||||||
particles (nlocal on each processor). All columns in this per-atom vector will
|
particles (nlocal on each processor). All columns in this per-atom array will
|
||||||
be zero if no contact has occurred. The values of these columns are listed in
|
be zero if no contact has occurred. The values of these columns are listed in
|
||||||
the following table:
|
the following table:
|
||||||
|
|
||||||
|
|
|
@ -222,9 +222,9 @@ uninterrupted fashion.
|
||||||
use the same fix ID for fix wall/gran/region, but assign it a region
|
use the same fix ID for fix wall/gran/region, but assign it a region
|
||||||
with a different region ID.
|
with a different region ID.
|
||||||
|
|
||||||
If the :code:`contacts` option is used, this fix generates a per-atom vector
|
If the :code:`contacts` option is used, this fix generates a per-atom array
|
||||||
with 8 columns as output, containing the contact information for owned
|
with 8 columns as output, containing the contact information for owned
|
||||||
particles (nlocal on each processor). All columns in this per-atom vector will
|
particles (nlocal on each processor). All columns in this per-atom array will
|
||||||
be zero if no contact has occurred. The values of these columns are listed in
|
be zero if no contact has occurred. The values of these columns are listed in
|
||||||
the following table:
|
the following table:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue