Skip to content

Fix: Keep UPDATE_TIME_STEP in Sync for Ports

Axel Huebl requested to merge ax3l/paraview:fix-port-sync-openPMD into master

This ensures that if one of the ports is updated, field (0) or particles (1), that the other port is updated to the same time even if no changes in it were requested.

This fixes that particles and fields ran out-of-sync in animations and steps through time series.

Notes:

Merge request reports