From 5dd0d57cb5798e3e746d13e2fa4ca0444d93efa7 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 18 Oct 2007 22:42:22 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1063 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_howto.html | 8 ++++++-- doc/Section_howto.txt | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 906b1297fa..29460afe22 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -900,7 +900,9 @@ compute or fix must generate global scalar or vector quantities. The time-averaged values generated by fix ave/time can be written directly to a file and/or accessed by any output command that uses fixes as a source of input, e.g. the thermo_style -custom command. +custom command. Fix ave/time options allow for +running cummulative averages or moving time-windowed averages to be +output.

The fix ave/spatial command enables spatial-averaging of per-atom quantities like per-atom energy or @@ -913,7 +915,9 @@ average of a spatial average of a time-averaged per-atom quantity. The time-averaged values generated by fix ave/spatial can be written directly to a file and/or accessed by any output command that uses fixes as a source of -input, e.g. the thermo_style custom command. +input, e.g. the thermo_style custom command. Fix +ave/spatial options allow for running cummulative averages or moving +time-windowed averages to be output.

The fix print command can generate a line of output written to the screen and log file periodically during a running diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index 26d34ecb9c..26c6d4ee2a 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -893,7 +893,9 @@ compute or fix must generate global scalar or vector quantities. The time-averaged values generated by "fix ave/time"_fix_ave_time.html can be written directly to a file and/or accessed by any output command that uses fixes as a source of input, e.g. the "thermo_style -custom"_thermo_style.html command. +custom"_thermo_style.html command. Fix ave/time options allow for +running cummulative averages or moving time-windowed averages to be +output. The "fix ave/spatial"_fix_ave_spatial.html command enables spatial-averaging of per-atom quantities like per-atom energy or @@ -906,7 +908,9 @@ average of a spatial average of a time-averaged per-atom quantity. The time-averaged values generated by "fix ave/spatial"_fix_ave_spatial.html can be written directly to a file and/or accessed by any output command that uses fixes as a source of -input, e.g. the "thermo_style custom"_thermo_style.html command. +input, e.g. the "thermo_style custom"_thermo_style.html command. Fix +ave/spatial options allow for running cummulative averages or moving +time-windowed averages to be output. The "fix print"_fix_print.html command can generate a line of output written to the screen and log file periodically during a running