Is this the correct way to use MatGetRow? Something wrong here

2007-08-27 Thread Hong Zhang
See ~petsc/src/mat/examples/tests/ex58f.F on how to use MatGetRow() from Fortran. Hong On Mon, 27 Aug 2007, Ben Tay wrote: Hi, I'm trying to view a particular row of a matrix. This 's what I do in my loops: real(8):: vector(64) II=36 impl_mat_i=4. call

Is this the correct way to use MatGetRow? Something wrong here

2007-08-27 Thread Ben Tay
Thanks Zhang Hong! I've got it working. Hong Zhang wrote: See ~petsc/src/mat/examples/tests/ex58f.F on how to use MatGetRow() from Fortran. Hong On Mon, 27 Aug 2007, Ben Tay wrote: Hi, I'm trying to view a particular row of a matrix. This 's what I do in my loops: real(8)::