[petsc-users] question about MatDuplicate_SeqAIJ_Inode

Paul Mullowney paulm at txcorp.com
Wed Jun 27 17:09:47 CDT 2012


Hi All,

In inode.c, the function

MatDuplicate_SeqAIJ_Inode(Mat A,MatDuplicateOption cpvalues,Mat *C)

resets the function pointers of A. Shouldn't the functions pointers of C 
be set instead since the data to C is being modified in this function.

-Paul


More information about the petsc-users mailing list