forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6256 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
cbc0f5e71a
commit
89e260de69
|
@ -11,6 +11,8 @@
|
|||
|
||||
<H3>dump image command
|
||||
</H3>
|
||||
<P>NOTE: The dump image command has not yet been released as part of LAMMPS.
|
||||
</P>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>dump ID group-ID image N file color diameter keyword value ...
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
dump image command :h3
|
||||
|
||||
NOTE: The dump image command has not yet been released as part of LAMMPS.
|
||||
|
||||
[Syntax:]
|
||||
|
||||
dump ID group-ID image N file color diameter keyword value ... :pre
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
|
||||
<H3>dump_modify command
|
||||
</H3>
|
||||
<P>NOTE: The keywords below which are only relevant for the <A HREF = "dump_image.html">dump
|
||||
image</A> command have not yet been released as part of
|
||||
LAMMPS.
|
||||
</P>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>dump_modify dump-ID keyword values ...
|
||||
|
@ -99,8 +103,8 @@ dump_modify xtcdump precision 10000
|
|||
dump_modify 1 every 1000
|
||||
dump_modify 1 every v_myVar
|
||||
</PRE>
|
||||
<P>NOTE: add some image examples
|
||||
</P>
|
||||
<PRE>NOTE: need to add some image examples
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
<P>Modify the parameters of a previously defined dump command. Not all
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
dump_modify command :h3
|
||||
|
||||
NOTE: The keywords below which are only relevant for the "dump
|
||||
image"_dump_image.html command have not yet been released as part of
|
||||
LAMMPS.
|
||||
|
||||
[Syntax:]
|
||||
|
||||
dump_modify dump-ID keyword values ... :pre
|
||||
|
@ -92,7 +96,7 @@ dump_modify xtcdump precision 10000
|
|||
dump_modify 1 every 1000
|
||||
dump_modify 1 every v_myVar :pre
|
||||
|
||||
NOTE: add some image examples
|
||||
NOTE: need to add some image examples :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue