Re: [petsc-dev] MatCreateRedundantMatrix() does not work for rectangular matrices

2017-07-27 Thread Jose E. Roman
Works perfectly. Thanks. > El 27 jul 2017, a las 21:41, Hong escribió: > > Jose, > Bug is fixed in branch hzhang/bugfix-RedundantMat/master > https://bitbucket.org/petsc/petsc/commits/7bbdc51d16de20c2a4daada3a4bf77c9346d6e84 > > Let me know if you have any comments. > > Hong > > On Mon, Jul 2

Re: [petsc-dev] MatCreateRedundantMatrix() does not work for rectangular matrices

2017-07-27 Thread Hong
Jose, Bug is fixed in branch hzhang/bugfix-RedundantMat/master https://bitbucket.org/petsc/petsc/commits/7bbdc51d16de20c2a4daada3a4bf77c9346d6e84 Let me know if you have any comments. Hong On Mon, Jul 24, 2017 at 9:02 AM, Hong wrote: > This example works well on maint-branch. > > There is a bu

Re: [petsc-dev] MatCreateRedundantMatrix() does not work for rectangular matrices

2017-07-24 Thread Hong
This example works well on maint-branch. There is a bug in master branch. I'll fix it after I'm back from the vacation (Thursday). Hong On Sat, Jul 22, 2017 at 1:13 PM, Jose E. Roman wrote: > Attached is an example that shows that MatCreateRedundantMatrix() fails if > the matrix is rectangula

[petsc-dev] MatCreateRedundantMatrix() does not work for rectangular matrices

2017-07-22 Thread Jose E. Roman
Attached is an example that shows that MatCreateRedundantMatrix() fails if the matrix is rectangular. Is it a bug or an unsupported case? Jose ex207.c Description: Binary data