<div class="gmail_quote">On Sat, Jun 30, 2012 at 9:32 PM, Dave Nystrom <span dir="ltr"><<a href="mailto:dnystrom1@comcast.net" target="_blank">dnystrom1@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":54h">Thanks.  I don't have access or experience with Matlab so that seems not a<br>
good option.  I'm fairly new to Python and have never done anything with the<br>
petsc python interface.  But that could be an option.  Once python reads in a<br>
petsc binary matrix, does it then have a function to write out the matrix in<br>
matrix market format?  Or would I need to write the python code to do that?</div></blockquote></div><br><div>Scipy has routines to write matrix market files.</div><div><br></div><div>PETSc intentionally does not provide this routine because MatrixMarket is such a terrible format. We will give you the gun, but if you want to bolt it to your foot, you have to find your own bolts.</div>