Skip to content

Fix Catalyst time step warning

Andrew Bauer requested to merge acbauer/paraview:catalyst_time_fix into release

Need to keep track of which timesteps have been added to the TrivialProducer for the Catalyst V2 API so that we avoid adding the same timestep twice and getting warnings about it.

Merge request reports