Is there a possibility to convert a MatNest to a MatMpiAij? Performance does not matter as this is for debugging purposes only. I tried to use MatConvert, but this does not work for these types. The MatNest I've in mind is a 3x3 matrix, each either a MatMpiAij or an empty matrix. Thomas