You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this great package that we use every day.
I am aware of #139 and #141, but my problem is slightly different. I would suggest an option to write relative paths to .vtu files in the .ptvu file. Today, when we write a .pvtu file by calling pvtk_grid with an absolute path, the created .pvtu file contains absolute paths to each .vtu file: pvtk_grid("/foo/bar/result", ...) creates a file /foo/bar/result.pvtu containing
Then the problem is that the whole folder containing the results cannot be moved since the paths in the .pvtu are absolute. I would rather expect a .pvtu containing relative paths (to the .pvtu itself, not the current working dir of course):
In other words, I think the .pvtu file should be constructed like the .pvd file : the path indicated by the user indicates where to create the file, but the paths to the .vtu or .pvtu inside the .pvd are relative to the .pvd filepath.
I am ok to propose a PR if you agree with this remark.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for this great package that we use every day.
I am aware of #139 and #141, but my problem is slightly different. I would suggest an option to write relative paths to .vtu files in the .ptvu file. Today, when we write a .pvtu file by calling
pvtk_grid
with an absolute path, the created .pvtu file contains absolute paths to each .vtu file:pvtk_grid("/foo/bar/result", ...)
creates a file/foo/bar/result.pvtu
containingThen the problem is that the whole folder containing the results cannot be moved since the paths in the .pvtu are absolute. I would rather expect a .pvtu containing relative paths (to the .pvtu itself, not the current working dir of course):
In other words, I think the
.pvtu
file should be constructed like the.pvd
file : the path indicated by the user indicates where to create the file, but the paths to the.vtu
or.pvtu
inside the.pvd
are relative to the.pvd
filepath.I am ok to propose a PR if you agree with this remark.
The text was updated successfully, but these errors were encountered: