From 4c1f1f9b01e18ffbbb3d1fdb7912e8e1697495f0 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 21 Feb 2011 22:32:31 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5687 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_ave_histo.html | 21 ++++++++++++--------- doc/fix_ave_histo.txt | 8 ++++---- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/fix_ave_histo.html b/doc/fix_ave_histo.html index ad5c782b6f..6330a34e66 100644 --- a/doc/fix_ave_histo.html +++ b/doc/fix_ave_histo.html @@ -23,10 +23,13 @@
  • Nrepeat = # of times to use input values for calculating histogram -
  • Nfreq = calculate histogram every this many timesteps -lo,hi = lo/hi bounds within which to histogram -Nbin = # of histogram bins -one or more input values can be listed +
  • Nfreq = calculate histogram every this many timesteps + +
  • lo,hi = lo/hi bounds within which to histogram + +
  • Nbin = # of histogram bins + +
  • one or more input values can be listed
  • value = x, y, z, vx, vy, vz, fx, fy, fz, c_ID, c_ID[N], f_ID, f_ID[N], v_name @@ -292,11 +295,11 @@ values can only be accessed on timesteps that are multiples of Nfreq since that is when a histogram is generated. The global vector has 4 values:

    -

    1 = total counts in the histogram -2 = values that were not histogrammed (see beyond keyword) -3 = min value of all input values, including ones not histogrammed -4 = max value of all input values, including ones not histogrammed -

    +

    The global array has # of rows = Nbins and # of columns = 3. The first column has the bin coordinate, the 2nd column has the count of values in that histogram bin, and the 3rd column has the bin count diff --git a/doc/fix_ave_histo.txt b/doc/fix_ave_histo.txt index 30612bc367..aa0b046c92 100644 --- a/doc/fix_ave_histo.txt +++ b/doc/fix_ave_histo.txt @@ -16,9 +16,9 @@ ID, group-ID are documented in "fix"_fix.html command :ulb,l ave/histo = style name of this fix command :l Nevery = use input values every this many timesteps :l Nrepeat = # of times to use input values for calculating histogram :l -Nfreq = calculate histogram every this many timesteps -lo,hi = lo/hi bounds within which to histogram -Nbin = # of histogram bins +Nfreq = calculate histogram every this many timesteps :l +lo,hi = lo/hi bounds within which to histogram :l +Nbin = # of histogram bins :l one or more input values can be listed :l value = x, y, z, vx, vy, vz, fx, fy, fz, c_ID, c_ID\[N\], f_ID, f_ID\[N\], v_name :l x,y,z,vx,vy,vz,fx,fy,fz = atom attribute (position, velocity, force component) @@ -283,7 +283,7 @@ The global vector has 4 values: 1 = total counts in the histogram 2 = values that were not histogrammed (see {beyond} keyword) 3 = min value of all input values, including ones not histogrammed -4 = max value of all input values, including ones not histogrammed +4 = max value of all input values, including ones not histogrammed :ul The global array has # of rows = Nbins and # of columns = 3. The first column has the bin coordinate, the 2nd column has the count of