[petsc-users] Store only Matrix Structure (Binary)

Thomas Hisch t.hisch at gmail.com
Mon Jul 16 15:47:34 CDT 2012


Hello list,

is it possible to store just the nonzero pattern of a large (sparse)
matrix in a file? If I write the whole matrix to disk
(PetscViewerBinaryOpen/MatView) its size is about 30MB. As I only need
its structure it would be a good idea to load and store just the
non-zero pattern of the matrix.

Has anyone tried to do that and are there corresponding functions in petsc-dev?

Regards
Thomas


More information about the petsc-users mailing list