mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1256 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2398720648
commit
f07b480280
|
@ -15,16 +15,23 @@
|
|||
</P>
|
||||
<PRE>fix ID group-ID print N string keyword value ...
|
||||
</PRE>
|
||||
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
|
||||
<LI>print = style name of this fix command
|
||||
<LI>N = print every N steps
|
||||
<LI>string = text string to print with optional variable names
|
||||
<LI>zero or more keyword/value pairs may be appended
|
||||
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
|
||||
|
||||
<LI>print = style name of this fix command
|
||||
|
||||
<LI>N = print every N steps
|
||||
|
||||
<LI>string = text string to print with optional variable names
|
||||
|
||||
<LI>zero or more keyword/value pairs may be appended
|
||||
|
||||
<LI>keyword = <I>file</I> or <I>screen</I>
|
||||
</UL>
|
||||
|
||||
<PRE> <I>file</I> value = filename
|
||||
<I>screen</I> value = <I>yes</I> or <I>no</I>
|
||||
</PRE>
|
||||
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix extra all print 100 "Coords of marker atom = $x $y $z"
|
||||
|
|
|
@ -12,14 +12,15 @@ fix print command :h3
|
|||
|
||||
fix ID group-ID print N string keyword value ... :pre
|
||||
|
||||
ID, group-ID are documented in "fix"_fix.html command
|
||||
print = style name of this fix command
|
||||
N = print every N steps
|
||||
string = text string to print with optional variable names
|
||||
zero or more keyword/value pairs may be appended
|
||||
keyword = {file} or {screen} :ul
|
||||
ID, group-ID are documented in "fix"_fix.html command :ulb,l
|
||||
print = style name of this fix command :l
|
||||
N = print every N steps :l
|
||||
string = text string to print with optional variable names :l
|
||||
zero or more keyword/value pairs may be appended :l
|
||||
keyword = {file} or {screen} :l
|
||||
{file} value = filename
|
||||
{screen} value = {yes} or {no} :pre
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue