:orphan:
# TSInitializePackage
This function initializes everything in the `TS` package. It is called from `PetscDLLibraryRegister_petscts()` when using dynamic libraries, and on the first call to `TSCreate()` when using shared or static libraries. 
## Synopsis
```
PetscErrorCode TSInitializePackage(void)
```



## See Also
 [](ch_ts), `TS`, `PetscInitialize()`, `TSFinalizePackage()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/interface/dlregists.c.html#TSInitializePackage">src/ts/interface/dlregists.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/dlregists.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)  
