[Commits] [McLachlan]McLachlan branch, master, updated. ET_2013_05_v0-12-gcaadfb1

Carpet git repositories carpetgit at stellarcollapse.org
Thu Sep 12 15:20:07 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, master has been updated
       via  caadfb1214b142be4512d86994fdfdac9a45206b (commit)
       via  8c4ac493e00d4cd3978d4504372b3c37b85c64ea (commit)
       via  addfe936099dd77a7bbbdc9001e5962b48039784 (commit)
       via  2ee0739a118ec98a16ae789528aa0179901047c2 (commit)
       via  c5c0d64c28b5c16442971ea4ada4d630b30ac1cd (commit)
       via  f3658abe109d03836276d4acff614c38f410ad56 (commit)
       via  f53b835b8e6ee94cb7c67b413a3b73e198e6a20f (commit)
      from  6fbf0a252051d373f732ce95d3ac8551ab0734ee (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 caadfb1214b142be4512d86994fdfdac9a45206b
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 22:09:32 2013 +0200

    Regenerate code (Kranc commit 3237af2566109f099ee78a7effb511a65dc18ae0)

commit 8c4ac493e00d4cd3978d4504372b3c37b85c64ea
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 19:20:29 2013 +0200

    Regenerate code (Kranc commit da423f55aa544d5648c839195ca3407f0763cfa5)
    
    Reordering of SYNC statements in schedule.ccl for boundary condition routines due to internal cleanup in Kranc.

commit addfe936099dd77a7bbbdc9001e5962b48039784
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 19:04:53 2013 +0200

    Regenerate code (Kranc commit 0b09169bacd7995d28b56a574bd060ebb243ca6f)
    
    Change of ordering in storage statements in schedule.ccl due to internal cleanup in Kranc.

commit 2ee0739a118ec98a16ae789528aa0179901047c2
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 17:09:22 2013 +0200

    Regenerate code (Kranc commit 311d24d35eab704df7153748d0f4f205eb1c081b)
    
    Eliminate SummationByParts include file in interface.ccl since there are no summation by parts operators used.

commit c5c0d64c28b5c16442971ea4ada4d630b30ac1cd
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 17:08:32 2013 +0200

    Regenerate code (Kranc commit 5238aa95745f46501d3f1ac657a02af0b0a44477)
    
    Changes order of source files in makefile

commit f3658abe109d03836276d4acff614c38f410ad56
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 12:58:51 2013 +0200

    Regenerate code (Kranc commit 01478e8bf1bc509f67a3f8fa2c18021dc9b975f3)
    
    Reordering of entries in param.ccl due to internal cleanup in Kranc.

commit f53b835b8e6ee94cb7c67b413a3b73e198e6a20f
Author: Ian Hinder <ian.hinder at aei.mpg.de>
Date:   Thu Sep 12 12:57:48 2013 +0200

    Regenerate ML_ADM, ML_ADMConstraints and ML_ADMQuantities with fixed Jacobian code

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

Summary of changes:
 ML_ADM/interface.ccl                       |    1 -
 ML_ADM/param.ccl                           |  140 ++--
 ML_ADM/schedule.ccl                        |   12 +-
 ML_ADM/src/Boundaries.cc                   |  736 ++++++------
 ML_ADM/src/ML_ADM_Minkowski.cc             |   24 +-
 ML_ADM/src/ML_ADM_RHS.cc                   |   24 +-
 ML_ADM/src/ML_ADM_boundary.cc              |   24 +-
 ML_ADM/src/ML_ADM_constraints.cc           |   24 +-
 ML_ADM/src/ML_ADM_constraints_boundary.cc  |   24 +-
 ML_ADM/src/ML_ADM_convertFromADMBase.cc    |   24 +-
 ML_ADM/src/ML_ADM_convertToADMBase.cc      |   24 +-
 ML_ADM/src/RegisterSymmetries.cc           |   34 +-
 ML_ADM/src/make.code.defn                  |    2 +-
 ML_ADMConstraints/interface.ccl            |    1 -
 ML_ADMConstraints/param.ccl                |   12 +-
 ML_ADMConstraints/src/ML_ADMConstraints.cc |   24 +-
 ML_ADMConstraints/src/make.code.defn       |    2 +-
 ML_ADMQuantities/interface.ccl             |    1 -
 ML_ADMQuantities/param.ccl                 |   12 +-
 ML_ADMQuantities/schedule.ccl              |    4 +-
 ML_ADMQuantities/src/ML_ADMQuantities.cc   |   24 +-
 ML_ADMQuantities/src/RegisterSymmetries.cc |   10 +-
 ML_ADMQuantities/src/make.code.defn        |    2 +-
 ML_BSSN/interface.ccl                      |    1 -
 ML_BSSN/param.ccl                          |  276 +++---
 ML_BSSN/schedule.ccl                       |   38 +-
 ML_BSSN/src/Boundaries.cc                  | 1616 +++++++++++++-------------
 ML_BSSN/src/RegisterSymmetries.cc          |  106 +-
 ML_BSSN/src/make.code.defn                 |    2 +-
 ML_CCZ4/interface.ccl                      |    1 -
 ML_CCZ4/param.ccl                          |  292 +++---
 ML_CCZ4/schedule.ccl                       |   40 +-
 ML_CCZ4/src/Boundaries.cc                  | 1772 ++++++++++++++--------------
 ML_CCZ4/src/RegisterSymmetries.cc          |  108 +-
 ML_CCZ4/src/make.code.defn                 |    2 +-
 ML_WaveToy/interface.ccl                   |    1 -
 ML_WaveToy/param.ccl                       |   44 +-
 ML_WaveToy/schedule.ccl                    |    6 +-
 ML_WaveToy/src/Boundaries.cc               |  142 ++--
 ML_WaveToy/src/RegisterSymmetries.cc       |    4 +-
 ML_WaveToy/src/make.code.defn              |    2 +-
 ML_WaveToy_CL/interface.ccl                |    1 -
 ML_WaveToy_CL/param.ccl                    |   44 +-
 ML_WaveToy_CL/schedule.ccl                 |    6 +-
 ML_WaveToy_CL/src/Boundaries.cc            |  142 ++--
 ML_WaveToy_CL/src/RegisterSymmetries.cc    |    4 +-
 ML_WaveToy_CL/src/make.code.defn           |    2 +-
 47 files changed, 2825 insertions(+), 3012 deletions(-)


hooks/post-receive
--
McLachlan


More information about the Commits mailing list