Hello,
I am using FEniCS from a python interface, so I compute PETSc matrices and vectors that I need to export in external files. What is the correct syntax with petsc4py to get sparse matrices in ASCII format ?
I thought I cant use the option PETSC_VIEWER_ASCII_COMMON
in PETSc's MatView
, but I am missing the correct syntax in python.
thank you in advance for your help !