Skip to content

Fix a Decomposed Case bug in vtkPOpenFOAMReader

This fixes the bug (described in #17096 (closed)). So far, in case of a Decomposed Case, if number of processors to read the file was larger than the number of processors in the decomposed case, the remaining processors used to produce an empty multiblock data while VTK requires that multiblock structure was the same on all the processors. Processor 0 now broadcasts the multiblock structures to those remaining processors.

Merge request reports