<div dir="ltr"><div>Dear users,</div><div><br></div><div>Is there any way to control the precision (i.e. decimal points) of matrices and vectors when they are written into files? Otherwise, do I need to access elements of a matrix by myself and then write them with my own format? In advance, thanks for tour advice.</div><div><br></div><div>Regards,</div><div>Evan</div><div><br></div><div><br></div><div>PetscViewerASCIIOpen(PETSC_COMM_WORLD,"A.out",&viewer);<br>PetscViewerSetFormat(viewer, PETSC_VIEWER_ASCII_MATLAB);<br>MatView(A_dt,viewer);</div></div>