TimeSeriesHDF5 should be used in auto-adaptive solver

Issue #102 resolved
Prof Garth Wells created an issue

The auto-adaptive demos report an error in parallel ("Storing of data to time series is not yet working in parallel.").

Time series data is now supported in parallel (via HDF5) and mesh parallel mesh refinement is also supported, so these demos should work in parallel.

Comments (17)

  1. Chris Richardson

    I tried switching in TimeSeriesHDF5, which didn't throw any errors, but now this happens in the auto-adaptive-navier-stokes python demo:

    *** Error:   Unable to perform operation in parallel.
    *** Reason:  Extrapolation of functions is not yet working in parallel.
    
  2. Anders Logg (Chalmers)

    TimeSeriesHDF5 now used but demos still throw error in parallel since extrapolation is not implemented in parallel. This is a separate issue that requires some thought.

  3. Anders Logg (Chalmers)

    And then remove TimeSeries? Yes, that would work for me, but perhaps it should be asked on the mailing list. Others may depend on it (but could likely be convinced to switch to HDF5).

  4. Prof Garth Wells reporter

    Even if TimeSeries works, it's not good to have duplicate functionality. Let's at least deprecate BinaryFile and TimeSeries. If there are no objections on the mailing list we can just remove it rather than deprecate.

  5. Log in to comment