dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #05149
Re: [Viper-dev] update display
Anders Logg skrev den 14/06-2007 følgende:
[snip]
> How about a Python process is started and that process simply polls
> the file continuously (but not too often) and calls update when the
> file is changed? So then there's no communication. DOLFIN just writes
> new data to the file and then the Python process will look for new
> data.
>
> /Anders
Something like that. I was thinking of an event loop where a buffer is
searched for a new filename. If so, update the plot, else, continue vtk
event-loop.
Ola
Follow ups
References