visit
visit copied to clipboard
VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
### Description This PR focuses on the change to dataset cell access, requiring 'const vtkIdType*'. (GetCellPoints, GetNextCell, InsertNextCell, GetCell). GetCell changed to GetCellAtId vtkCellLinks::Link::nCells changed from unsigned short to vtkIdType....
When configuring with cmake GUI, the location of the windowsbuild folder cannot be found. Should a new windowsbuild folder be created in which location?
Once #17698 is complete, the final test case in `xrayimage.py` can be uncommented and should pass.
### Description Resolves #17686 (WIP) ### Type of change * [ ] Bug fix~~ * [ ] New feature~~ * [ ] Documentation update~~ * [x] Other~~ Refactoring. ### How...
https://github.com/visit-dav/visit/blob/4977c744d66a84214c72bdf0c9eea52c91533712/src/databases/Blueprint/avtBlueprintDataAdaptor.C#L1047 https://github.com/visit-dav/visit/blob/4977c744d66a84214c72bdf0c9eea52c91533712/src/databases/Blueprint/avtBlueprintDataAdaptor.C#L1048 https://github.com/visit-dav/visit/blob/4977c744d66a84214c72bdf0c9eea52c91533712/src/databases/Blueprint/avtBlueprintDataAdaptor.C#L1049 We mention in the code that in the future, blueprint to MFEM conversions will be in MFEM's ConduitDataCollection. Has that happened yet? Do we need to keep...
Need to handle complex AMR domain layouts. Place holder issue for @JustinPrivitera and @cyrush to capture future details.
Within the context of VisIt where we have various HDF5 plugins written by developers with varying levels of skills in using the HDF5 interface, the [*default* behavior of `H5Fclose()` is...
I created a histogram plot and wanted to output the values. I tried exporting the data as a curve as well as saving the data as a curve and both...
There are various sections of our tutorial that could use improvement. I'll start a list here and add to it as I work through the [tutorials](https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/tutorials/index.html). I'll work on some...
### Describe the bug #17796 removed openssl support from the CMake build to fix a problem on a fedora system. New ospray (2.8) needed for VTK-9 support utilizes CMake's `file(DOWNLOAD)`...