diff liboctave/LSODE-opts.in @ 4231:1032fb9ec0d1

[project @ 2002-12-19 19:58:29 by jwe]
author jwe
date Thu, 19 Dec 2002 19:59:13 +0000
parents b79da8779a0e
children 23b37da9fd5b
line wrap: on
line diff
--- a/liboctave/LSODE-opts.in	Thu Dec 19 05:28:02 2002 +0000
+++ b/liboctave/LSODE-opts.in	Thu Dec 19 19:59:13 2002 +0000
@@ -46,6 +46,7 @@
 
 OPTION
   NAME = "integration method"
+  DOC_ITEM
 A string specifing the method of integration to use to solve the ODE
 system.  Valid values are
 
@@ -59,7 +60,6 @@
 function to compute the Jacobian is not supplied, @code{lsode} will
 compute a finite difference approximation of the Jacobian matrix.
 @end table
-  DOC_ITEM
   END_DOC_ITEM
   TYPE = "std::string"
   SET_ARG_TYPE = "const $TYPE&"
@@ -87,6 +87,18 @@
 END_OPTION
 
 OPTION
+  NAME = "maximum order"
+  DOC_ITEM
+Restrict the maximum order of the solution method.  If using the Adams
+method, this option must be between 1 and 12.  Otherwise, it must be
+between 1 and 5, inclusive.
+  END_DOC_ITEM
+  TYPE = "int"
+  INIT_VALUE = "-1"
+  SET_EXPR = "val"
+END_OPTION
+
+OPTION
   NAME = "maximum step size"
   DOC_ITEM
 Setting the maximum stepsize will avoid passing over very large