Kent's Case

From KitwarePublic
Revision as of 17:42, 23 October 2006 by Eschenbe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Subject: How to Bump Animation One Step
From: Kent Eschenberg <eschenbe@psc.edu>

What is the class/method to call to bump the animation one step forward? There is a button in the GUI to do this but I need to make it happen from within the code.

Here's the reason: we are creating a "live" display of information as it is being created. In our case we will use a pvd file to declare the names of the files for all time steps including those that don't yet exist.

The plan is to look for the next file (or set of files) and then bump the animation one step. It seems this should be done by a new routine added to the server background loop.

Which leads to another question: can someone say where the server background loop is executed?

Kent