Skip to content

AMReXGridReader: produce AOS data arrays instead of SOA

Cory Quammen requested to merge cory.quammen/vtk:amrex-produce-aos-arrays into master

Struct-of-array data arrays are not well enough supported in all of VTK yet. For example, vtkCellDataToPointData does not handle it correctly. Produce array-of-struct data arrays instead.

Backport: paraview/release

Merge request reports