Results 104 comments of Justin Privitera

We would also like to update CI docker container to build MFEM.

It would also make me happy if inverting or reversing a color table (or both) options were intrinsic to the color table. Maybe that's not the best idea but we...

I was thinking instead that, for a given color table, there could be a reverse button in the color table manager, which would produce a color table where all the...

Question: The X Ray Image Query is an `avtDatasetQuery` for which we have the following members: ``` std::string resMsg; doubleVector resValue; std::string xmlResult; ``` Here is the function signature for...

> what has been the current practice in user's CLI code to determine when a query has succeeded or failed? I'm not sure there is any current practice or standard....

Perhaps the answer for the X Ray Query is to pack a mapnode into xml like so: https://github.com/visit-dav/visit/blob/8db39767c1e5de0be3bf4b93fe91a91a7d1fc6c4/src/avt/Queries/Queries/avtConnComponentsSummaryQuery.C#L383 Into the mapnode we can put a list of the filenames. Then...

> @JustinPrivitera notes that we have VTKMFEM transformation functions somewhere to facilitate this. These live here: https://github.com/visit-dav/visit/blob/develop/src/avt/MFEM/avtMFEMDataAdaptor.h and here: https://github.com/visit-dav/visit/blob/develop/src/avt/Blueprint/avtConduitBlueprintDataAdaptor.h#L94 We may need more transformations to support this.

Polyhedral topologies have a node ordering requirement in Silo that is not required for Blueprint. See the Silo docs for more information. What this means is that Blueprint data that...

Notes from discussion: - A good name for `DataAccessorHostDevice` is `ExecutionAccessor` (and also `ExecutionArray`). - `DataAccessorHostDevice::move()` is backwards (`std::move` and `Node::move` both move the other way). We ought to consider...