[Commits] [McLachlan]McLachlan branch, dgfe2, updated. ce4aa4e53c1ac2f8f0ad9bc357eeae9ae8ed84a1

Carpet git repositories carpetgit at stellarcollapse.org
Mon Mar 17 13:42:01 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "McLachlan".

The branch, dgfe2 has been updated
       via  ce4aa4e53c1ac2f8f0ad9bc357eeae9ae8ed84a1 (commit)
       via  ef3f26a7a0028a983b6dd62389ee8f1e16eba14a (commit)
       via  bc9fc10877be0de4762232fc0c7d7518b2fcd0b7 (commit)
       via  4ebea8e843cf5b064a239e41736f844c35dee4d6 (commit)
       via  49ee4f967a3c9953473427200634de0e0fbc1877 (commit)
       via  f68032fe78179e5daebaf9f225c1dbf311ae48a4 (commit)
      from  1dd6fd287d70be70995ad793ef364e52a6e27312 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ce4aa4e53c1ac2f8f0ad9bc357eeae9ae8ed84a1
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:41:54 2014 -0400

    Add Kerr-Schild example

commit ef3f26a7a0028a983b6dd62389ee8f1e16eba14a
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:41:42 2014 -0400

    Output exact solution instead of error in examples

commit bc9fc10877be0de4762232fc0c7d7518b2fcd0b7
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:41:06 2014 -0400

    Regenerate code

commit 4ebea8e843cf5b064a239e41736f844c35dee4d6
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:40:53 2014 -0400

    Increase tolerance for test cases

commit 49ee4f967a3c9953473427200634de0e0fbc1877
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:39:42 2014 -0400

    Experiment with inter-element penalty terms

commit f68032fe78179e5daebaf9f225c1dbf311ae48a4
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Mar 17 14:39:20 2014 -0400

    Implement extrapolating boundary conditions

-----------------------------------------------------------------------

Summary of changes:
 ML_BSSN_DG4/doc/OperationCounts.txt                |    9 +-
 ML_BSSN_DG4/param.ccl                              |   35 +-
 ML_BSSN_DG4/schedule.ccl                           |   70 ++++
 ...yZero.cc => ML_BSSN_DG4_BoundaryExtrapolate.cc} |  222 +++++++-----
 ML_BSSN_DG4/src/ML_BSSN_DG4_EvolutionInterior.cc   |  379 +++++++++-----------
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit31.cc    |  136 ++++---
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit32.cc    |  153 ++++----
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit33.cc    |   90 +++--
 ML_BSSN_DG4/src/make.code.defn                     |    2 +-
 ML_BSSN_FD4/doc/OperationCounts.txt                |    1 +
 ML_BSSN_FD4/param.ccl                              |   35 +-
 ML_BSSN_FD4/schedule.ccl                           |   70 ++++
 ...yZero.cc => ML_BSSN_FD4_BoundaryExtrapolate.cc} |  222 +++++++-----
 ML_BSSN_FD4/src/make.code.defn                     |    2 +-
 ML_WaveToy_DG4/doc/OperationCounts.txt             |    4 +-
 ML_WaveToy_DG4/src/ML_WaveToy_DG4_RHSFirstOrder.cc |   74 ++--
 .../src/ML_WaveToy_DG4_RHSSecondOrder.cc           |   34 +-
 ML_WaveToy_DG8/doc/OperationCounts.txt             |    4 +-
 ML_WaveToy_DG8/src/ML_WaveToy_DG8_RHSFirstOrder.cc |   74 ++--
 .../src/ML_WaveToy_DG8_RHSSecondOrder.cc           |   39 +-
 m/BSSN.m                                           |   46 ++-
 m/DGops.m                                          |   12 +-
 m/ML_TestCases/test/test.ccl                       |    1 +
 par/bssn_dg4_shifted_gaugewave.par                 |   38 +-
 ...lity.par => bssn_dg4_sixpatches_kerrschild.par} |  140 +++++---
 par/bssn_fd4_shifted_gaugewave.par                 |   38 +-
 26 files changed, 1123 insertions(+), 807 deletions(-)
 copy ML_BSSN_DG4/src/{ML_BSSN_DG4_EvolutionBoundaryZero.cc => ML_BSSN_DG4_BoundaryExtrapolate.cc} (64%)
 copy ML_BSSN_FD4/src/{ML_BSSN_FD4_EvolutionBoundaryZero.cc => ML_BSSN_FD4_BoundaryExtrapolate.cc} (64%)
 copy par/{bssn_dg4_robust_stability.par => bssn_dg4_sixpatches_kerrschild.par} (65%)


hooks/post-receive
--
McLachlan


More information about the Commits mailing list