Skip to content

CGNSWriter fix StructuredGrid CellDim computation

Mickael PHILIT requested to merge (removed):cgns_writer_fix into master

Current code assume that vtkStructuredGrid is always 3D but when doing an ExtractSubset it can become topologically two dimensional if only two indices over the three can vary.

It may possibly fix #19940 (closed)

Merge request reports