MathGroup Archive 2011

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

Search the Archive

NDSolve (loop)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg116926] NDSolve (loop)
  • From: greg28 <grega.smrkolj at gmail.com>
  • Date: Fri, 4 Mar 2011 03:42:05 -0500 (EST)

Hi,

I would be grateful if you could help me at the following problem. I'm solving a second-order parabolic partial differention equation with NDSolve. The problem is that I have to obtain a solution for varying values of the parameters. This takes a lot of time as I have to increse the minimum number of grid points (for spatial discretization) rather near 1000 to obtain a smooth solution. I wonder whether there's any option to initiate each subsequent NDSolve with the previous solution so as to speed up the algorithm. For small changes in the parameters the solutions are expected not to differ "too much" from each other, so I guess Mathematica could find each subsequent solution easier if it somehow knew the previous solution... Thanks!


  • Prev by Date: Re: player pro and notebooks
  • Next by Date: Re: Any recommendations for new hardware (quadcore/GPUs)?
  • Previous by thread: Re: Mathplayer on tablet device
  • Next by thread: Re: NDSolve (loop)