Results 126 issues of Justin Privitera

``` bash-4.4$ ./run_visit_test_suite.sh -vvv ../../src/test/tests/databases/blueprint.py Traceback (most recent call last): File "/usr/workspace/justin/visit_builds/3.4RC-w-tpls/visit/src/test/run_visit_test_suite.py", line 9, in from visit_testing import run_main ModuleNotFoundError: No module named 'visit_testing' ``` 🤔🤔🤔🤔🤔🤔🤔

bug
reviewed
likelihood medium
impact medium

See the min and max for this pseudocolor plot: ![image](https://github.com/visit-dav/visit/assets/35237779/5163d004-51e2-45ca-83c6-7a77768dc4e1) When I go to write this data out as obj, the texture coordinates are wrong because the data range given...

bug
reviewed
likelihood medium
impact medium
priority
engineering

`bin/visit -o testdata/silo_hdf5_test_data/multi_curv3d.silo` Then try to make a Molecule plot of `d`. VisIt crashes; the debug logs don't seem to contain any useful information. Should you be able to make...

bug
reviewed
likelihood medium
impact medium

An engineering user has reported to me that the triad lines disappear seemingly randomly. I have not been able to reproduce. I will meet with engineering folks on Thursday to...

bug
reviewed
likelihood medium
impact medium
engineering

We should take advantage of new MFEM 4.6 features after #19112 is merged. > FWIW: I would like to offer my assistance in this endeavor. My visit development work is...

enhancement
reviewed
likelihood medium
impact medium

I thought we were going to make qt6 and vtk9 the defaults. Yet when I run build_visit: `./build_visit --makeflags -j24 --mesagl --mpich --required --optional` I see qt5 and vtk8 downloaded....

bug
reviewed
likelihood medium
impact medium

Take a look at this jet: ![jet with color](https://github.com/visit-dav/visit/assets/35237779/7282f8d1-4fde-4c40-9153-ac3b41015635) Let's look closer: ![jet aliasing](https://github.com/visit-dav/visit/assets/35237779/be3f2556-c65a-401b-833d-b26e16f41358) I have blown this up with MS paint and it has applied some smoothing that takes...

enhancement
reviewed
asc
impact high
likelihood medium

We ought to document things like * we're using effectively 1D texture so 2nd coordinate is always zero and *texture* file is just 1 pixel wide * we're padding texture...

reviewed
likelihood medium
impact medium
docs

Once #850 is complete these will be the next important tasks: ### Short term: - [x] materials - #1171 - [x] ability to output sparse by material and full matsets...

feature

https://llnl-conduit.readthedocs.io/en/latest/blueprint_mesh.html#multi-buffer-material-sets There is no way to map the volume fractions back to the elements. The indices for array `a` are ambiguous. Excluding sizes and offsets implies that sizes are all...