Commit 89edd858 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@135 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 73d0c509
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
    N = dump every this many timesteps
  <I>region</I> arg = region-ID or "none"
  <I>thresh</I> args = attribute operation value
    attribute = same attributes (x,fy,eng,sxx,etc) used by dump custom style
    attribute = same attributes (x,fy,etotal,sxx,etc) used by dump custom style
    operation = < or <= or > or >= or = or <>
    value = numeric value to compare to
    these 3 args can be replaced by the word "none" to turn off threshholding
@@ -41,7 +41,7 @@
</P>
<PRE>dump_modify 1 format "%d %d %20.15g %g %g" scale yes
dump_modify myDump image yes scale no flush yes
dump_modify 1 region mySphere thresh x < 0.0 thresh energy >= 3.2 
dump_modify 1 region mySphere thresh x < 0.0 thresh epair >= 3.2 
</PRE>
<P><B>Description:</B>
</P>
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ keyword = {format} or {scale} or {image} or {header} or {flush} or {region} or {
    N = dump every this many timesteps
  {region} arg = region-ID or "none"
  {thresh} args = attribute operation value
    attribute = same attributes (x,fy,eng,sxx,etc) used by dump custom style
    attribute = same attributes (x,fy,etotal,sxx,etc) used by dump custom style
    operation = < or <= or > or >= or = or <>
    value = numeric value to compare to
    these 3 args can be replaced by the word "none" to turn off threshholding
@@ -34,7 +34,7 @@ keyword = {format} or {scale} or {image} or {header} or {flush} or {region} or {

dump_modify 1 format "%d %d %20.15g %g %g" scale yes
dump_modify myDump image yes scale no flush yes
dump_modify 1 region mySphere thresh x < 0.0 thresh energy >= 3.2 :pre
dump_modify 1 region mySphere thresh x < 0.0 thresh epair >= 3.2 :pre

[Description:]