Skip to content

Update Parallel VTK file writers to provide GhostLevel property.

This changes allows the user to specify the number of ghost level to be saved (was 0 before, now 1 by default). As a side effect it fixes a bug when saving temporal output of a D3 filter. So far only first timestep saved ghost information because it was requested by the rendering pipeline but not by the writer for the next timesteps.

Merge request reports