<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 5, 2015 at 3:33 PM, Saurabh Chawdhary <span dir="ltr"><<a href="mailto:chaw0023@umn.edu" target="_blank">chaw0023@umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys,<br>
With ISView we can dump the IS into a viewer and file and save it. But how can we load the IS back from file into the code.<br>
ISLoad is a function in current petsc version 3.5 but it doesn't exist in version 3.4.5. Is there an alternate way to di the job?<br>
All we want is the ability to save an IS in current program and read it back later. How can this be done in Petsc 3.4.5?<br>
Help! Help!<br></blockquote><div><br></div><div>You should really upgrade. You could use ISGetIndices() and PetscBinaryWrite() yourself to write the data, but you will have</div><div>to manage the parallelism yourself.</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">
Thanks,<br>
Saurabh<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">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</div>
</div></div>