Matt Larsen
Matt Larsen
Is there a special way to propagate defines? I am adding a library that depends on cuda, and nvcc is being invoked., but `-D PARALLEL` is not being passed to...
Say I have a type that contains two values like `Vec` that represent edges. I want to sort them according to there indices so all of the same edges are...
have a blueprint mesh example that creates random data types for all of the arrays. For example, unstructured connectivity as chars, floats or doubles. Coordinate arrays as integers, or whatever....
Is there a reason/use case to allow both? I feel like they both specify the same thing, and by allowing both, it increases the processing and validation code needed. For...
Its unclear under what the cost of compression is. It would be nice to be able to change the default compression threshold (or set it to infinity to turn it...
https://github.com/Alpine-DAV/ascent/blob/8d475ed6b8968cfa43da8de8c4ec7a3d33381aad/src/ascent/ascent.cpp#L157
add variance + standard deviation to conduit reductions.
Currently, objects like histogram are stored in a node and that is fine. What becomes problematic is when that object is used in many different places and a change to...
Willow worked on the session plotting. This is really useful and we should do a little cleanup (i.e., make a separate the do everything script into pieces that can plot...