I have solutions coming from different processors on different meshes, and I would like to merge them into a unique pvd file for visualization. Do you have any suggestion on how to do this? Currently I save a single file per mesh and then visualize them all by GroupDatasets filtering in Paraview.
Running this in parallel generates 4 different files, however I do not know how I can have multiple processes writing to the same file… simply changing the file communicator won’t get the job done.