Skip to content

Rename IgnoreRealNFields to GroupNumericVectorFieldComponents

Example field in the exodus file : DENSITY_1, DENSITY_2, DENSITY_3, DENSITY_4

  • If the GroupNumericVectorFieldComponents property is true, those fields will be parsed as a single 4-component vtkDataArray named DESNITY.
  • When turned off, DENSITY_1, DENSITY_2, DENSITY_3, and DENSITY_4 fields will be parsed as 4 vtkDataArrays with 1 component each.
  • addresses paraview/paraview#21489 (closed)

Merge request reports