: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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/adapt/interface/tsadapt.c.html#TSAdaptLoad">src/ts/adapt/interface/tsadapt.c</A>


---
[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)  
