git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@135 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user