[Commits] [McLachlan]McLachlan branch, master, updated. f9c7beb75e0d2bfa91e8de341356c2cff0596d87

Carpet git repositories carpetgit at stellarcollapse.org
Mon May 21 12:00:01 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, master has been updated
       via  f9c7beb75e0d2bfa91e8de341356c2cff0596d87 (commit)
       via  3cadea8ebd64017981bd3de827599de2a014a63e (commit)
      from  d8e9df66d2478ac7ad0b1ed3b24fc0aa048bffa8 (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 f9c7beb75e0d2bfa91e8de341356c2cff0596d87
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon May 21 12:59:50 2012 -0400

    Regenerate thorn ML_WaveToy and ML_WaveToy_CL

commit 3cadea8ebd64017981bd3de827599de2a014a63e
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon May 21 12:59:18 2012 -0400

    Add thorn ML_WaveToy_CL

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

Summary of changes:
 {ML_ADM => ML_WaveToy}/configuration.ccl           |    0
 {ML_ADMQuantities => ML_WaveToy}/interface.ccl     |   37 ++-
 ML_WaveToy/param.ccl                               |  259 ++++++++++++++++++++
 ML_WaveToy/schedule.ccl                            |  147 +++++++++++
 ML_WaveToy/src/Boundaries.cc                       |  249 +++++++++++++++++++
 ML_WaveToy/src/Differencing.h                      |  147 +++++++++++
 ML_WaveToy/src/RegisterMoL.cc                      |   20 ++
 .../src/RegisterSymmetries.cc                      |   17 +-
 {ML_ADM => ML_WaveToy}/src/Startup.cc              |    4 +-
 ML_WaveToy/src/WT_Dirichlet.cc                     |  150 +++++++++++
 ML_WaveToy/src/WT_Energy.cc                        |  152 ++++++++++++
 ML_WaveToy/src/WT_EnergyBoundary.cc                |  143 +++++++++++
 ML_WaveToy/src/WT_Gaussian.cc                      |  138 +++++++++++
 ML_WaveToy/src/WT_RHS.cc                           |  159 ++++++++++++
 ML_WaveToy/src/WT_Standing.cc                      |  145 +++++++++++
 ML_WaveToy/src/make.code.defn                      |    3 +
 {ML_BSSN => ML_WaveToy_CL}/configuration.ccl       |    1 +
 {ML_ADMQuantities => ML_WaveToy_CL}/interface.ccl  |   38 ++-
 ML_WaveToy_CL/param.ccl                            |  259 ++++++++++++++++++++
 ML_WaveToy_CL/schedule.ccl                         |  154 ++++++++++++
 ML_WaveToy_CL/src/Boundaries.cc                    |  249 +++++++++++++++++++
 ML_WaveToy_CL/src/Differencing.h                   |  147 +++++++++++
 ML_WaveToy_CL/src/RegisterMoL.cc                   |   20 ++
 .../src/RegisterSymmetries.cc                      |   17 +-
 {ML_ADM => ML_WaveToy_CL}/src/Startup.cc           |    4 +-
 ML_WaveToy_CL/src/WT_CL_Dirichlet.cc               |  166 +++++++++++++
 ML_WaveToy_CL/src/WT_CL_Energy.cc                  |  169 +++++++++++++
 ML_WaveToy_CL/src/WT_CL_EnergyBoundary.cc          |  158 ++++++++++++
 ML_WaveToy_CL/src/WT_CL_Gaussian.cc                |  155 ++++++++++++
 ML_WaveToy_CL/src/WT_CL_RHS.cc                     |  177 +++++++++++++
 ML_WaveToy_CL/src/WT_CL_Standing.cc                |  162 ++++++++++++
 ML_WaveToy_CL/src/make.code.defn                   |    3 +
 m/Makefile                                         |    9 +-
 33 files changed, 3608 insertions(+), 50 deletions(-)
 copy {ML_ADM => ML_WaveToy}/configuration.ccl (100%)
 copy {ML_ADMQuantities => ML_WaveToy}/interface.ccl (64%)
 create mode 100644 ML_WaveToy/param.ccl
 create mode 100644 ML_WaveToy/schedule.ccl
 create mode 100644 ML_WaveToy/src/Boundaries.cc
 create mode 100644 ML_WaveToy/src/Differencing.h
 create mode 100644 ML_WaveToy/src/RegisterMoL.cc
 copy {ML_ADMConstraints => ML_WaveToy}/src/RegisterSymmetries.cc (57%)
 copy {ML_ADM => ML_WaveToy}/src/Startup.cc (55%)
 create mode 100644 ML_WaveToy/src/WT_Dirichlet.cc
 create mode 100644 ML_WaveToy/src/WT_Energy.cc
 create mode 100644 ML_WaveToy/src/WT_EnergyBoundary.cc
 create mode 100644 ML_WaveToy/src/WT_Gaussian.cc
 create mode 100644 ML_WaveToy/src/WT_RHS.cc
 create mode 100644 ML_WaveToy/src/WT_Standing.cc
 create mode 100644 ML_WaveToy/src/make.code.defn
 copy {ML_BSSN => ML_WaveToy_CL}/configuration.ccl (73%)
 copy {ML_ADMQuantities => ML_WaveToy_CL}/interface.ccl (63%)
 create mode 100644 ML_WaveToy_CL/param.ccl
 create mode 100644 ML_WaveToy_CL/schedule.ccl
 create mode 100644 ML_WaveToy_CL/src/Boundaries.cc
 create mode 100644 ML_WaveToy_CL/src/Differencing.h
 create mode 100644 ML_WaveToy_CL/src/RegisterMoL.cc
 copy {ML_ADMConstraints => ML_WaveToy_CL}/src/RegisterSymmetries.cc (57%)
 copy {ML_ADM => ML_WaveToy_CL}/src/Startup.cc (53%)
 create mode 100644 ML_WaveToy_CL/src/WT_CL_Dirichlet.cc
 create mode 100644 ML_WaveToy_CL/src/WT_CL_Energy.cc
 create mode 100644 ML_WaveToy_CL/src/WT_CL_EnergyBoundary.cc
 create mode 100644 ML_WaveToy_CL/src/WT_CL_Gaussian.cc
 create mode 100644 ML_WaveToy_CL/src/WT_CL_RHS.cc
 create mode 100644 ML_WaveToy_CL/src/WT_CL_Standing.cc
 create mode 100644 ML_WaveToy_CL/src/make.code.defn


hooks/post-receive
--
McLachlan


More information about the Commits mailing list