[cig-commits] [commit] baagaard/feature-output-station-names: Finished C++ implementation of writing station names. (9aab773)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 17:08:52 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/feature-output-station-names
Link       : https://github.com/geodynamics/pylith/compare/5b6d812b1612809fea3bd331c4e5af98c25a536a...9aab7730b54c44f98aa13cab285d79cdee9c6f7a

>---------------------------------------------------------------

commit 9aab7730b54c44f98aa13cab285d79cdee9c6f7a
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Nov 5 17:08:35 2014 -0800

    Finished C++ implementation of writing station names.
    
    Added C++ unit tests for DataWriterVTK (no output) and DataWriterHDF5
    for  OutputSolnPoints with station names.


>---------------------------------------------------------------

9aab7730b54c44f98aa13cab285d79cdee9c6f7a
 libsrc/pylith/meshio/DataWriterHDF5.hh             |   1 +
 libsrc/pylith/meshio/OutputManager.hh              |  15 +-
 libsrc/pylith/meshio/OutputSolnPoints.cc           |  14 ++
 libsrc/pylith/meshio/OutputSolnPoints.hh           |  10 ++
 modulesrc/meshio/DataWriter.i                      |  11 ++
 modulesrc/meshio/DataWriterHDF5.i                  |  10 ++
 modulesrc/meshio/DataWriterHDF5Ext.i               |  10 ++
 unittests/libtests/meshio/Makefile.am              |  12 ++
 unittests/libtests/meshio/TestDataWriterHDF5.cc    | 156 ++++++++++++---------
 ...terVTKPoints.cc => TestDataWriterHDF5Points.cc} |  59 +++-----
 ...terVTKPoints.hh => TestDataWriterHDF5Points.hh} |  26 ++--
 ...shCases.cc => TestDataWriterHDF5PointsCases.cc} |  47 +++----
 ...tsCases.hh => TestDataWriterHDF5PointsCases.hh} |  60 ++++----
 .../libtests/meshio/TestDataWriterVTKPoints.cc     |   2 +
 .../libtests/meshio/data/DataWriterDataPoints.cc   |   3 +-
 .../libtests/meshio/data/DataWriterDataPoints.hh   |   1 +
 ...intsHex8.cc => DataWriterHDF5DataPointsHex8.cc} |  52 +++----
 ...intsTet4.hh => DataWriterHDF5DataPointsHex8.hh} |  23 +--
 ...tsQuad4.cc => DataWriterHDF5DataPointsQuad4.cc} |  47 ++++---
 ...tsQuad4.hh => DataWriterHDF5DataPointsQuad4.hh} |  23 +--
 ...intsTet4.cc => DataWriterHDF5DataPointsTet4.cc} |  52 +++----
 ...intsTet4.hh => DataWriterHDF5DataPointsTet4.hh} |  23 +--
 ...ntsQuad4.cc => DataWriterHDF5DataPointsTri3.cc} |  67 +++++----
 ...intsTet4.hh => DataWriterHDF5DataPointsTri3.hh} |  23 +--
 unittests/libtests/meshio/data/Makefile.am         |  11 +-
 .../meshio/data/{tet4_surf.h5 => hex8_points.h5}   | Bin 11016 -> 11288 bytes
 .../{tri3_mat_cell.h5 => hex8_points_vertex.h5}    | Bin 29088 -> 29536 bytes
 .../meshio/data/{tri3_bc.h5 => quad4_points.h5}    | Bin 11016 -> 11288 bytes
 .../{tri3_bc_cell.h5 => quad4_points_vertex.h5}    | Bin 29088 -> 29536 bytes
 .../meshio/data/{tet4_surf.h5 => tet4_points.h5}   | Bin 11016 -> 11288 bytes
 .../{tet4_surf_cell.h5 => tet4_points_vertex.h5}   | Bin 29088 -> 29536 bytes
 .../meshio/data/{tri3_bc.h5 => tri3_points.h5}     | Bin 11016 -> 11288 bytes
 .../{tet4_bc_cell.h5 => tri3_points_vertex.h5}     | Bin 29088 -> 29536 bytes
 33 files changed, 430 insertions(+), 328 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9aab7730b54c44f98aa13cab285d79cdee9c6f7a


More information about the CIG-COMMITS mailing list