diff --git a/doc/fix_ave_atom.html b/doc/fix_ave_atom.html index 290bed0468..d8a0cbc748 100644 --- a/doc/fix_ave_atom.html +++ b/doc/fix_ave_atom.html @@ -76,12 +76,13 @@ per-atom vectors.

The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used 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. Also, the timesteps contributing to the average value -cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +average. The final averaged quantities are generated on timesteps +that are a multiple of Nfreq. 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. 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 diff --git a/doc/fix_ave_atom.txt b/doc/fix_ave_atom.txt index 58b82ac930..095a8b4c19 100644 --- a/doc/fix_ave_atom.txt +++ b/doc/fix_ave_atom.txt @@ -66,12 +66,13 @@ Each per-atom value of each input vector is averaged independently. The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what timesteps the input values will be used 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. Also, the timesteps contributing to the average value -cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +average. The final averaged quantities are generated on timesteps +that are a multiple of {Nfreq}. 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. 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 diff --git a/doc/fix_ave_correlate.html b/doc/fix_ave_correlate.html index 0456c86d11..570d68673c 100644 --- a/doc/fix_ave_correlate.html +++ b/doc/fix_ave_correlate.html @@ -113,11 +113,12 @@ correlations between input values are calculated is determined by the

The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used to calculate correlation data. The input values are sampled every Nevery timesteps. The -correlation data for the preceding samples is computed every Nfreq -timesteps. Consider a set of samples from some initial time up to an -output timestep. The initial time could be the beginning of the -simulation or the last output time; see the ave keyword for options. -For the set of samples, the correlation value Cij is calculated as: +correlation data for the preceding samples is computed on timesteps +that are a multiple of Nfreq. Consider a set of samples from some +initial time up to an output timestep. The initial time could be the +beginning of the simulation or the last output time; see the ave +keyword for options. For the set of samples, the correlation value +Cij is calculated as:

Cij(delta) = ave(Vi(t)*Vj(t+delta)) 
 
diff --git a/doc/fix_ave_correlate.txt b/doc/fix_ave_correlate.txt index 655ef0833e..007f51c533 100644 --- a/doc/fix_ave_correlate.txt +++ b/doc/fix_ave_correlate.txt @@ -100,11 +100,12 @@ correlations between input values are calculated is determined by the The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what timesteps the input values will be used to calculate correlation data. The input values are sampled every {Nevery} timesteps. The -correlation data for the preceding samples is computed every {Nfreq} -timesteps. Consider a set of samples from some initial time up to an -output timestep. The initial time could be the beginning of the -simulation or the last output time; see the {ave} keyword for options. -For the set of samples, the correlation value Cij is calculated as: +correlation data for the preceding samples is computed on timesteps +that are a multiple of {Nfreq}. Consider a set of samples from some +initial time up to an output timestep. The initial time could be the +beginning of the simulation or the last output time; see the {ave} +keyword for options. For the set of samples, the correlation value +Cij is calculated as: Cij(delta) = ave(Vi(t)*Vj(t+delta)) :pre diff --git a/doc/fix_ave_histo.html b/doc/fix_ave_histo.html index 212069fe29..ad5c782b6f 100644 --- a/doc/fix_ave_histo.html +++ b/doc/fix_ave_histo.html @@ -120,12 +120,13 @@ details on the format of the output of this fix.

The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used in order to contribute to the -histogram. The final histogram is generated every Nfreq timesteps. -It is averaged over Nrepeat histograms, 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. Also, the timesteps contributing to the histogram cannot -overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +histogram. The final histogram is generated on timesteps that are +multiple of Nfreq. It is averaged over Nrepeat histograms, +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. Also, the timesteps contributing +to the histogram cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is +required.

For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then input values on timesteps 90,92,94,96,98,100 will be used to compute the final diff --git a/doc/fix_ave_histo.txt b/doc/fix_ave_histo.txt index ebbc2b2925..30612bc367 100644 --- a/doc/fix_ave_histo.txt +++ b/doc/fix_ave_histo.txt @@ -108,12 +108,13 @@ details on the format of the output of this fix. The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what timesteps the input values will be used in order to contribute to the -histogram. The final histogram is generated every {Nfreq} timesteps. -It is averaged over {Nrepeat} histograms, 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. Also, the timesteps contributing to the histogram cannot -overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +histogram. The final histogram is generated on timesteps that are +multiple of {Nfreq}. It is averaged over {Nrepeat} histograms, +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. Also, the timesteps contributing +to the histogram cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is +required. For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then input values on timesteps 90,92,94,96,98,100 will be used to compute the final diff --git a/doc/fix_ave_spatial.html b/doc/fix_ave_spatial.html index 059d44f7c3..a030df52a5 100644 --- a/doc/fix_ave_spatial.html +++ b/doc/fix_ave_spatial.html @@ -124,13 +124,13 @@ so be careful to use reasonable numbers of bins.

The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used to bin them and 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. Also, the timesteps contributing to the -average value cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is -required. +the average. The final averaged quantities are generated on timesteps +that are a multiples of Nfreq. 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. 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 diff --git a/doc/fix_ave_spatial.txt b/doc/fix_ave_spatial.txt index 0764cb4f24..d268f81381 100644 --- a/doc/fix_ave_spatial.txt +++ b/doc/fix_ave_spatial.txt @@ -109,13 +109,13 @@ so be careful to use reasonable numbers of bins. The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what timesteps the input values will be used to bin them and 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. Also, the timesteps contributing to the -average value cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is -required. +the average. The final averaged quantities are generated on timesteps +that are a multiples of {Nfreq}. 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. 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 diff --git a/doc/fix_ave_time.html b/doc/fix_ave_time.html index 4fb2e6856e..1ca9dd4ff0 100644 --- a/doc/fix_ave_time.html +++ b/doc/fix_ave_time.html @@ -123,12 +123,13 @@ fix 2 all ave/time 100 1 100 c_myRDF[1] c_myRDF[2] c_myRDF[3] file tmp2.rdf mode

The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used 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. Also, the timesteps contributing to the average value -cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +average. The final averaged quantities are generated on timesteps +that are a mlutiple of Nfreq. 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. 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 diff --git a/doc/fix_ave_time.txt b/doc/fix_ave_time.txt index 91468539f1..aa8a8ffdce 100644 --- a/doc/fix_ave_time.txt +++ b/doc/fix_ave_time.txt @@ -110,12 +110,13 @@ fix 2 all ave/time 100 1 100 c_myRDF\[1\] c_myRDF\[2\] c_myRDF\[3\] file tmp2.rd The {Nevery}, {Nrepeat}, and {Nfreq} arguments specify on what timesteps the input values will be used 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. Also, the timesteps contributing to the average value -cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is required. +average. The final averaged quantities are generated on timesteps +that are a mlutiple of {Nfreq}. 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. 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