Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 7772fd: Adding code to read LWRData.

  Branch: refs/heads/jordan/hdf-refactor
  Home:   https://github.com/eclipse/ice
  Commit: 7772fd5eee53d72fd67e96a567a14286bf09708a
      https://github.com/eclipse/ice/commit/7772fd5eee53d72fd67e96a567a14286bf09708a
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRComponentReader.java
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRIOHandler.java
    M tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/test/LWRIOHandlerTester.java

  Log Message:
  -----------
  Adding code to read LWRData.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 3f6fb2911d6479ee1ac8a8118243ab0a7b32c314
      https://github.com/eclipse/ice/commit/3f6fb2911d6479ee1ac8a8118243ab0a7b32c314
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/GridLabelProvider.java

  Log Message:
  -----------
  Made static HDF5 group name variables public. Removed extra <p> tags.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: ab55507c763ac352a434d3f67c5cee3853a858c4
      https://github.com/eclipse/ice/commit/ab55507c763ac352a434d3f67c5cee3853a858c4
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/hdf/HdfIOFactory.java
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRComponentReader.java
    M tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/test/LWRIOHandlerTester.java

  Log Message:
  -----------
  Fixed reading for LWRGridManagers, which store most state point data.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 3e662b1ece9e47080c9dcd3b5ef1c1b5dbeeee2d
      https://github.com/eclipse/ice/commit/3e662b1ece9e47080c9dcd3b5ef1c1b5dbeeee2d
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/LWRDataProvider.java

  Log Message:
  -----------
  Fixed a bug in LWRDataProvider.

If there are multiple features in an LWRDataProvider, equality checks
fail when writing to then reading from HDF, even though the data content
is the same. I changed the equals method in LWRDataProvider to try to
find a corresponding FeatureSet in the other LWRDataProvider so that the
order in which features are added has no effect on equality as long as
the same features are added.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 90135afd8df68d6f13e5bf7e168a0c405d4aa7e0
      https://github.com/eclipse/ice/commit/90135afd8df68d6f13e5bf7e168a0c405d4aa7e0
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/MaterialType.java

  Log Message:
  -----------
  Changed enum method for conversion from string to static method.

Also removed unnecessary paragraph tags.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: bd6cc6e50d13d3e879bcaabc5eccb4af7d79e992
      https://github.com/eclipse/ice/commit/bd6cc6e50d13d3e879bcaabc5eccb4af7d79e992
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-24 (Mon, 24 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.io/src/org/eclipse/ice/io/hdf/HdfIOFactory.java
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRComponentReader.java
    M src/org.eclipse.ice.reactor/src/org/eclipse/ice/reactor/hdf/LWRIOHandler.java
    M tests/org.eclipse.ice.reactor.test/src/org/eclipse/ice/reactor/test/LWRIOHandlerTester.java

  Log Message:
  -----------
  Committing work on bug 474744.

1 - Added methods to help open and close files to the HdfIOFactory.
2 - Simplified LWRIOHandler based on these two new methods.
3 - Implemented reading for the remainder of the LWRComponents in
LWRComponentReader.
4 - Added test code to LWRIOHandlerTester to test reading from an
existing HDF file. It also contains extra code to help debug test
failures should they occur.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/934227bf36f4...bd6cc6e50d13

Back to the top