[cig-commits] [commit] baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-faults-intersect, master: Add DM for subfields in Field. Refactor Field metadata. (bb60ed8)

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


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

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

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

commit bb60ed8ba2797a52dbc8aa71231252bbefcd0f11
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 27 14:40:22 2014 -0700

    Add DM for subfields in Field. Refactor Field metadata.
    
    Refactor _metadata and _subfieldComps in Field into _metadata (field
    only) and _subfields (metadata + auxiliary info).
    
    Rename Field::petscSection() to Field::localSection().
    Add Field::globalSection().


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

bb60ed8ba2797a52dbc8aa71231252bbefcd0f11
 libsrc/pylith/bc/DirichletBC.cc                    |   4 +-
 libsrc/pylith/faults/FaultCohesiveDyn.cc           |   6 +-
 libsrc/pylith/faults/FaultCohesiveImpulses.cc      |   2 +-
 libsrc/pylith/faults/FaultCohesiveLagrange.cc      |  24 +-
 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                    | 269 +++++++++++----------
 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 +-
 23 files changed, 272 insertions(+), 250 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 bb60ed8ba2797a52dbc8aa71231252bbefcd0f11


More information about the CIG-COMMITS mailing list