MathGroup Archive 2011

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

Search the Archive

Re: Memory low for PDE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123220] Re: Memory low for PDE
  • From: Grischika <Grischika at mail.ru>
  • Date: Sun, 27 Nov 2011 04:13:13 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <janopr$atu$1@smc.vnet.net>

If you want to get result at the end of time interval you can just
reduce last NDSolve parameter for example
{t,4.9,5}

It suppresses data storage on all time interval but it stores solution
only at the end. So this should reduce memory usage.



  • Prev by Date: Re: Domain of a function
  • Next by Date: QuantumAlgebra
  • Previous by thread: Re: Memory low for PDE
  • Next by thread: Re: Memory low for PDE