mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1876 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f1287e57be
commit
3f83ab0b76
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -83,9 +83,10 @@ The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what
|
|||
timesteps the values will be generated in order to contribute to 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.
|
||||
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. 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
|
||||
|
|
Loading…
Reference in New Issue