How to visualize a matrix object from a remote machine?

Satish Balay balay at mcs.anl.gov
Tue Dec 15 10:57:53 CST 2009


On Tue, 15 Dec 2009, hxie at umn.edu wrote:

> Hi,
> 
> I use X11 to connect the server and I want to draw the nonzero structure of
> matrix. The option '-mat_view_draw' gives some error messages. How to fix it?
> Thanks.

What error message?


Normally you can do the following:


ssh -Y remotemachine

<on remote machine>
./petscbinary -mat_view_draw -draw_pause -1

or

./petscbinary -mat_view_draw -draw_pause -1 -display $DISPLAY

Satish


More information about the petsc-users mailing list