Re: How to solve a stiff ODE system?



Orlando wrote:
d Y
---- = f(t, Y), Y(t_0) = Y_0
d t
Warning: Failure at t=1.533227e-003. Unable to meet integration
tolerances without reducing the step size below the smallest value
allowed (5.447117e-018) at time t.

Suspect stiffness is not a problem,cannot say further as you do not
indicate f(t,Y).For eps =10^-8, if initial condition Y(t_eps) = Y_0 is
used and ode behaves well, then problem was with usage of first order
equation.To fix such cases switch over to a second order differential
equation providing two initial conditions.

.



Relevant Pages

  • Re: ODE solver error
    ... Unable to meet integration ... tolerances without reducing the step size below the smallest value ... Choose a solver suited for stiff ...
    (comp.soft-sys.matlab)
  • one error when solve differential equations
    ... Unable to meet integration ... tolerances without reducing the step size below the smallest value ...
    (comp.soft-sys.matlab)
  • ODE solver error
    ... Warning: Failure at t=1.001827e-03. ... Unable to meet integration ... tolerances without reducing the step size below the smallest value ...
    (comp.soft-sys.matlab)
  • Re: Can I use pdepe( ) function to solve several first-order PDEs?
    ... Warning: Failure at t=2.328082e-012. ... integration tolerances without reducing the step size below ...
    (comp.soft-sys.matlab)
  • unistall of 2002 after running 2003 concurrently
    ... integration, et al. ... whether you have done this and what was your result - success/failure and if ... failure, what did you have to do to get back in business? ...
    (microsoft.public.vsnet.setup)

Loading