<div dir="ltr"><div>PETSC users,</div><div><br></div><div>As memory is at a premium in my problem, I want to compute only the upper triangular elements of a matrix and then construct a parallel sparse symmetric matrix. In this case, do I have to use "<a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatSetOption.html#MatSetOption"><font color="#0066cc">MatSetOption</font></a>(A,MAT_SYMMETRIC,<a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Sys/PETSC_TRUE.html#PETSC_TRUE"><font color="#0066cc">PETSC_TRUE</font></a>)"? In this case, is the matrix internally stored in the memory saving mode (i.e. the upper triangular elements only) or does this provide us with just the convenience for computing half of matrix elements? In advance, thanks for your comments.</div><div><br></div><div>Regards,</div><div>Evan</div><div> </div></div>