[cig-commits] [commit] baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-faults-intersect, master: Merge branch 'baagaard/fix-custom-faultpc' (f339645)

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


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

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

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

commit f33964564a9b2b76a30214a6f843bcafa6a78a08
Merge: de541aa 1b880b2
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 27 16:00:49 2014 -0700

    Merge branch 'baagaard/fix-custom-faultpc'
    
    * baagaard/fix-custom-faultpc:
      Cleanup by using Field::globalSection().
      Fix bug. Remove superfluous DMDestroy().
      Add DM for subfields in Field. Refactor Field metadata.
      Fix small compile bug.
      Create Lagrange DM to get global section for fault preconditioner.



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

f33964564a9b2b76a30214a6f843bcafa6a78a08
 libsrc/pylith/bc/DirichletBC.cc                    |   4 +-
 libsrc/pylith/bc/PointForce.cc                     |   6 +-
 libsrc/pylith/faults/FaultCohesiveDyn.cc           |  35 +--
 libsrc/pylith/faults/FaultCohesiveImpulses.cc      |   2 +-
 libsrc/pylith/faults/FaultCohesiveLagrange.cc      |  56 ++---
 libsrc/pylith/materials/Material.cc                |   4 +-
 libsrc/pylith/meshio/DataWriterHDF5Ext.cc          |   2 +-
 libsrc/pylith/meshio/DataWriterVTK.cc              |   4 +-
 libsrc/pylith/problems/Solver.cc                   |  15 +-
 libsrc/pylith/topology/Field.cc                    | 272 ++++++++++++---------
 libsrc/pylith/topology/Field.hh                    |  49 ++--
 libsrc/pylith/topology/Field.icc                   |  39 +--
 libsrc/pylith/topology/FieldBase.hh                |   8 +-
 libsrc/pylith/topology/VisitorMesh.hh              |   2 +-
 libsrc/pylith/topology/VisitorMesh.icc             |  18 +-
 libsrc/pylith/topology/VisitorSubMesh.icc          |   4 +-
 unittests/libtests/bc/TestAbsorbingDampers.cc      |   2 +-
 unittests/libtests/bc/TestDirichletBC.cc           |   4 +-
 unittests/libtests/bc/TestDirichletBCMulti.cc      |   2 +-
 unittests/libtests/faults/TestFaultCohesiveDyn.cc  |   4 +-
 .../libtests/faults/TestFaultCohesiveImpulses.cc   |   2 +-
 unittests/libtests/faults/TestFaultCohesiveKin.cc  |   8 +-
 unittests/libtests/topology/TestFieldMesh.cc       |  38 ++-
 unittests/libtests/topology/TestFieldSubMesh.cc    |  12 +-
 24 files changed, 298 insertions(+), 294 deletions(-)



More information about the CIG-COMMITS mailing list