At the beginning of my code, I would like to read in an HDF5 file previously created with Dolfin:
tst = TimeSeriesHDF5(comm, temperature_file)
Apparently, an (MPI) communicator needs to be provided to the reader. What's the default?
(MPI_Comm()
isn't working.)