[petsc-dev] change to MatIsTranspose() and failing test

2011-04-28 Thread Lisandro Dalcin
On 28 April 2011 13:48, Hong Zhang wrote: > Pushed MatIsTranspose_SeqBAIJ(). > Many thanks! BTW, do you fully agree with my previous fix? Should MatIsTranspose() generate an error if the test is not implemented? Or should it just return PETSC_FALSE? > Hong > > On Wed, Apr 27, 2011 at 2:04 PM,

[petsc-dev] change to MatIsTranspose() and failing test

2011-04-28 Thread Hong Zhang
Lisandro : > BTW, do you fully agree with my previous fix? Should MatIsTranspose() > generate an error if the test is not implemented? Or should it just > return PETSC_FALSE? I agree with you: generate an error if the test is not implemented - consistent with entire petsc style 'PETSC_FALSE' is

[petsc-dev] change to MatIsTranspose() and failing test

2011-04-28 Thread Hong Zhang
Pushed MatIsTranspose_SeqBAIJ(). Hong On Wed, Apr 27, 2011 at 2:04 PM, Lisandro Dalcin wrote: > After wasting as considerable amount of time debugging issues related > to uninitialized variables passed to MatIsTranspose, I've pushed this: > > changeset: ? 18869:3bdc748ba073 > tag: ? ? ? ? tip >

[petsc-dev] change to MatIsTranspose() and failing test

2011-04-27 Thread Lisandro Dalcin
After wasting as considerable amount of time debugging issues related to uninitialized variables passed to MatIsTranspose, I've pushed this: changeset: 18869:3bdc748ba073 tag: tip user:Lisandro Dalcin date:Wed Apr 27 15:59:56 2011 -0300 summary: MatIsTranspose(): err

[petsc-dev] change to MatIsTranspose() and failing test

2011-04-27 Thread Hong Zhang
I'll check it. Hong On Wed, Apr 27, 2011 at 2:04 PM, Lisandro Dalcin wrote: > After wasting as considerable amount of time debugging issues related > to uninitialized variables passed to MatIsTranspose, I've pushed this: > > changeset: ? 18869:3bdc748ba073 > tag: ? ? ? ? tip > user: ? ? ? ?Lisand