3 Dec
2015
3 Dec
'15
3:39 p.m.
On 03/12/15 15:29, Angwenyi David wrote:
I have tried to open the file in paraview but it cannot be identified.
What error did paraview give? If you still have the python session that you used to create the pvd file open, you will need to close the pvd file in that before it appears in a useable form on disk: So if you do something like: output = File("output.pvd") output << my_function you need to do del output before the output.pvd is useable. This happens automatically when python exists. Cheers, Lawrence
I then tried searching for it in the file finder but cannot find it.