Kent's Case

From KitwarePublic
Revision as of 17:45, 23 October 2006 by Eschenbe (talk | contribs)
Jump to navigationJump to search

Subject: How to Bump Animation One Step
From: Kent Eschenberg <eschenbe@psc.edu>
Date: Mon, 23 Oct 2006 11:24:52

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