:orphan: # TSAdaptLoad Loads a TSAdapt that has been stored in binary with `TSAdaptView()`. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdaptLoad(TSAdapt adapt, PetscViewer viewer) ``` Collective ## Input Parameters - ***newdm -*** the newly loaded `TSAdapt`, this needs to have been created with `TSAdaptCreate()` or some related function before a call to `TSAdaptLoad()`. - ***viewer -*** binary file viewer, obtained from `PetscViewerBinaryOpen()` or HDF5 file viewer, obtained from `PetscViewerHDF5Open()` ## Note The type is determined by the data in the file, any type set into the `TSAdapt` before this call is ignored. ## See Also [](ch_ts), `PetscViewerBinaryOpen()`, `TSAdaptView()`, `MatLoad()`, `VecLoad()`, `TSAdapt` ## Level intermediate ## Location src/ts/adapt/interface/tsadapt.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/adapt/interface/tsadapt.c) [Index of all TS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)