Skip to content

Adding ability to clear particle path cache for previous time steps.

Andrew Bauer requested to merge acbauer/vtk:clear_particle_paths into master

For in situ, the particle paths may become fairly large so this helps in reducing the memory footprint by only storing particle path information for the current time step.

Merge request reports