[cig-commits] [commit] baagaard/fix-custom-faultpc: Add DM for subfields in Field. Refactor Field metadata. (bb60ed8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Oct 27 15:56:26 PDT 2014


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

On branch  : baagaard/fix-custom-faultpc
Link       : https://github.com/geodynamics/pylith/compare/e4e20c9bc29ab283e7df1dc0f209ab20674370ba...1b880b2d58cfed64bc4b264149b85358d8c79991

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

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