Re: Memory low for PDE
- To: mathgroup at smc.vnet.net
- Subject: [mg123264] Re: Memory low for PDE
- From: Sérgio Lira <sergiobodoh at gmail.com>
- Date: Tue, 29 Nov 2011 07:40:37 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <janopr$atu$1@smc.vnet.net> <jasv31$758$1@smc.vnet.net>
Hi Grischika,
I have tried this, but it didn't work =/
Tx,
Sergio
On 27 nov, 06:15, Grischika <Grisch... at mail.ru> wrote:
> 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.