octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47654] odeset does not allow zero value for t


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #47654] odeset does not allow zero value for tolerance
Date: Sat, 09 Apr 2016 04:11:37 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?47654>

                 Summary: odeset does not allow zero value for tolerance
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Sat 09 Apr 2016 06:11:36 AM CEST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: In Progress
             Assigned to: cdf
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

In Matlab, odeset allows to set either 'AbsTol' or 'RelTol'
to 0, which is useful in order to disable one of the two 
error checks.

In Octave this is not allowed:


>> odeset ('reltol', 0)
error: odeset: invalid value assigned to field 'RelTol'
error: called from
    ode_struct_value_check at line 227 column 13
    odeset at line 208 column 5






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47654>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]