Mark C. Miller

Results 870 comments of Mark C. Miller

> * Does the transform manager understand intensive vs extensive (volume dependence)? It does not. Worse, I suspect MOST data producers and most database formats do not support annotating a...

> > * Does the transform manager understand intensive vs extensive (volume dependence)? > > It does not. Worse, I suspect MOST data producers and most database formats do not...

Great diagnosis, @brugger1. I wonder where that cell type is coming from. Its either something that gets generated in VTK filter we use or there is code in VisIt that...

@JustinPrivitera do you have an example VTK file with this cell type that VisIt reads and plots correctly? If so, can it be attached here?

Ok, it looks like a `VTK_CONVEX_POINT_SET` is a special case of an arbitrary polyhedron. Apparently, with just the points alone, and nothing else, a `VTK_CONVEX_POINT_SET` specifies the faces (and edges)...

For what it's worth the silo library itself does support edge and face centerings. That is degrees of freedom that are associated with edges and or faces of elements. There...

I am seeing same behavior with your data. It looks to me like its getting the indexing offsets incorrect when deciding which coarse zones to ghost-out in favor of finer...

The plugin compares deltas at each level to compute refinement ratios. Its got some rounding logic in it too. Its concievable that logic could be failing. We need to get...

resolved in #19302 (`3.4RC`) and #19315 (`develop`)

@biagas...thanks for pointing this out. Its a subtle difference that should be corrected. One is pre-caching global node ids for a point mesh in case they are ever asked for....