Watney 3 master list
Here are the list of Watney issues that are targeting 5.11.0 to 5.12.0. These are generally speaking enhancing ParaView/ Catalyst's ability to do quantitative analysis. This is ongoing development.
Generally, this Watney list will focus on I/O, scripting cleanup and bugs/issues found in the Catalyst 2 API.
Milestone 5.8.0 Watney bugs are here: #19126 (closed).
Milestone 5.9.0 Watney bugs are here: #19677 (closed).
At Watney's request, I am reordering them by functional group.
- Selection. This is a limiting factor in everything we are doing for getting numbers out of ParaView, and highly coupled to the next item (Internal) because selection is how we identify objects.
- #19676 (closed) Extend Extract Cells by Region to include line or splice source - Important
- #19649 Select cells through in parallel does not trace correctly
- Internal to ParaView. How are objects labeled and referenced? Objects are cells and points, but also objects that ParaVew and VTK define or create such as streamlines. How do I find indices, what do they mean, and how can I use them to apply selection and filters to the desired objects?
- #19170 Document all of the block and id names - Required (should slip post 5.8 release)
- #19234 Clarifications and modifications to Global Ids - Important
- Reading and Writing from/to files. For now, the mechanism is writing csv files through either File/SaveData or Export on the Spreadsheet view, but a much more expansive interface should be developed.
- #21057 (closed) IOSS Writer Exodus
- #19454 (closed) add cgns reader globbing for batch
- #21147 (closed) Add timestep option in .csv file writer
- #21148 (closed) Allow csv writer to create a single file with timesteps
- Scripting issues. Critical for doing anything in Catalyst, and selections are not implemented in scripting so we can’t even get started on this area.
- #19799 (closed) Simplify the output of the trace recorder
- Other, self explanatory
- #19161 StreamTracer path length seems suspect - Important
- Build support. This includes Catalyst bugs and features, and SuperBuild support.
- Superbuild - paraview-superbuild#142 (closed) Add ability to compile LLVM static. - Important