From 3f83ab0b765e47f44bdfba271aed72ce19cc0908 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 27 May 2008 14:03:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1876 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_ave_atom.html | 3 ++- doc/fix_ave_atom.txt | 3 ++- doc/fix_ave_spatial.html | 4 +++- doc/fix_ave_spatial.txt | 4 +++- doc/fix_ave_time.html | 7 ++++--- doc/fix_ave_time.txt | 7 ++++--- 6 files changed, 18 insertions(+), 10 deletions(-) diff --git a/doc/fix_ave_atom.html b/doc/fix_ave_atom.html index 49e05c733f..d86941503a 100644 --- a/doc/fix_ave_atom.html +++ b/doc/fix_ave_atom.html @@ -78,7 +78,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 diff --git a/doc/fix_ave_atom.txt b/doc/fix_ave_atom.txt index f20b2e608d..5bdb143d9b 100644 --- a/doc/fix_ave_atom.txt +++ b/doc/fix_ave_atom.txt @@ -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 diff --git a/doc/fix_ave_spatial.html b/doc/fix_ave_spatial.html index 5f71a17bdd..26e1e2d0ad 100644 --- a/doc/fix_ave_spatial.html +++ b/doc/fix_ave_spatial.html @@ -101,7 +101,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 diff --git a/doc/fix_ave_spatial.txt b/doc/fix_ave_spatial.txt index 8dc2ab59b1..9a139b544d 100644 --- a/doc/fix_ave_spatial.txt +++ b/doc/fix_ave_spatial.txt @@ -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 diff --git a/doc/fix_ave_time.html b/doc/fix_ave_time.html index 2961fa5dfb..bbfb34e9b1 100644 --- a/doc/fix_ave_time.html +++ b/doc/fix_ave_time.html @@ -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 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 diff --git a/doc/fix_ave_time.txt b/doc/fix_ave_time.txt index 4ba2799bb4..bf1524e8cc 100644 --- a/doc/fix_ave_time.txt +++ b/doc/fix_ave_time.txt @@ -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