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

This commit is contained in:
sjplimp
2008-02-20 15:42:58 +00:00
parent 13f2f06d15
commit 375a78b666
2 changed files with 22 additions and 20 deletions

View File

@ -81,19 +81,20 @@ value. If multiple inputs are specified, this compute produces a
vector of global values, the length of which is equal to the number of vector of global values, the length of which is equal to the number of
inputs specified. inputs specified.
</P> </P>
<P>The value(s) produced by this compute are all "extensive", meaning <P>As discussed below, for <I>sum</I> mode, the value(s) produced by this
their value scales linearly with the number of atoms involved. If compute are all "extensive", meaning their value scales linearly with
normalized values are desired, this compute can be accessed by the the number of atoms involved. If normalized values are desired, this
<A HREF = "thermo_style.html">thermo_style custom</A> command with <A HREF = "thermo_modify.html">thermo_modify compute can be accessed by the <A HREF = "thermo_style.html">thermo_style custom</A>
norm yes</A> set as an option. Or it can be accessed command with <A HREF = "thermo_modify.html">thermo_modify norm yes</A> set as an
by a <A HREF = "variable.html">variable</A> that divides by the appropriate atom option. Or it can be accessed by a <A HREF = "variable.html">variable</A> that
count. divides by the appropriate atom count.
</P> </P>
<P><B>Output info:</B> <P><B>Output info:</B>
</P> </P>
<P>The scalar and vector values calculated by this compute are <P>For <I>sum</I> mode, the scalar and vector values calculated by this
"extensive", meaning they scale with the number of atoms in the compute are "extensive", meaning they scale with the number of atoms
simulation. in the simulation. For <I>min</I> and <I>max</I> modes, the value(s) are
intensive.
</P> </P>
<P><B>Restrictions:</B> none <P><B>Restrictions:</B> none
</P> </P>

View File

@ -72,19 +72,20 @@ value. If multiple inputs are specified, this compute produces a
vector of global values, the length of which is equal to the number of vector of global values, the length of which is equal to the number of
inputs specified. inputs specified.
The value(s) produced by this compute are all "extensive", meaning As discussed below, for {sum} mode, the value(s) produced by this
their value scales linearly with the number of atoms involved. If compute are all "extensive", meaning their value scales linearly with
normalized values are desired, this compute can be accessed by the the number of atoms involved. If normalized values are desired, this
"thermo_style custom"_thermo_style.html command with "thermo_modify compute can be accessed by the "thermo_style custom"_thermo_style.html
norm yes"_thermo_modify.html set as an option. Or it can be accessed command with "thermo_modify norm yes"_thermo_modify.html set as an
by a "variable"_variable.html that divides by the appropriate atom option. Or it can be accessed by a "variable"_variable.html that
count. divides by the appropriate atom count.
[Output info:] [Output info:]
The scalar and vector values calculated by this compute are For {sum} mode, the scalar and vector values calculated by this
"extensive", meaning they scale with the number of atoms in the compute are "extensive", meaning they scale with the number of atoms
simulation. in the simulation. For {min} and {max} modes, the value(s) are
intensive.
[Restrictions:] none [Restrictions:] none