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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sat Nov 1 12:13:38 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/pylith/compare/c242bb7c095f2965a2e30f40bbda71016b5abb1c...23d7f121b7c1baf6be4bfe132db30e29c06ba563

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

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