[Commits] [McLachlan]McLachlan branch, rewrite, updated. ET_2013_05_v0-15-g99fd208

Carpet git repositories carpetgit at stellarcollapse.org
Tue Jul 23 09:59:03 CDT 2013


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, rewrite has been updated
       via  99fd208633891518f6a5062e2df7a7b8b61be242 (commit)
      from  80a0628ce41c1f30397a34f050267efc1c184578 (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 99fd208633891518f6a5062e2df7a7b8b61be242
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Tue Jul 23 10:58:56 2013 -0400

    Many corrections, and some changes to ensure compatibility with existing test cases.
    
    6 out of 9 test cases succeed so far.

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

Summary of changes:
 ML_BSSN_Test/test/ML_BSSN_EE_sgw3d.par             |   26 +-
 .../ML_BSSN_EE_sgw3d/{phi.x.asc => phiW.x.asc}     |    0
 ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs.par         |   22 +-
 .../ML_BSSN_EE_sgw3d_rhs/{phi.x.asc => phiW.x.asc} |    0
 .../ML_BSSN_EE_sgw3d_rhs/{phi.y.asc => phiW.y.asc} |    0
 .../ML_BSSN_EE_sgw3d_rhs/{phi.z.asc => phiW.z.asc} |    0
 .../{phirhs.x.asc => phiWrhs.x.asc}                |    0
 .../{phirhs.y.asc => phiWrhs.y.asc}                |    0
 .../{phirhs.z.asc => phiWrhs.z.asc}                |    0
 ML_BSSN_Test/test/ML_BSSN_MP_O8_bh.par             |   28 +-
 .../ML_BSSN_MP_O8_bh/{phi.0.z.asc => phiW.0.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.1.z.asc => phiW.1.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.2.z.asc => phiW.2.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.3.z.asc => phiW.3.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.4.z.asc => phiW.4.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.5.z.asc => phiW.5.z.asc} |    0
 .../ML_BSSN_MP_O8_bh/{phi.6.z.asc => phiW.6.z.asc} |    0
 ML_BSSN_Test/test/ML_BSSN_NewRad.par               |   18 +-
 .../test/ML_BSSN_NewRad/{phi.x.asc => phiW.x.asc}  |    0
 .../ML_BSSN_NewRad/{phirhs.x.asc => phiWrhs.x.asc} |    0
 ML_BSSN_Test/test/ML_BSSN_O8_sgw3d.par             |   24 +-
 .../ML_BSSN_O8_sgw3d/{phi.x.asc => phiW.x.asc}     |    0
 ML_BSSN_Test/test/ML_BSSN_sgw3d.par                |   22 +-
 .../test/ML_BSSN_sgw3d/{phi.x.asc => phiW.x.asc}   |    0
 ML_BSSN_Test/test/ML_BSSN_sgw3d_harmonic.par       |   19 +-
 .../{phi.x.asc => phiW.x.asc}                      |    0
 ML_BSSN_Test/test/ML_BSSN_sgw3d_harmonic_phi.par   |   10 +-
 ML_BSSN_Test/test/ML_BSSN_sgw3d_rhs.par            |   12 +-
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d.par                |    8 +-
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs.par            |    8 +-
 m/Makefile                                         |   11 +-
 m/McLachlan_BSSN.m                                 |  682 ++++++++++++++------
 m/prototype/ML_BSSN_Helper/schedule.ccl            |   27 +-
 m/prototype/ML_BSSN_Helper/src/ADMBase_SelectBCs.c |   31 +
 m/prototype/ML_BSSN_Helper/src/NewRad.c            |   12 +-
 m/prototype/ML_BSSN_Helper/src/SetGroupTags.c      |   10 +-
 m/prototype/ML_BSSN_Helper/src/make.code.defn      |    2 +-
 37 files changed, 647 insertions(+), 325 deletions(-)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d/{phi.x.asc => phiW.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phi.x.asc => phiW.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phi.y.asc => phiW.y.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phi.z.asc => phiW.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phirhs.x.asc => phiWrhs.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phirhs.y.asc => phiWrhs.y.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_EE_sgw3d_rhs/{phirhs.z.asc => phiWrhs.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.0.z.asc => phiW.0.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.1.z.asc => phiW.1.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.2.z.asc => phiW.2.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.3.z.asc => phiW.3.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.4.z.asc => phiW.4.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.5.z.asc => phiW.5.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_MP_O8_bh/{phi.6.z.asc => phiW.6.z.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_NewRad/{phi.x.asc => phiW.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_NewRad/{phirhs.x.asc => phiWrhs.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_O8_sgw3d/{phi.x.asc => phiW.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_sgw3d/{phi.x.asc => phiW.x.asc} (100%)
 rename ML_BSSN_Test/test/ML_BSSN_sgw3d_harmonic/{phi.x.asc => phiW.x.asc} (100%)
 create mode 100644 m/prototype/ML_BSSN_Helper/src/ADMBase_SelectBCs.c


hooks/post-receive
--
McLachlan


More information about the Commits mailing list