# XDMF writer with the option mesh static over time

**URL:** https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837
**Category:** ParaView Support
**Created:** [September 9, 2023, 6:20pm UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837 "2023-09-09T18:20:01Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ryan90](https://discourse.paraview.org/user_avatar/discourse.paraview.org/ryan90/32/11882_2.png) [@Ryan90](https://discourse.paraview.org/u/Ryan90)
#### Post date: [September 9, 2023, 6:20pm UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837/1 "2023-09-09T18:20:01Z")

</div>

I am trying to write all my simulation data into an XDMF archive. The problem is that the option to write the mesh only once “mesh static over time”. As I am using ParaView on a cluster, I can compile it again or use spack for that. Is there any plugin that can activate “mesh static over time” for the XDMF write in ParaView? Or Do I need to compile it again with some special flags?

Thanks in advance

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [September 11, 2023, 7:18am UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837/2 "2023-09-11T07:18:52Z")

</div>

> [@Ryan90](#):
>
> option to write the mesh only once “mesh static over time”.

Where did you see that option ?

---

<div class="post-metadata">

### Author: ![Ryan90](https://discourse.paraview.org/user_avatar/discourse.paraview.org/ryan90/32/11882_2.png) [@Ryan90](https://discourse.paraview.org/u/Ryan90)
#### Post date: [October 11, 2023, 7:36pm UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837/3 "2023-10-11T19:36:34Z")

</div>

I have the option in Paraview version 5.4.1. When I choose ‘save data’, and the xdmf format, there is a box that can be checked.

---

<div class="post-metadata">

### Author: ![Joachim\_P](https://discourse.paraview.org/user_avatar/discourse.paraview.org/joachim_p/32/9596_2.png) [@Joachim\_P](https://discourse.paraview.org/u/Joachim_P)
#### Post date: [October 16, 2023, 11:49am UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837/4 "2023-10-16T11:49:38Z")

</div>

@Ryan90 Sorry but want you want to achieve here is not clear: ParaView’s XDMF2 writer has this option “Mesh Static Over Time” that can enable when mesh geometry does not change over time (while attributes do change of course). It is a builtin option, what basically just write the geometry once in the file and then refers to it at every frame.

Then, could you please explain again what you are looking for exactly?

---

<div class="post-metadata">

### Author: ![Ryan90](https://discourse.paraview.org/user_avatar/discourse.paraview.org/ryan90/32/11882_2.png) [@Ryan90](https://discourse.paraview.org/u/Ryan90)
#### Post date: [October 16, 2023, 5:52pm UTC](https://discourse.paraview.org/t/xdmf-writer-with-the-option-mesh-static-over-time/12837/5 "2023-10-16T17:52:43Z")

</div>

The problem is that this option (‘Mesh Static Over Time’) is not available for me on Paraview 5.10 but I had it in 4.4.0. I need it because my mesh is quite large and I cannot afford to write it every timestep. How I can activate it?
