Skip to content
  • Kenneth Moreland's avatar
    Change tetrahedralize filters to use new Scatter mechanism · d44860c3
    Kenneth Moreland authored
    The tetrahedralize algorithms have been changed to use the Scatter
    classes to build indices rather than build them on their own.
    
    To implement this efficiently with structured grids, a new ScatterUniform
    class was made. I also added a new execution argument tag that allows
    you to get the thread indices object from within the worklet.
    d44860c3