:orphan: # TSForwardGetSensitivities Returns the trajectory sensitivities ## Synopsis ``` #include "petscts.h" PetscErrorCode TSForwardGetSensitivities(TS ts, PetscInt *nump, Mat *Smat) ``` Not Collective, but Smat returned is parallel if ts is parallel ## Output Parameters - ***ts -*** the `TS` context obtained from `TSCreate()` - ***nump -*** number of parameters - ***Smat -*** sensitivities with respect to the parameters, the number of entries in these vectors is the same as the number of parameters ## See Also [](ch_ts), `TSForwardSetSensitivities()`, `TSForwardSetIntegralGradients()`, `TSForwardGetIntegralGradients()`, `TSForwardStep()` ## Level intermediate ## Location src/ts/interface/sensitivity/tssen.c ## Examples src/ts/tutorials/ex20opt_ic.c
src/ts/tutorials/ex20opt_p.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/sensitivity/tssen.c) [Index of all Sensitivity routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)