#include "petscts.h" PetscErrorCode TSLoad(TS ts, PetscViewer viewer)Collective on PetscViewer
newdm | - the newly loaded TS, this needs to have been created with TSCreate() or some related function before a call to TSLoad(). | |
viewer | - binary file viewer, obtained from PetscViewerBinaryOpen() |
has not yet been determined