yt.lagos.GridConsiderationQueue

class yt.lagos.GridConsiderationQueue(white_list, priority_func=None)

This class exists to serve the contour finder. It ensures that we can create a cascading set of queue dependencies, and if a grid is touched again ahead of time we can bump it to the top of the queue again. It like has few uses.

Methods

add(grids[, force])
next()
progress()

Previous topic

yt.lagos.FakeGridForParticles

Next topic

yt.lagos.GridConsiderationQueue.add

This Page