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

This commit is contained in:
sjplimp
2012-01-06 16:58:21 +00:00
parent d733ea3398
commit 2a3b7a8305
4 changed files with 10 additions and 10 deletions

View File

@ -214,7 +214,7 @@ the timestep. An explanation of the possible dump custom attributes
is given below. is given below.
</P> </P>
<P>For style <I>local</I>, local output generated by <A HREF = "compute.html">computes</A> <P>For style <I>local</I>, local output generated by <A HREF = "compute.html">computes</A>
and <A HREF = "fix.html">fixes</A> is used to gnerate lines of output that is and <A HREF = "fix.html">fixes</A> is used to generate lines of output that is
written to the dump file. This local data is typically calculated by written to the dump file. This local data is typically calculated by
each processor based on the atoms it owns, but there may be zero or each processor based on the atoms it owns, but there may be zero or
more entities per atom, e.g. a list of bond distances. An explanation more entities per atom, e.g. a list of bond distances. An explanation

View File

@ -203,7 +203,7 @@ the timestep. An explanation of the possible dump custom attributes
is given below. is given below.
For style {local}, local output generated by "computes"_compute.html For style {local}, local output generated by "computes"_compute.html
and "fixes"_fix.html is used to gnerate lines of output that is and "fixes"_fix.html is used to generate lines of output that is
written to the dump file. This local data is typically calculated by written to the dump file. This local data is typically calculated by
each processor based on the atoms it owns, but there may be zero or each processor based on the atoms it owns, but there may be zero or
more entities per atom, e.g. a list of bond distances. An explanation more entities per atom, e.g. a list of bond distances. An explanation

View File

@ -643,10 +643,10 @@ reference should be replaced by the name of a variable defined
elsewhere in the input script. As discussed on this doc page, elsewhere in the input script. As discussed on this doc page,
atom-style variables generate a per-atom vector of values; all other atom-style variables generate a per-atom vector of values; all other
variable styles generate a global scalar value. An equal-style variable styles generate a global scalar value. An equal-style
variable can reference a global scalar value produced by another variable can only use scalar values, which means another equal-style
variable, but not a per-atom vector produced by an atom-style variable or an element of an atom-style variable. Atom-style
variable. Atom-style variables can reference either global scalar or variables can use the same scalar values. They can also use other
per-atom vector values produced by kind of variable. atom-style variables.
</P> </P>
<P>Examples of different kinds of variable references are as follows. <P>Examples of different kinds of variable references are as follows.
There is no ambiguity as to what a reference means, since variables There is no ambiguity as to what a reference means, since variables

View File

@ -639,10 +639,10 @@ reference should be replaced by the name of a variable defined
elsewhere in the input script. As discussed on this doc page, elsewhere in the input script. As discussed on this doc page,
atom-style variables generate a per-atom vector of values; all other atom-style variables generate a per-atom vector of values; all other
variable styles generate a global scalar value. An equal-style variable styles generate a global scalar value. An equal-style
variable can reference a global scalar value produced by another variable can only use scalar values, which means another equal-style
variable, but not a per-atom vector produced by an atom-style variable or an element of an atom-style variable. Atom-style
variable. Atom-style variables can reference either global scalar or variables can use the same scalar values. They can also use other
per-atom vector values produced by kind of variable. atom-style variables.
Examples of different kinds of variable references are as follows. Examples of different kinds of variable references are as follows.
There is no ambiguity as to what a reference means, since variables There is no ambiguity as to what a reference means, since variables