On Thu, Nov 10, 2011 at 12:14 PM, Manfred Gratt <span dir="ltr">&lt;<a href="mailto:manfred.gratt@uibk.ac.at">manfred.gratt@uibk.ac.at</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I am using petsc since 3.1 and upgraded my program to 3.2. I have now the problem that the Vector output in ASCII has changed.<br>
>From only a list of numbers to the name of process that had the data and then the numbers. Like this:<br>
<br>
Vector Object: 2 MPI processes<br>
 type: mpi<br>
Process [0]<br>
0<br>
0<br>
0<br>
<br>
Is there a option to change it back to only display numbers again?<br></blockquote><div><br></div><div>You can use a different viewer format, like SYMMODU or PCICE.</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I use this output only for a rough estimation if the solution is correct and I don&#39;t want to rewrite the tool to check the correctness.<br>
I use the viewer like this:<br>
<br>
PetscViewer viewer;<br>
PetscViewerASCIIOpen( PETSC_COMM_WORLD, solfname.c_str(), &amp;viewer);<br>
VecView( uT, viewer);<br>
PetscViewerDestroy( &amp;viewer);<br>
<br>
Thanks<br><font color="#888888">
Manfred<br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>