#include "petscis.h" PetscErrorCode ISLoad(IS is, PetscViewer viewer)Collective on PetscViewer
is | - the newly loaded vector, this needs to have been created with ISCreate() or some related function before a call to ISLoad(). | |
viewer | - binary file viewer, obtained from PetscViewerBinaryOpen() or HDF5 file viewer, obtained from PetscViewerHDF5Open() |