Simulator

class tissue_forge.SimulatorInterface
static close()

Closes the main window, while the application / simulation continues to run.

property cuda_config

CUDA runtime interface, if any

static irun()

Interactive python version of the run loop. This checks the ipython context and lets ipython process keyboard input, while we also running the simulator and processing window messages.

static redraw()

Redraw the scene

static run(*args, **kwargs)

Runs the event loop until all windows close or simulation time expires. Automatically performs universe time propogation.

Parameters:

args (double) – final time (default runs infinitly)

static show()

Shows any windows that were specified in the config. This works just like MatPlotLib’s show method. The show method does not start the universe time propagation unlike run and irun.

property threads: int

Number of threads

property throw_exceptions: bool

Whether errors result in exceptions

tissue_forge.Simulator
Type:

SimulatorInterface

Simulator runtime interface