:orphan:
# DMTSGetSolutionFunction
gets the `TS` solution evaluation function 
## Synopsis
```
#include "petscts.h" 
PetscErrorCode DMTSGetSolutionFunction(DM dm, TSSolutionFunction *func, void **ctx)
```
Not Collective


## Input Parameter

- ***dm -*** `DM` to be used with `TS`



## Output Parameters

- ***func -*** solution function evaluation function, for calling sequence see `TSSetSolution()`
- ***ctx -*** context for solution evaluation





## See Also
 [](ch_ts), `TS`, `DM`, `DMTSSetContext()`, `TSSetFunction()`, `DMTSSetJacobian()`, `DMTSSetSolutionFunction()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/utils/dmts.c.html#DMTSGetSolutionFunction">src/ts/utils/dmts.c</A>


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