forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2605 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
52855de029
commit
93ee4c224d
|
@ -17,11 +17,12 @@
|
|||
</PRE>
|
||||
<UL><LI>one or more keyword/value pairs may be listed
|
||||
|
||||
keyword = <I>dmax</I> or <I>line</I>
|
||||
<PRE>keyword = <I>dmax</I> or <I>line</I>
|
||||
<I>dmax</I> value = max
|
||||
max = maximum distance for line search to move (distance units)
|
||||
<I>line</I> value = <I>backtrack</I> or <I>quadratic</I>
|
||||
value = style of linesearch to use
|
||||
backtrack,quadratic = style of linesearch to use
|
||||
</PRE>
|
||||
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
|
|
|
@ -17,7 +17,7 @@ keyword = {dmax} or {line}
|
|||
{dmax} value = max
|
||||
max = maximum distance for line search to move (distance units)
|
||||
{line} value = {backtrack} or {quadratic}
|
||||
value = style of linesearch to use
|
||||
backtrack,quadratic = style of linesearch to use :pre
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
|
Loading…
Reference in New Issue