Hello,
Is there a way to load .vtu files (generated by savevtk function)? It seems that this function is not implemented.
If not, is there a way to read these files to get the mesh and the problem solution?
Thanks a lot,
Best,
Fabien
Hello,
Is there a way to load .vtu files (generated by savevtk function)? It seems that this function is not implemented.
If not, is there a way to read these files to get the mesh and the problem solution?
Thanks a lot,
Best,
Fabien
You should use ParaView.
Sorry for the delay. Actually I would like to open the solution to add another process from the solution. But I found another way. Thanks !
Which method do you use now?
Actually, I opened the vtu and considered the new process from a python script I wrote.
I used vtk package which is well documented.
Great, thanks for your sharing