Commit 50e0b2da authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1817 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ff002a86
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -327,6 +327,13 @@ of each style or click on the style itself for a full description:
<TR ALIGN="center"><TD ><A HREF = "fix_wall_gran.html">wall/gran</A></TD><TD ><A HREF = "fix_wall_lj126.html">wall/lj126</A></TD><TD ><A HREF = "fix_wall_lj93.html">wall/lj93</A></TD><TD ><A HREF = "fix_wall_reflect.html">wall/reflect</A></TD><TD ><A HREF = "fix_wiggle.html">wiggle</A> 
</TD></TR></TABLE></DIV>

<P>These are fix styles contributed by users, which can be used if
<A HREF = "Section_start.html#2_3">LAMMPS is built with the appropriate package</A>.
</P>
<DIV ALIGN=center><TABLE  BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "fix_smd.html">smd</A> 
</TD></TR></TABLE></DIV>

<HR>

<P>Compute styles.  See the <A HREF = "compute.html">compute</A> command for one-line
+5 −0
Original line number Diff line number Diff line
@@ -437,6 +437,11 @@ of each style or click on the style itself for a full description:
"wall/reflect"_fix_wall_reflect.html,
"wiggle"_fix_wiggle.html :tb(c=8,ea=c)

These are fix styles contributed by users, which can be used if
"LAMMPS is built with the appropriate package"_Section_start.html#2_3.

"smd"_fix_smd.html :tb(c=4,ea=c)

:line

Compute styles.  See the "compute"_compute.html command for one-line
+5 −1
Original line number Diff line number Diff line
@@ -56,7 +56,11 @@ accessed by any command that uses per-atom computes as input. See
<A HREF = "Section_howto.html#4_15">this section</A> for an overview of LAMMPS
output options.
</P>
<P><B>Restrictions:</B> none
<P><B>Restrictions:</B>
</P>
<P>This compute is part of the "user-ackland" package.  It is only
enabled if LAMMPS was built with that package.  See the <A HREF = "Section_start.html#2_3">Making
LAMMPS</A> section for more info.
</P>
<P><B>Related commands:</B>
</P>
+5 −1
Original line number Diff line number Diff line
@@ -53,7 +53,11 @@ accessed by any command that uses per-atom computes as input. See
"this section"_Section_howto.html#4_15 for an overview of LAMMPS
output options.

[Restrictions:] none
[Restrictions:]

This compute is part of the "user-ackland" package.  It is only
enabled if LAMMPS was built with that package.  See the "Making
LAMMPS"_Section_start.html#2_3 section for more info.

[Related commands:]

+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ minimization</A>.
</P>
<P><B>Related commands:</B> 
</P>
<P><A HREF = "fix_spring.html">fix spring</A>
<P><A HREF = "fix_spring.html">fix spring</A>, <A HREF = "fix_spring_self.html">fix spring/self</A>, 
<A HREF = "fix_spring_rg.html">fix spring/rg</A>, <A HREF = "fix_smd.html">fix smd</A>
</P>
<P><B>Default:</B> none
</P>
Loading