# Editing \*vtu files which are part of \*pvtu and saving them

**URL:** https://discourse.vtk.org/t/editing-vtu-files-which-are-part-of-pvtu-and-saving-them/10177
**Category:** Support
**Tags:** python
**Created:** [December 13, 2022, 4:54pm UTC](https://discourse.vtk.org/t/editing-vtu-files-which-are-part-of-pvtu-and-saving-them/10177 "2022-12-13T16:54:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rnp](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/r/49beb7/32.png) [@rnp](https://discourse.vtk.org/u/rnp)
#### Post date: [December 13, 2022, 4:54pm UTC](https://discourse.vtk.org/t/editing-vtu-files-which-are-part-of-pvtu-and-saving-them/10177/1 "2022-12-13T16:54:33Z")

</div>

Hello,

I am new to using this library.

I have a bunch of \*vtu files which are part of \*pvtu generated from deal.ii. I want to make some changes to the point-data present - delete a few variables and add a few more manually through a python code. I also want to save these edited \*vtu files in the same structure - linked to a \*pvtu file so that I can take advantage of faster visualizations using Paraview running on a cluster.

I would like to have some recommendations that can run in parallel, because the mesh has 17mil points distributed over 192 \*vtu files for each timestep.

Thanks in advance,  
Raghunandan.
