TSLoad#
Loads a TS
that has been stored in binary with TSView()
.
Synopsis#
#include "petscts.h"
PetscErrorCode TSLoad(TS ts, PetscViewer viewer)
Collective
Input Parameters#
newdm - the newly loaded
TS
, this needs to have been created withTSCreate()
or some related function before a call toTSLoad()
.viewer - binary file viewer, obtained from
PetscViewerBinaryOpen()
Note#
The type is determined by the data in the file, any type set into the TS
before this call is ignored.
See Also#
TS: Scalable ODE and DAE Solvers, TS
, PetscViewer
, PetscViewerBinaryOpen()
, TSView()
, MatLoad()
, VecLoad()
Level#
intermediate
Location#
Examples#
Implementations#
TSLoad_ARKIMEX in src/ts/impls/arkimex/arkimex.c
TSLoad_RK in src/ts/impls/explicit/rk/rk.c
TSLoad_GLEE in src/ts/impls/glee/glee.c
TSLoad_IRK in src/ts/impls/implicit/irk/irk.c
TSLoad_MPRK in src/ts/impls/multirate/mprk.c
TSLoad_RosW in src/ts/impls/rosw/rosw.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages