Extract mesh from solution output file (.xdmf) in preview

Hello! I am visualising a simulation by feeding in the .xdmf file of the solution output into paraview. for a certain timestep in the simulation, I want to extract the mesh at that timestep (mesh of the geometry configuration at that timestep) and save it as a file separately. how can I do that?
thank you very much in advance :slight_smile:

  • Position yourself to the time you want
  • File → SaveData

Hello! thank you so much for the response and help. I had a follow-up: I followed these steps, and got a .vtk file. I want to convert the .vtk file to a .msh file, and I used meshio for it. I can see the the inherent force vectors and fiber definitions are also visible in the .msh file. Is there an option to purely extract the mesh and not extract any other physical entities?

Hi,

In the SaveData dialog, after you select the output file, you can configure your save and choose which array to save. Unselect all of them.

1 Like