[petsc-dev] anyone feel like fixing a bug?

2012-05-23 Thread Barry Smith
On May 23, 2012, at 9:26 AM, Jed Brown wrote: > On Wed, May 23, 2012 at 9:27 AM, Mark F. Adams > wrote: > I have gone through and done this manual inheritance, but 1) I may have > missed some and 2) there were some that I could not figure out how to do. > I'm back online today and can work o

[petsc-dev] anyone feel like fixing a bug?

2012-05-23 Thread Mark F. Adams
On May 23, 2012, at 9:36 AM, Barry Smith wrote: > > On May 22, 2012, at 9:32 PM, Jed Brown wrote: > >> Well, here's the problem: >> >> MatSetBlockSize() used to call mat->ops->setblocksize() which the MPI >> matrices forwarded down to their seq submatrices. >> >> But then this patch removed

[petsc-dev] anyone feel like fixing a bug?

2012-05-23 Thread Jed Brown
On Wed, May 23, 2012 at 9:27 AM, Mark F. Adams wrote: > I have gone through and done this manual inheritance, but 1) I may have > missed some and 2) there were some that I could not figure out how to do. > I'm back online today and can work on this. I did leave some comments in > the form of Set

[petsc-dev] anyone feel like fixing a bug?

2012-05-23 Thread Jed Brown
On Wed, May 23, 2012 at 8:36 AM, Barry Smith wrote: > > On May 22, 2012, at 9:32 PM, Jed Brown wrote: > > > Well, here's the problem: > > > > MatSetBlockSize() used to call mat->ops->setblocksize() which the MPI > matrices forwarded down to their seq submatrices. > > > > But then this patch remov

[petsc-dev] anyone feel like fixing a bug?

2012-05-23 Thread Barry Smith
On May 22, 2012, at 9:32 PM, Jed Brown wrote: > Well, here's the problem: > > MatSetBlockSize() used to call mat->ops->setblocksize() which the MPI > matrices forwarded down to their seq submatrices. > > But then this patch removed that behavior so MatSetBlockSize() is processed > immediately

[petsc-dev] anyone feel like fixing a bug?

2012-05-22 Thread Jed Brown
Well, here's the problem: MatSetBlockSize() used to call mat->ops->setblocksize() which the MPI matrices forwarded down to their seq submatrices. But then this patch removed that behavior so MatSetBlockSize() is processed immediately and not forwarded down. http://petsc.cs.iit.edu/petsc/petsc-de

[petsc-dev] anyone feel like fixing a bug?

2012-05-19 Thread Mark F. Adams
I'm going to be tied up for a few days, should be able to get to this Wed., if not sooner, but if anyone wants to take a crack at it, here it is. This is run with 8 procs. Mark ==51037== Command: ./ex56 -ne 19 -alpha 1.e-3 -ksp_type cg -ksp_monitor -ksp_max_it 15 -pc_type gamg -pc_gamg_type ag