log scripts/ode/private/integrate_adaptive.m @ 31263:449ed6f427cb

age author description
Wed, 05 Oct 2022 16:53:01 -0400 Ken Marek ode45/23/23s: Implement Events, OutputFcn, & Refine options (bug #49408 and #63063)
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sat, 21 Jan 2017 16:19:38 -0800 Rik Ignore ODE event function at t==0 for Matlab compatibility (bug #49919).
Fri, 16 Dec 2016 12:04:27 -0500 John W. Eaton maint: Periodic merge of stable to default.
Thu, 15 Dec 2016 15:23:43 -0800 Rik Initialize ODE Event function with start time (bug #49846). stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 26 Oct 2016 10:19:22 -0700 Rik integrate_adaptive.m: Further refinement to orientation of approxvals (cset 7458bacc631a). stable
Thu, 20 Oct 2016 21:14:17 -0700 Rik integrate_adaptive.m: Fix orientation of approxvals when y is a vector. stable
Wed, 19 Oct 2016 14:04:47 -0700 Rik integrate_adaptive.m: Take strcmp call out of for loop for performance. stable
Tue, 18 Oct 2016 11:31:13 -0700 Rik More Matlab-compatible implementation of OutputFcn. Clean up odeplot.m. stable
Sat, 15 Oct 2016 22:39:29 -0700 Rik Further clean-up of ode functions. stable
Thu, 06 Oct 2016 21:39:27 +0200 Carlo de Falco make sure the additional function arguments are always passed to odefun. stable
Wed, 05 Oct 2016 17:35:24 +0200 jcorno fix missing function arguments in call to starting_stepsize stable
Thu, 06 Oct 2016 07:13:24 +0200 Carlo de Falco cleanup ode solvers stable
Thu, 06 Oct 2016 06:54:32 +0200 Carlo de Falco simplify options management in ode solvers stable
Tue, 27 Sep 2016 10:34:46 +0200 Carlo de Falco Stop adaptive ODE integration if timestep gets too small.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.