[petsc-dev] Petsc VecCopy code.

2012-05-04 Thread Matthew Knepley
On Fri, May 4, 2012 at 2:27 PM, Yoo, Andy wrote: > Hi, > > ** ** > > I have written a two-dimensional MatVec routine ( > http://dl.acm.org/citation.cfm?id=2063469) a while ago. > Any chance of getting that into PETSc proper? > > > Now, I am noticing there is a small memory leak that a

[petsc-dev] Petsc VecCopy code.

2012-05-04 Thread Yoo, Andy
Thanks, Mathew. From: petsc-dev-bounces at mcs.anl.gov [mailto:petsc-dev-boun...@mcs.anl.gov] On Behalf Of Matthew Knepley Sent: Friday, May 04, 2012 11:41 AM To: For users of the development version of PETSc Subject: Re: [petsc-dev] Petsc VecCopy code. On Fri, May 4, 2012 at 2:27 PM, Yoo, Andy

[petsc-dev] Petsc VecCopy code.

2012-05-04 Thread Yoo, Andy
Hi, I have written a two-dimensional MatVec routine (http://dl.acm.org/citation.cfm?id=2063469) a while ago. Now, I am noticing there is a small memory leak that appears to come from VecCopy. It is small, as it only appears like after 30 MatVecs. I looked at the Petsc sources, but was not ab