<div class="gmail_quote">On Sun, Oct 2, 2011 at 01:29, behzad baghapour <span dir="ltr">&lt;<a href="mailto:behzad.baghapour@gmail.com">behzad.baghapour@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":442">I know about the efficiency and scalability of modern linear methods and I don&#39;t really want to pass memory in a inefficient manner.<br>But here I need to test my designed matrix and know what PETSc brings out in a dense format to check my procedure.</div>
</blockquote></div><br><div>You can use MatConvert() to create a dense matrix with the same format, but I would usually just call MatView() with a very small problem size.</div>