git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7420 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -214,7 +214,7 @@ the timestep. An explanation of the possible dump custom attributes
|
||||
is given below.
|
||||
</P>
|
||||
<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
|
||||
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
|
||||
|
||||
@ -203,7 +203,7 @@ the timestep. An explanation of the possible dump custom attributes
|
||||
is given below.
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
@ -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,
|
||||
atom-style variables generate a per-atom vector of values; all other
|
||||
variable styles generate a global scalar value. An equal-style
|
||||
variable can reference a global scalar value produced by another
|
||||
variable, but not a per-atom vector produced by an atom-style
|
||||
variable. Atom-style variables can reference either global scalar or
|
||||
per-atom vector values produced by kind of variable.
|
||||
variable can only use scalar values, which means another equal-style
|
||||
variable or an element of an atom-style variable. Atom-style
|
||||
variables can use the same scalar values. They can also use other
|
||||
atom-style variables.
|
||||
</P>
|
||||
<P>Examples of different kinds of variable references are as follows.
|
||||
There is no ambiguity as to what a reference means, since variables
|
||||
|
||||
@ -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,
|
||||
atom-style variables generate a per-atom vector of values; all other
|
||||
variable styles generate a global scalar value. An equal-style
|
||||
variable can reference a global scalar value produced by another
|
||||
variable, but not a per-atom vector produced by an atom-style
|
||||
variable. Atom-style variables can reference either global scalar or
|
||||
per-atom vector values produced by kind of variable.
|
||||
variable can only use scalar values, which means another equal-style
|
||||
variable or an element of an atom-style variable. Atom-style
|
||||
variables can use the same scalar values. They can also use other
|
||||
atom-style variables.
|
||||
|
||||
Examples of different kinds of variable references are as follows.
|
||||
There is no ambiguity as to what a reference means, since variables
|
||||
|
||||
Reference in New Issue
Block a user