git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@135 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2006-11-10 21:28:48 +00:00
parent 73d0c509fb
commit 89edd8589c
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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:]