Hello,
I am interested into getting some information on a PETSc matrix resulting from assembly process :
A = PETScMatrix()
assemble_system(a, L, bcs, A_tensor=A, b_tensor=b)
Is it possible to use PETSc's MatGetInfo
function within petsc4py syntax ? Do someone have some experience with this ?
Thank you in advance,
Claire