Skip to content

Add property in CGNS reader for starting timestep index of unsteady solutions

The starting index value was previously fixed at 1, although in practice, it could take any integer value.
This property is only available when the property Unsteady Pattern on FlowSolution_t is active.

image

Needs vtk/vtk!9548 (merged).

VTK changes since last update:

  • Topic(Tiffany Chhim): 'createParameterForNonStandardSolutionTimestep'
    • 2c74c3922e Add property in CGNS reader for first timestep index of unsteady solutions
    • Merge request: vtk/vtk!9548 (merged)
  • Topic(Mathieu Westphal): 'vtk parallel vtkPolyDataToImageStencil'
    • cbf3814833 Parallelize vtkPolyDataToImageStencil; process slices in parallel.
    • Merge request: vtk/vtk!9638 (merged)
  • Topic(Ben Boeckel): 'ioss symbol exports'
    • 4854c6668e ioss: hide symbols properly now
    • ee3aa8ba5e vtkCompilerWarningFlags: ignore undefined func templates
    • 13501b817c Merge branch 'upstream ioss' into ioss symbol exports
    • 9ed8416ef1 ioss 2022 10 20 (19c19a67)
    • 7eca930815 ioss: update to 2022 10 14 to export symbols
    • f50be34d6e Merge branch 'upstream fmt' into ioss symbol exports
    • af3041a03c fmt 2022 10 20 (6406a950)
    • 8493b4e946 fmt: update to 9.1.0
    • Merge request: vtk/vtk!9639 (merged)
  • Topic(Aron Helser): 'fix tidy suspicious cxx include'
  • Topic(Aron Helser): 'disable extract voi warnings'
Edited by Tiffany Chhim

Merge request reports