Commit 3f83ab0b authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1876 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f1287e57
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -78,7 +78,8 @@ average. The final averaged quantities are generated every <I>Nfreq</I>
timesteps.  The average is over <I>Nrepeat</I> quantities, computed in the
preceding portion of the simulation every <I>Nevery</I> timesteps.  <I>Nfreq</I>
must be a multiple of <I>Nevery</I> and <I>Nevery</I> must be non-zero even if
<I>Nrepeat</I> is 1.
<I>Nrepeat</I> is 1.  Also, the timesteps contributing to the average value
cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required.
</P>
<P>For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
timesteps 90,92,94,96,98,100 will be used to compute the final average
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ average. The final averaged quantities are generated every {Nfreq}
timesteps.  The average is over {Nrepeat} quantities, computed in the
preceding portion of the simulation every {Nevery} timesteps.  {Nfreq}
must be a multiple of {Nevery} and {Nevery} must be non-zero even if
{Nrepeat} is 1.
{Nrepeat} is 1.  Also, the timesteps contributing to the average value
cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required.

For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
timesteps 90,92,94,96,98,100 will be used to compute the final average
+3 −1
Original line number Diff line number Diff line
@@ -101,7 +101,9 @@ the average. The final averaged quantities are generated every
<I>Nfreq</I> timesteps.  The average is over <I>Nrepeat</I> quantities, computed
in the preceding portion of the simulation every <I>Nevery</I> timesteps.
<I>Nfreq</I> must be a multiple of <I>Nevery</I> and <I>Nevery</I> must be non-zero
even if <I>Nrepeat</I> is 1.
even if <I>Nrepeat</I> is 1.  Also, the timesteps contributing to the
average value cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is
required.
</P>
<P>For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
timesteps 90,92,94,96,98,100 will be used to compute the final average
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@ the average. The final averaged quantities are generated every
{Nfreq} timesteps.  The average is over {Nrepeat} quantities, computed
in the preceding portion of the simulation every {Nevery} timesteps.
{Nfreq} must be a multiple of {Nevery} and {Nevery} must be non-zero
even if {Nrepeat} is 1.
even if {Nrepeat} is 1.  Also, the timesteps contributing to the
average value cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is
required.

For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
timesteps 90,92,94,96,98,100 will be used to compute the final average
+4 −3
Original line number Diff line number Diff line
@@ -96,9 +96,10 @@ since they produce per-atom values.
timesteps the values will be generated in order to contribute to the
average.  The final averaged quantities are generated every <I>Nfreq</I>
timesteps.  The average is over <I>Nrepeat</I> quantities, computed in the
preceding portion of the simulation every <I>Nevery</I> timesteps.
<I>Nfreq</I> must be a multiple of <I>Nevery</I> and <I>Nevery</I> must be non-zero
even if <I>Nrepeat</I> is 1.
preceding portion of the simulation every <I>Nevery</I> timesteps.  <I>Nfreq</I>
must be a multiple of <I>Nevery</I> and <I>Nevery</I> must be non-zero even if
<I>Nrepeat</I> is 1.  Also, the timesteps contributing to the average value
cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required.
</P>
<P>For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
timesteps 90,92,94,96,98,100 will be used to compute the final average
Loading