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

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

[Octave-bug-tracker] [bug #38499] odepkg: solvers sometimes fail when er


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #38499] odepkg: solvers sometimes fail when error term gets too small
Date: Fri, 23 Oct 2015 15:10:52 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:41.0) Gecko/20100101 Firefox/41.0

Update of bug #38499 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

The ode45 function has been moved into core Octave in the development branch
(it will be in Octave 4.2) and has undergone a lot of modifications.

With the current version I see:


>> [t,u] = ode45(@(t,u) [0 1], [0 500], [0 0], odeset ());
warning: Option 'RelTol' not set, new value 0.001000 is used
warning: called from
    ode45 at line 181 column 5
warning: Option 'AbsTol' not set, new value 0.000001 is used
warning: called from
    ode45 at line 193 column 5
warning: option 'InitialStep' not set, estimated value 0.000100 is used
warning: called from
    ode45 at line 270 column 5
warning: Option 'MaxStep' not set, new value 50.000000 is used
warning: called from
    ode45 at line 281 column 5



so it seems this bug is not there anymore.
i am closing this ticket, please post a new bug if you see other problems with
ode45.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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