optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
116 stars 34 forks source link

patchkernel: fix VTK parallel output #389

Closed marcocisternino closed 1 year ago

marcocisternino commented 1 year ago

In 3D meshes, if at least one element without info (POLYGONS, POLYHEDRA) is present even in just one mesh partitions, all the ranks must write VTK DataArrays offset, types, connectivity, faces and faceoffsets in their own vtu file. Otherwise, single vtu files are readable but the pvtu file is not.