[deal.II] Re: possible memory leak using TrilinosWrappers direct solver?

2017-01-31 Thread femFluid
Hi, Jean-Paul, thanks very much, i am using trilinos 12.10,1. I will prepare a simple minimal test and mail it to you asap. best, lailai On Tuesday, 31 January 2017 01:42:06 UTC-5, Jean-Paul Pelteret wrote: > > Dear Lailai, > > Internally we store the Amesos solver in a smart pointer >

[deal.II] Re: possible memory leak using TrilinosWrappers direct solver?

2017-01-30 Thread Michael Harmon
Is your matrix updating at every time step or just the right hand side vector? If its just the right hand side vector is changing, the development version of dealii has the ability to factorize the matrix once and then just do solve(x,b) at every time step. I'm not sure, but it Might help. On