# TSMonitorSolutionVTKDestroy
Destroy filename template string created for use with `TSMonitorSolutionVTK()` 
## Synopsis
```
#include "petscts.h"  
PetscErrorCode TSMonitorSolutionVTKDestroy(void *filenametemplate)
```
Not Collective


## Input Parameters

- ***filenametemplate -*** string containing a format specifier for the integer time step (e.g. %03" PetscInt_FMT ")





## Note
This function is normally passed to `TSMonitorSet()` along with `TSMonitorSolutionVTK()`.


## See Also
 [](chapter_ts), `TSMonitorSet()`, `TSMonitorSolutionVTK()`

## Level
intermediate

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


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/tsmon.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
