:orphan: # CharacteristicInitializePackage This function initializes everything in the Characteristic package. It is called from PetscDLLibraryRegister() when using dynamic libraries, and on the first call to CharacteristicCreate() when using static libraries. ## Synopsis ``` PetscErrorCode CharacteristicInitializePackage(void) ``` ## See Also [](ch_ts), `PetscInitialize()`, `CharacteristicFinalizePackage()` ## Level developer ## Location src/ts/characteristic/interface/slregis.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/characteristic/interface/slregis.c) [Index of all Characteristic routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)