Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow VTKFile to support multiple mesh topologies #4051

Open
karimnorouzi opened this issue Feb 19, 2025 · 5 comments
Open

Allow VTKFile to support multiple mesh topologies #4051

karimnorouzi opened this issue Feb 19, 2025 · 5 comments

Comments

@karimnorouzi
Copy link

karimnorouzi commented Feb 19, 2025

VTKFile supports only one mesh currently.

when ALE methods are used. The mesh moves and possibly topology of mesh changes, so one needs to use multiple pvd files to save the results of simulation.

It is helpful to have VTKFile support multiple meshes, so that one can use a single file to view simulation results for ALE simulations.

Thanks.

@colinjcotter
Copy link
Contributor

To clarify, this was about having different meshes (different coordinates/topology) at different vtu dumps in the sequence collated by the .pvd file.

@connorjward
Copy link
Contributor

Does the adaptive option help in any way?

adaptive – allow different meshes at different exports if True.

@karimnorouzi
Copy link
Author

karimnorouzi commented Feb 19, 2025

is that option already there ? I have not tried it.
Let me see if it solves the problem.

@karimnorouzi
Copy link
Author

it seems to work.

@karimnorouzi
Copy link
Author

what is the purpose of this flag. It does not work exactly as desired it seems. when the topology changes, it does not update the mesh.

@connorjward connorjward reopened this Feb 19, 2025
@connorjward connorjward changed the title enhancement of the vtk_ouput Allow VTKFile to support multiple mesh topologies Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants