jsmeredith / EAVL

Extreme-scale Analysis and Visualization Library
http://ft.ornl.gov/eavl/
Other
19 stars 10 forks source link

Added a simple scatter operation based on eavlGatherOp to support expand... #12

Closed mclarsen closed 10 years ago

mclarsen commented 10 years ago

...ing a previously compacted array to its original size. My use case is removing dead rays in a ray tracer to maximize throughput. The resulting rgb values must be expanded back out to the size of the buffer, so they can be added back using a map operation.