Hi everyone,<div><br></div><div>My code dumps petsc vec and mat into an output file using VecView and MatView. I was wondering if there is any way to set the format, such as number of digits that was showing in the output file?</div>

<div><br></div><div><div>      call PetscViewerASCIIOpen(PETSC_COMM_WORLD,"dJdWd.output",viewer,PETScIerr)</div><div>      call PetscViewerSetFormat(viewer,PETSC_VIEWER_ASCII_INDEX,PetscIerr)</div><div>      call VecView(dJdW,viewer,PETScIerr)</div>

</div><div><br></div><div>Thanks,</div><div><br></div><div>Peter</div>