Cyrus Harrison
Cyrus Harrison
### Describe the bug When running the test suite on pascal to update the parallel mode baselines for the ddf test, I noticed that the engine was crashing on exist....
### Describe what needs to be documented. Add to release notes HTML, and the template ### Is the documentation missing? Helps people know how to avoid the combinatorial jungle.
### Describe the bug Working on a dataset with wild extents, I noticed that: Perfs -> "Ignore Database Extents" is not working. And if I check and do a "Save...
### Describe the bug I have a dataset with a very long spatial extent in the file as metadata, but the mesh is in a much smaller area. If I...
### Describe the bug Trying to calc and plot pseudocolor of the flux on a surface. Flux takes a vector field input. If the vec name has nesting such as...
Reported by @BradWhitlock When plotting very large polyhedral meshes generate_sides() is called multiple times, which is slow. Brad explored publishing the data as VTK Polyhedra and that improved performance. Here...
### Describe the bug When plotting an mfem hdiv field: ``` Verification failed: (fe.GetRangeType() == SCALAR) is false: --> 'fe' must be a ScalarFiniteElement ... in function: static const mfem::ScalarFiniteElement&...
### Is your feature request related to a problem? In cases where original cell ids are used, it would be handy to have a toggle that shows all the cells...
### Describe the bug `Query()` returns the result of `GetQueryOutputString()`, how do we know if a query failed? In the case of an error, (at least for the XRayQuery) errors...