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

This commit is contained in:
sjplimp
2012-01-27 23:39:14 +00:00
parent 10eb4cb68d
commit 6234087ef8
224 changed files with 443 additions and 319 deletions

View File

@ -129,7 +129,7 @@ is ignored. This means variables can NOT be re-defined in an input
script (with 2 exceptions, read further). This is to allow an input
script to be processed multiple times without resetting the variables;
see the <A HREF = "jump.html">jump</A> or <A HREF = "include.html">include</A> commands. It also
means that using the <A HREF = "Section_start.html#start_6">command-line switch</A>
means that using the <A HREF = "Section_start.html#start_7">command-line switch</A>
-var will override a corresponding index variable setting in the input
script.
</P>
@ -187,7 +187,7 @@ string is assigned. All processors assign the same string to the
variable.
</P>
<P><I>Index</I> style variables with a single string value can also be set by
using the command-line switch -var; see <A HREF = "Section_start.html#start_6">this
using the command-line switch -var; see <A HREF = "Section_start.html#start_7">this
section</A> for details.
</P>
<P>The <I>loop</I> style is identical to the <I>index</I> style except that the
@ -202,7 +202,7 @@ two arguments N1 and N2. In this case the loop runs from N1 to N2
inclusive, and the string N1 is initially assigned to the variable.
</P>
<P>For the <I>world</I> style, one or more strings are specified. There must
be one string for each processor partition or "world". See <A HREF = "Section_start.html#start_6">this
be one string for each processor partition or "world". See <A HREF = "Section_start.html#start_7">this
section</A> of the manual for information on
running LAMMPS with multiple partitions via the "-partition"
command-line switch. This variable command assigns one string to each
@ -216,7 +216,7 @@ different partitions.
</P>
<P>For the <I>universe</I> style, one or more strings are specified. There
must be at least as many strings as there are processor partitions or
"worlds". See <A HREF = "Section_start.html#start_6">this page</A> for information
"worlds". See <A HREF = "Section_start.html#start_7">this page</A> for information
on running LAMMPS with multiple partitions via the "-partition"
command-line switch. This variable command initially assigns one
string to each world. When a <A HREF = "next.html">next</A> command is encountered