Question #187058 on Yade changed:
https://answers.launchpad.net/yade/+question/187058

Christian Jakob posted a new comment:
Bruno, you know, that I came from PFC to Yade. In PFC the scripts are
written in programming language FISH. With FISH I use e.g.

def abc
 a=1
end

abc

cycle 1000
print a

In this language the user has not explicitly to say: wait until cycle
1000 is ready and then print a. It is done automatically. In python the
user has to say O.wait() after O.run() explicitly. My question is, if it
is possible to change the python behavior in general so that I do not
have say O.wait(). As I can read out of your comments it seems, that
this is not possible.

Anton, I will try that vtk-export. Codecs were updated for debian, so
maybe this paraview-bug could be fixed.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to