forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13393 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6a7dc0477f
commit
9720b7534d
|
@ -57,7 +57,7 @@
|
|||
f_ID = local vector calculated by a fix with ID
|
||||
f_ID[N] = Nth column of local array calculated by a fix with ID
|
||||
</PRE>
|
||||
<PRE> <I>custom</I> of <I>custom/mpiio</I> args = list of atom attributes
|
||||
<PRE> <I>custom</I> or <I>custom/mpiio</I> args = list of atom attributes
|
||||
possible attributes = id, mol, proc, procp1, type, element, mass,
|
||||
x, y, z, xs, ys, zs, xu, yu, zu,
|
||||
xsu, ysu, zsu, ix, iy, iz,
|
||||
|
|
|
@ -44,7 +44,7 @@ args = list of arguments for a particular style :l
|
|||
f_ID = local vector calculated by a fix with ID
|
||||
f_ID\[N\] = Nth column of local array calculated by a fix with ID :pre
|
||||
|
||||
{custom} of {custom/mpiio} args = list of atom attributes
|
||||
{custom} or {custom/mpiio} args = list of atom attributes
|
||||
possible attributes = id, mol, proc, procp1, type, element, mass,
|
||||
x, y, z, xs, ys, zs, xu, yu, zu,
|
||||
xsu, ysu, zsu, ix, iy, iz,
|
||||
|
|
|
@ -101,8 +101,8 @@ files via the "%" option in the dump file name. See the
|
|||
<P>The format of the dump file is selected through the <I>format</I> keyword.
|
||||
If specified, it must be the last keyword used, since all remaining
|
||||
arguments are passed on to the dump reader. The <I>native</I> format is
|
||||
for native LAMMPS dump files, written with a "dump atom".html or <A HREF = "dump.html">dump
|
||||
custom</A> command. The <I>xyz</I> format is for generic XYZ
|
||||
for native LAMMPS dump files, written with a <A HREF = "dump.html">dump atom</A> or
|
||||
<A HREF = "dump.html">dump custom</A> command. The <I>xyz</I> format is for generic XYZ
|
||||
formatted dump files. These formats take no additional values.
|
||||
</P>
|
||||
<P>The <I>molfile</I> format supports reading data through using the <A HREF = "vmd">VMD</A>
|
||||
|
|
|
@ -91,8 +91,8 @@ files via the "%" option in the dump file name. See the
|
|||
The format of the dump file is selected through the {format} keyword.
|
||||
If specified, it must be the last keyword used, since all remaining
|
||||
arguments are passed on to the dump reader. The {native} format is
|
||||
for native LAMMPS dump files, written with a "dump atom".html or "dump
|
||||
custom"_dump.html command. The {xyz} format is for generic XYZ
|
||||
for native LAMMPS dump files, written with a "dump atom"_dump.html or
|
||||
"dump custom"_dump.html command. The {xyz} format is for generic XYZ
|
||||
formatted dump files. These formats take no additional values.
|
||||
|
||||
The {molfile} format supports reading data through using the "VMD"_vmd
|
||||
|
|
Loading…
Reference in New Issue