MathGroup Archive 1997

[Date Index] [Thread Index] [Author Index]

Search the Archive

StoppingTest does not work ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9769] StoppingTest does not work ?
  • From: Gilles BARBIER <Gilles.Barbier at der.edfgdf.fr>
  • Date: Tue, 25 Nov 1997 00:07:19 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

     Anyone could tell me why :
     
     NDSolve[{y'[t]==1,y[0]==0},{y},{t,0,2},StoppingTest->(y[t]>1)]
     
     does not stop for t=1 (it does not stop at all, in fact).
     Of course, my problem is more complicated, but in all case 
     stoppingTest seems to stop when it wants...
     
     Thanks for quick help, Please !!!
     
     Gilles.


  • Prev by Date: Re: Scientific Astronomer
  • Next by Date: Mathematica PrograMing Constructs Timing Comparison
  • Previous by thread: Re: Graphing Inequalities
  • Next by thread: Re: StoppingTest does not work ?