[cig-commits] [commit] baagaard/feature-output-station-names, master: Merge branch 'baagaard/feature-progress-monitor' (23d7f12)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:47:49 PST 2014


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

On branches: baagaard/feature-output-station-names,master
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

commit 23d7f121b7c1baf6be4bfe132db30e29c06ba563
Merge: c242bb7 6932460
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Sat Nov 1 12:14:03 2014 -0700

    Merge branch 'baagaard/feature-progress-monitor'
    
    * baagaard/feature-progress-monitor:
      Refactor ProgressMonitor into ProgressMonitor, ProgressMonitorTime, and ProgressMonitorStep.
      Added unit test for ProgressMonitor.
      Added progress monitor to TimeDependent.
      Started work on progress monitor.



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

23d7f121b7c1baf6be4bfe132db30e29c06ba563
 pylith/Makefile.am                                 |   3 +
 pylith/problems/GreensFns.py                       |  13 ++
 pylith/problems/ProgressMonitor.py                 | 141 +++++++++++++++++++++
 pylith/problems/ProgressMonitorStep.py             | 109 ++++++++++++++++
 pylith/problems/ProgressMonitorTime.py             | 118 +++++++++++++++++
 pylith/problems/TimeDependent.py                   |  25 +++-
 pylith/problems/__init__.py                        |   4 +-
 unittests/pytests/problems/Makefile.am             |   5 +-
 unittests/pytests/problems/TestProgressMonitor.py  |  87 +++++++++++++
 .../pytests/problems/TestProgressMonitorStep.py    | 105 +++++++++++++++
 .../pytests/problems/TestProgressMonitorTime.py    | 102 +++++++++++++++
 unittests/pytests/problems/data/Makefile.am        |   4 +-
 unittests/pytests/problems/testproblems.py         |   9 ++
 13 files changed, 715 insertions(+), 10 deletions(-)



More information about the CIG-COMMITS mailing list