[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LSODE_options
From: |
Luigi Palopoli |
Subject: |
LSODE_options |
Date: |
Tue, 22 Jun 1999 20:08:47 +0200 |
Hello everybody,
I am trying to do simulations using directly the octave library. Since
100000 are not seemingly enough for the tolerances I need, an breaking
the simulation is a tedious alternative, I declared a variable having
type LSODE_options name opts, and I issued the following instructions.
LSODE ode (....)
opts.set_step_limit(500000);
ode.copy(opts);
...START simulation
The problem, however hasn't been solved and the solvers still blocks the
simulation complaining to overcaome the maximum number of step.
Is breaking the simulation the only way?
--
("`-''-/").___..--''"`-._ Luigi Palopoli
`6_ 6 ) `-. ( ).`-.__.`) Phd Student
(_Y_.)' ._ ) `._ `. ``-..-' Scuola Superiore S. Anna
_..`--'_..-_/ /--'_.' ,' Via Carducci 40 - 56100
(il),-'' (li),' ((!.-' Pisa - Italy
Tel. +39-050-883451 Fx +39-050-883452
email: address@hidden
URL: hartik.sssup.it/~luigi
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- lsode, Daniel Tourde, 1999/06/15
- lsode, John W. Eaton, 1999/06/19
- LSODE_options,
Luigi Palopoli <=