Saving of state just before nonconvergence of ode solvers
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Salil Kulkarni
 am 27 Okt. 2023
  
    
    
    
    
    Bearbeitet: Torsten
      
      
 am 27 Okt. 2023
            I am trying to solve a set of coupled stiff ode's using the ode45/ode15s solvers. The solver sometimes does not converge and exists with an error. Is it possible save the state variables up to the point the solver has successfully  converged and then exit. 
Thank you
0 Kommentare
Akzeptierte Antwort
  Torsten
      
      
 am 27 Okt. 2023
        
      Bearbeitet: Torsten
      
      
 am 27 Okt. 2023
  
      The stepsize before the solver exists usually becomes small. So if you choose "tspan" in the call to the ode integrator as a 2-element vector, many solutions are collected in this region, and you can examine the curves with the plot command.
Another alternative is to choose many output times in advance so that you can be sure to capture a point in the critical region.
Or you can repeat the run up to a time slightly smaller than the time when the solver got into trouble.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

