yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #14639
Re: [Question #622060]: a problem about vtk
Question #622060 on Yade changed:
https://answers.launchpad.net/yade/+question/622060
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
> O.run(5)
If you execute some code after O.run, use either
O.run(5,True)
or
O.run(5)
O.wait()
otherwise the commands are executed on running yade with uncertain (and most likely nonsense) results
> Cannot open file [strain.vtk]
is this part of output, or your question? I could not open strain.vtk
file (in paraview) with O.run(5), but could open it with O.run(5,True)
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.