petsc-3.12.5 2020-03-29
SNESLoad
Loads a SNES that has been stored in binary with SNESView().
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESLoad(SNES snes, PetscViewer viewer)
Collective on PetscViewer
Input Parameters
Notes
The type is determined by the data in the file, any type set into the SNES before this call is ignored.
Notes for advanced users
Most users should not need to know the details of the binary storage
format, since SNESLoad() and TSView() completely hide these details.
But for anyone who's interested, the standard binary matrix storage
format is
has not yet been determined
See Also
PetscViewerBinaryOpen(), SNESView(), MatLoad(), VecLoad()
Level
intermediate
Location
src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages