mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3608 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a8a96c6db9
commit
341c14e41c
|
@ -9,15 +9,15 @@
|
|||
|
||||
<HR>
|
||||
|
||||
<H3>fix coord/original command
|
||||
<H3>fix store/coord command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>fix ID group-ID coord/original keyword values ...
|
||||
<PRE>fix ID group-ID store/coord keyword values ...
|
||||
</PRE>
|
||||
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
|
||||
|
||||
<LI>coord/original = style name of this fix command
|
||||
<LI>store/coord = style name of this fix command
|
||||
|
||||
<LI>zero or more keyword/value pairs may be appended
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
|||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 all coord/original
|
||||
fix 1 upper coord/original com yes
|
||||
<PRE>fix 1 all store/coord
|
||||
fix 1 upper store/coord com yes
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
@ -87,7 +87,8 @@ minimization</A>.
|
|||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "compute_msd.html">compute msd</A>, <A HREF = "compute_displace_atom.html">compute
|
||||
displace/atom</A>
|
||||
displace/atom</A>, <A HREF = "compute_store_force.html">compute
|
||||
store/force</A>
|
||||
</P>
|
||||
<P><B>Default:</B>
|
||||
</P>
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
:line
|
||||
|
||||
fix coord/original command :h3
|
||||
fix store/coord command :h3
|
||||
|
||||
[Syntax:]
|
||||
|
||||
fix ID group-ID coord/original keyword values ... :pre
|
||||
fix ID group-ID store/coord keyword values ... :pre
|
||||
|
||||
ID, group-ID are documented in "fix"_fix.html command :ulb,l
|
||||
coord/original = style name of this fix command :l
|
||||
store/coord = style name of this fix command :l
|
||||
zero or more keyword/value pairs may be appended :l
|
||||
keyword = {com} :l
|
||||
{com} value = {yes} or {no} :pre
|
||||
|
@ -21,8 +21,8 @@ keyword = {com} :l
|
|||
|
||||
[Examples:]
|
||||
|
||||
fix 1 all coord/original
|
||||
fix 1 upper coord/original com yes :pre
|
||||
fix 1 all store/coord
|
||||
fix 1 upper store/coord com yes :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
@ -79,7 +79,8 @@ minimization"_minimize.html.
|
|||
[Related commands:]
|
||||
|
||||
"compute msd"_compute_msd.html, "compute
|
||||
displace/atom"_compute_displace_atom.html
|
||||
displace/atom"_compute_displace_atom.html, "compute
|
||||
store/force"_compute_store_force.html
|
||||
|
||||
[Default:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue