Skip to content

Fixing parallel stream tracer integration time and forward value integrators.

vtkPStreamTracer didn't have the correct IntegrationTime output in parallel due to not passing that information when sending a streamline to another process. I also had to fix the concrete vtkInitialValueProblemSolver classes to return the proper integration time in order to fix the IntegrationTime.

Merge request reports