[Commits] [McLachlan]McLachlan branch, CCZ4, updated. 4d9a82e9f305be8c823535e2b4f1be03cf86fbb3

Carpet git repositories carpetgit at stellarcollapse.org
Tue May 1 12:37:31 CDT 2012


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, CCZ4 has been updated
       via  4d9a82e9f305be8c823535e2b4f1be03cf86fbb3 (commit)
       via  e4b7e2c5de80b0f2a23588f0559547dbb1f0aefb (commit)
       via  d303d21a9a70f83266672998203ea48cc9291223 (commit)
       via  1fecccd15bdb93d92596541c455782c6c6efbabd (commit)
       via  6d8ba38ffa081c47e9e0e4de3ebdc57195089628 (commit)
       via  a8794cd2227c87c7457ba51d040e863be2f981e7 (commit)
       via  342f260edadacf1632d3020fa441da1802a96cce (commit)
       via  8dae6a902c2610f0176e4c1378785f059a8c7d0f (commit)
       via  b6e6a95581057c2ea282cb172f42374527fe6106 (commit)
       via  961f17aae3f0d3c597b7a8381e71b23d8ea941c0 (commit)
      from  f87a82b998a429bcc88c928a06e175b633a916cc (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 4d9a82e9f305be8c823535e2b4f1be03cf86fbb3
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Tue May 1 18:36:47 2012 +0100

    Move CCZ4 regression tests and update parameter files to use the ML_CCZ4 thorn.
    
    None of the data has been changed and the tests still pass.

commit e4b7e2c5de80b0f2a23588f0559547dbb1f0aefb
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Mon Apr 30 12:28:49 2012 +0100

    Regenerate thorns.

commit d303d21a9a70f83266672998203ea48cc9291223
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Tue May 1 17:30:46 2012 +0100

    Rename CMBSSNW and CMBSSNphi to CMW and CMphi.
    
    They can be used with both BSSN and CCZ4 formulations.

commit 1fecccd15bdb93d92596541c455782c6c6efbabd
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Tue May 1 17:23:23 2012 +0100

    Add CCZ4 Helper thorn.

commit 6d8ba38ffa081c47e9e0e4de3ebdc57195089628
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Tue May 1 17:20:47 2012 +0100

    Remove CCZ4 specific code from BSSN helper thorn.

commit a8794cd2227c87c7457ba51d040e863be2f981e7
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Tue May 1 17:09:05 2012 +0100

    Generate a separate thorn for CCZ4.
    
    This still uses the same Kranc script as the standard BSSN code, but having a separate thorn means that the BSSN is not negatively affected performance-wise.

commit 342f260edadacf1632d3020fa441da1802a96cce
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Mon Apr 30 17:43:36 2012 +0100

    Add some sample CCZ4 parameter files.

commit 8dae6a902c2610f0176e4c1378785f059a8c7d0f
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Mon Apr 30 17:05:57 2012 +0100

    Make sure boundary conditions and tags are set for CCZ4 Theta.

commit b6e6a95581057c2ea282cb172f42374527fe6106
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Mon Apr 30 12:35:20 2012 +0100

    Add some regression tests for CCZ4, modelled on the BSSN tests.

commit 961f17aae3f0d3c597b7a8381e71b23d8ea941c0
Author: Barry Wardell <barry.wardell at gmail.com>
Date:   Mon Apr 30 12:28:28 2012 +0100

    Add formulation parameter to select between BSSN and CCZ4.
    
    The default selects BSSN for backwards compatibility.

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

Summary of changes:
 ML_BSSN/interface.ccl                              |   12 -
 ML_BSSN/param.ccl                                  |   96 +-
 ML_BSSN/schedule.ccl                               |   44 -
 ML_BSSN/src/Boundaries.cc                          |  104 -
 ML_BSSN/src/ML_BSSN_Advect.cc                      |   79 +-
 ML_BSSN/src/ML_BSSN_Dissipation.cc                 |   46 +-
 ML_BSSN/src/ML_BSSN_InitRHS.cc                     |    6 +-
 ML_BSSN/src/ML_BSSN_Minkowski.cc                   |    6 +-
 ML_BSSN/src/ML_BSSN_RHS1.cc                        |  968 +--------
 ML_BSSN/src/ML_BSSN_RHS2.cc                        |   70 +-
 ML_BSSN/src/ML_BSSN_RHSStaticBoundary.cc           |    9 +-
 ML_BSSN/src/ML_BSSN_boundary.cc                    |    9 +-
 ML_BSSN/src/ML_BSSN_constraints1.cc                |   54 +-
 ML_BSSN/src/ML_BSSN_convertFromADMBase.cc          |    6 +-
 .../src/ML_BSSN_convertToADMBaseDtLapseShift.cc    |    8 +-
 ...ML_BSSN_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 .../ML_BSSN_convertToADMBaseFakeDtLapseShift.cc    |    8 +-
 ML_BSSN/src/RegisterMoL.cc                         |    1 -
 ML_BSSN/src/RegisterSymmetries.cc                  |    5 -
 ML_BSSN_MP/interface.ccl                           |   12 -
 ML_BSSN_MP/param.ccl                               |   96 +-
 ML_BSSN_MP/schedule.ccl                            |   44 -
 ML_BSSN_MP/src/Boundaries.cc                       |  104 -
 ML_BSSN_MP/src/ML_BSSN_MP_Advect.cc                |   79 +-
 ML_BSSN_MP/src/ML_BSSN_MP_Dissipation.cc           |   46 +-
 ML_BSSN_MP/src/ML_BSSN_MP_InitRHS.cc               |    6 +-
 ML_BSSN_MP/src/ML_BSSN_MP_Minkowski.cc             |    6 +-
 ML_BSSN_MP/src/ML_BSSN_MP_RHS1.cc                  |  968 +--------
 ML_BSSN_MP/src/ML_BSSN_MP_RHS2.cc                  |   70 +-
 ML_BSSN_MP/src/ML_BSSN_MP_RHSStaticBoundary.cc     |    9 +-
 ML_BSSN_MP/src/ML_BSSN_MP_boundary.cc              |    9 +-
 ML_BSSN_MP/src/ML_BSSN_MP_constraints1.cc          |   54 +-
 ML_BSSN_MP/src/ML_BSSN_MP_convertFromADMBase.cc    |    6 +-
 .../src/ML_BSSN_MP_convertToADMBaseDtLapseShift.cc |    8 +-
 ...BSSN_MP_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 .../ML_BSSN_MP_convertToADMBaseFakeDtLapseShift.cc |    8 +-
 ML_BSSN_MP/src/RegisterMoL.cc                      |    1 -
 ML_BSSN_MP/src/RegisterSymmetries.cc               |    5 -
 ML_BSSN_MP_O8/interface.ccl                        |   12 -
 ML_BSSN_MP_O8/param.ccl                            |   96 +-
 ML_BSSN_MP_O8/schedule.ccl                         |   44 -
 ML_BSSN_MP_O8/src/Boundaries.cc                    |  104 -
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_Advect.cc          |   79 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_Dissipation.cc     |   46 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_InitRHS.cc         |    6 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_Minkowski.cc       |    6 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_RHS1.cc            |  968 +--------
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_RHS2.cc            |   70 +-
 .../src/ML_BSSN_MP_O8_RHSStaticBoundary.cc         |    9 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_boundary.cc        |    9 +-
 ML_BSSN_MP_O8/src/ML_BSSN_MP_O8_constraints1.cc    |   54 +-
 .../src/ML_BSSN_MP_O8_convertFromADMBase.cc        |    6 +-
 .../ML_BSSN_MP_O8_convertToADMBaseDtLapseShift.cc  |    8 +-
 ...N_MP_O8_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 ..._BSSN_MP_O8_convertToADMBaseFakeDtLapseShift.cc |    8 +-
 ML_BSSN_MP_O8/src/RegisterMoL.cc                   |    1 -
 ML_BSSN_MP_O8/src/RegisterSymmetries.cc            |    5 -
 ML_BSSN_O2/interface.ccl                           |   12 -
 ML_BSSN_O2/param.ccl                               |   96 +-
 ML_BSSN_O2/schedule.ccl                            |   44 -
 ML_BSSN_O2/src/Boundaries.cc                       |  104 -
 ML_BSSN_O2/src/ML_BSSN_O2_Advect.cc                |   79 +-
 ML_BSSN_O2/src/ML_BSSN_O2_Dissipation.cc           |   46 +-
 ML_BSSN_O2/src/ML_BSSN_O2_InitRHS.cc               |    6 +-
 ML_BSSN_O2/src/ML_BSSN_O2_Minkowski.cc             |    6 +-
 ML_BSSN_O2/src/ML_BSSN_O2_RHS1.cc                  |  968 +--------
 ML_BSSN_O2/src/ML_BSSN_O2_RHS2.cc                  |   70 +-
 ML_BSSN_O2/src/ML_BSSN_O2_RHSStaticBoundary.cc     |    9 +-
 ML_BSSN_O2/src/ML_BSSN_O2_boundary.cc              |    9 +-
 ML_BSSN_O2/src/ML_BSSN_O2_constraints1.cc          |   54 +-
 ML_BSSN_O2/src/ML_BSSN_O2_convertFromADMBase.cc    |    6 +-
 .../src/ML_BSSN_O2_convertToADMBaseDtLapseShift.cc |    8 +-
 ...BSSN_O2_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 .../ML_BSSN_O2_convertToADMBaseFakeDtLapseShift.cc |    8 +-
 ML_BSSN_O2/src/RegisterMoL.cc                      |    1 -
 ML_BSSN_O2/src/RegisterSymmetries.cc               |    5 -
 ML_BSSN_O8/interface.ccl                           |   12 -
 ML_BSSN_O8/param.ccl                               |   96 +-
 ML_BSSN_O8/schedule.ccl                            |   44 -
 ML_BSSN_O8/src/Boundaries.cc                       |  104 -
 ML_BSSN_O8/src/ML_BSSN_O8_Advect.cc                |   79 +-
 ML_BSSN_O8/src/ML_BSSN_O8_Dissipation.cc           |   46 +-
 ML_BSSN_O8/src/ML_BSSN_O8_InitRHS.cc               |    6 +-
 ML_BSSN_O8/src/ML_BSSN_O8_Minkowski.cc             |    6 +-
 ML_BSSN_O8/src/ML_BSSN_O8_RHS1.cc                  |  968 +--------
 ML_BSSN_O8/src/ML_BSSN_O8_RHS2.cc                  |   70 +-
 ML_BSSN_O8/src/ML_BSSN_O8_RHSStaticBoundary.cc     |    9 +-
 ML_BSSN_O8/src/ML_BSSN_O8_boundary.cc              |    9 +-
 ML_BSSN_O8/src/ML_BSSN_O8_constraints1.cc          |   54 +-
 ML_BSSN_O8/src/ML_BSSN_O8_convertFromADMBase.cc    |    6 +-
 .../src/ML_BSSN_O8_convertToADMBaseDtLapseShift.cc |    8 +-
 ...BSSN_O8_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 .../ML_BSSN_O8_convertToADMBaseFakeDtLapseShift.cc |    8 +-
 ML_BSSN_O8/src/RegisterMoL.cc                      |    1 -
 ML_BSSN_O8/src/RegisterSymmetries.cc               |    5 -
 ML_BSSN_UPW/interface.ccl                          |   12 -
 ML_BSSN_UPW/param.ccl                              |   96 +-
 ML_BSSN_UPW/schedule.ccl                           |   44 -
 ML_BSSN_UPW/src/Boundaries.cc                      |  104 -
 ML_BSSN_UPW/src/ML_BSSN_UPW_Advect.cc              |   46 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_Dissipation.cc         |   46 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_InitRHS.cc             |    6 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_Minkowski.cc           |    6 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_RHS1.cc                |  968 +--------
 ML_BSSN_UPW/src/ML_BSSN_UPW_RHS2.cc                |   70 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_RHSStaticBoundary.cc   |    9 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_boundary.cc            |    9 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_constraints1.cc        |   54 +-
 ML_BSSN_UPW/src/ML_BSSN_UPW_convertFromADMBase.cc  |    6 +-
 .../ML_BSSN_UPW_convertToADMBaseDtLapseShift.cc    |    8 +-
 ...SSN_UPW_convertToADMBaseDtLapseShiftBoundary.cc |    8 +-
 ...ML_BSSN_UPW_convertToADMBaseFakeDtLapseShift.cc |    8 +-
 ML_BSSN_UPW/src/RegisterMoL.cc                     |    1 -
 ML_BSSN_UPW/src/RegisterSymmetries.cc              |    5 -
 {ML_ADM => ML_CCZ4}/configuration.ccl              |    0
 ML_CCZ4/interface.ccl                              |  215 ++
 ML_CCZ4/param.ccl                                  | 1558 +++++++++++++
 ML_CCZ4/schedule.ccl                               |  766 +++++++
 ML_CCZ4/src/Boundaries.cc                          | 1913 ++++++++++++++++
 {ML_BSSN => ML_CCZ4}/src/Differencing.h            |    0
 ML_CCZ4/src/ML_CCZ4_Advect.cc                      | 2232 ++++++++++++++++++
 ML_CCZ4/src/ML_CCZ4_Dissipation.cc                 | 1374 +++++++++++
 ML_CCZ4/src/ML_CCZ4_InitGamma.cc                   |  295 +++
 ML_CCZ4/src/ML_CCZ4_InitRHS.cc                     |  359 +++
 ML_CCZ4/src/ML_CCZ4_Minkowski.cc                   |  359 +++
 ML_CCZ4/src/ML_CCZ4_RHS1.cc                        | 2382 ++++++++++++++++++++
 ML_CCZ4/src/ML_CCZ4_RHS2.cc                        | 1898 ++++++++++++++++
 ML_CCZ4/src/ML_CCZ4_RHSStaticBoundary.cc           |  398 ++++
 ML_CCZ4/src/ML_CCZ4_boundary.cc                    |  398 ++++
 ML_CCZ4/src/ML_CCZ4_constraints1.cc                | 1662 ++++++++++++++
 ML_CCZ4/src/ML_CCZ4_constraints2.cc                | 1004 +++++++++
 ML_CCZ4/src/ML_CCZ4_convertFromADMBase.cc          |  404 ++++
 ML_CCZ4/src/ML_CCZ4_convertFromADMBaseGamma.cc     |  926 ++++++++
 ML_CCZ4/src/ML_CCZ4_convertToADMBase.cc            |  362 +++
 .../src/ML_CCZ4_convertToADMBaseDtLapseShift.cc    |  920 ++++++++
 ...ML_CCZ4_convertToADMBaseDtLapseShiftBoundary.cc |  348 +++
 .../ML_CCZ4_convertToADMBaseFakeDtLapseShift.cc    |  333 +++
 ML_CCZ4/src/ML_CCZ4_enforce.cc                     |  337 +++
 ML_CCZ4/src/RegisterMoL.cc                         |   44 +
 ML_CCZ4/src/RegisterSymmetries.cc                  |  194 ++
 ML_CCZ4/src/Startup.cc                             |   10 +
 ML_CCZ4/src/make.code.defn                         |    3 +
 .../configuration.ccl                              |    0
 ML_CCZ4_Helper/interface.ccl                       |   38 +
 ML_CCZ4_Helper/param.ccl                           |   39 +
 ML_CCZ4_Helper/schedule.ccl                        |  161 ++
 ML_CCZ4_Helper/src/ExtrapolateGammas.c             |   29 +
 ML_CCZ4_Helper/src/NewRad.c                        |   69 +
 ML_CCZ4_Helper/src/RegisterConstrained.c           |   32 +
 ML_CCZ4_Helper/src/RegisterSlicing.c               |    9 +
 ML_CCZ4_Helper/src/SelectBCsADMBase.c              |   31 +
 ML_CCZ4_Helper/src/SetGroupTags.c                  |   77 +
 .../src/make.code.defn                             |    0
 {ML_BSSN_Test => ML_CCZ4_Test}/interface.ccl       |    0
 {ML_BSSN_Test => ML_CCZ4_Test}/param.ccl           |    0
 {ML_BSSN_Test => ML_CCZ4_Test}/schedule.ccl        |    0
 {ML_BSSN_Test => ML_CCZ4_Test}/src/make.code.defn  |    0
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d.par                |  145 ++
 .../test/ML_CCZ4_sgw3d}/A.x.asc                    |    0
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At11.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At12.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At13.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At22.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At23.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At33.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B1.x.asc           |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B2.x.asc           |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B3.x.asc           |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Theta.x.asc        |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt1.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt2.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt3.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/alpha.x.asc        |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta1.x.asc        |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta2.x.asc        |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta3.x.asc        |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cA.x.asc           |   40 +
 .../test/ML_CCZ4_sgw3d}/cS.x.asc                   |    0
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt1.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt2.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt3.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt11.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt12.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt13.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt22.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt23.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt33.x.asc         |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gxx.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/kxx.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/phi.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/trK.x.asc          |   40 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs.par            |  147 ++
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.x.asc        |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.y.asc        |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.z.asc        |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.x.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.y.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.z.asc       |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.x.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.y.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.z.asc       |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.x.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.y.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.z.asc       |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.x.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.y.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.z.asc |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.x.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.y.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.z.asc   |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.x.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.y.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.z.asc   |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.x.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.y.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.z.asc   |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.x.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.y.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.z.asc |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.x.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.y.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.z.asc |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.x.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.y.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.z.asc |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.x.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.y.asc    |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.z.asc    |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.x.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.y.asc |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.z.asc |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.x.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.y.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.z.asc       |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.x.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.y.asc       |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.z.asc       |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.x.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.y.asc     |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.z.asc     |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.x.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.y.asc  |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.z.asc  |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.x.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.y.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.z.asc   |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.x.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.y.asc      |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.z.asc      |   27 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.x.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.y.asc   |   21 +
 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.z.asc   |   27 +
 {ML_BSSN_Test => ML_CCZ4_Test}/test/test.ccl       |    0
 m/Makefile                                         |    3 +-
 m/McLachlan_BSSN.m                                 |  301 ++--
 par/CCZ4/bbh_ccz4.par                              |  493 ++++
 par/CCZ4/gw1d_ccz4.par                             |  283 +++
 par/CCZ4/rbst_ccz4.par                             |  230 ++
 375 files changed, 28274 insertions(+), 9019 deletions(-)
 copy {ML_ADM => ML_CCZ4}/configuration.ccl (100%)
 create mode 100644 ML_CCZ4/interface.ccl
 create mode 100644 ML_CCZ4/param.ccl
 create mode 100644 ML_CCZ4/schedule.ccl
 create mode 100644 ML_CCZ4/src/Boundaries.cc
 copy {ML_BSSN => ML_CCZ4}/src/Differencing.h (100%)
 create mode 100644 ML_CCZ4/src/ML_CCZ4_Advect.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_Dissipation.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_InitGamma.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_InitRHS.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_Minkowski.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_RHS1.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_RHS2.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_RHSStaticBoundary.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_boundary.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_constraints1.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_constraints2.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertFromADMBase.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertFromADMBaseGamma.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertToADMBase.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertToADMBaseDtLapseShift.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertToADMBaseDtLapseShiftBoundary.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_convertToADMBaseFakeDtLapseShift.cc
 create mode 100644 ML_CCZ4/src/ML_CCZ4_enforce.cc
 create mode 100644 ML_CCZ4/src/RegisterMoL.cc
 create mode 100644 ML_CCZ4/src/RegisterSymmetries.cc
 create mode 100644 ML_CCZ4/src/Startup.cc
 create mode 100644 ML_CCZ4/src/make.code.defn
 copy {ML_BSSN_Helper => ML_CCZ4_Helper}/configuration.ccl (100%)
 create mode 100644 ML_CCZ4_Helper/interface.ccl
 create mode 100644 ML_CCZ4_Helper/param.ccl
 create mode 100644 ML_CCZ4_Helper/schedule.ccl
 create mode 100644 ML_CCZ4_Helper/src/ExtrapolateGammas.c
 create mode 100644 ML_CCZ4_Helper/src/NewRad.c
 create mode 100644 ML_CCZ4_Helper/src/RegisterConstrained.c
 create mode 100644 ML_CCZ4_Helper/src/RegisterSlicing.c
 create mode 100644 ML_CCZ4_Helper/src/SelectBCsADMBase.c
 create mode 100644 ML_CCZ4_Helper/src/SetGroupTags.c
 copy {ML_BSSN_Helper => ML_CCZ4_Helper}/src/make.code.defn (100%)
 copy {ML_BSSN_Test => ML_CCZ4_Test}/interface.ccl (100%)
 copy {ML_BSSN_Test => ML_CCZ4_Test}/param.ccl (100%)
 copy {ML_BSSN_Test => ML_CCZ4_Test}/schedule.ccl (100%)
 copy {ML_BSSN_Test => ML_CCZ4_Test}/src/make.code.defn (100%)
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d.par
 copy {ML_BSSN_Test/test/ML_BSSN_sgw3d_harmonic => ML_CCZ4_Test/test/ML_CCZ4_sgw3d}/A.x.asc (100%)
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At11.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At12.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At13.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At22.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At23.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/At33.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/B3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Theta.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/Xt3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/alpha.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/beta3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cA.x.asc
 copy {ML_BSSN_Test/test/ML_BSSN_sgw3d_harmonic => ML_CCZ4_Test/test/ML_CCZ4_sgw3d}/cS.x.asc (100%)
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/cXt3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt11.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt12.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt13.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt22.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt23.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gt33.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/gxx.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/kxx.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/phi.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d/trK.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs.par
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/A.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Arhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At11rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At12rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At13rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At22rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At23rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/At33rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B1rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B2rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/B3rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Theta.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Thetarhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt1rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt2rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/Xt3rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpha.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/alpharhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta1rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta2rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/beta3rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cA.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cS.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt1.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt2.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/cXt3.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt11rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt12rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt13rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt22rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt23rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gt33rhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/gxx.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/kxx.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phi.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/phirhs.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trK.z.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.x.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.y.asc
 create mode 100644 ML_CCZ4_Test/test/ML_CCZ4_sgw3d_rhs/trKrhs.z.asc
 copy {ML_BSSN_Test => ML_CCZ4_Test}/test/test.ccl (100%)
 create mode 100644 par/CCZ4/bbh_ccz4.par
 create mode 100644 par/CCZ4/gw1d_ccz4.par
 create mode 100644 par/CCZ4/rbst_ccz4.par


hooks/post-receive
--
McLachlan


More information about the Commits mailing list