[Commits] [McLachlan]McLachlan branch, dgfe2, updated. 99bf322de9a1bb775632e14443d04a9bee5d352f

Carpet git repositories carpetgit at stellarcollapse.org
Fri Mar 14 15:46:35 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  99bf322de9a1bb775632e14443d04a9bee5d352f (commit)
       via  9e630b16444ba47d2a7693507ede8a63da545de2 (commit)
      from  3b9b74a9d9e3e41a03a9baa94da1371bd14d3a9c (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 99bf322de9a1bb775632e14443d04a9bee5d352f
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Fri Mar 14 16:46:29 2014 -0400

    Regenerate thorns

commit 9e630b16444ba47d2a7693507ede8a63da545de2
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Fri Mar 14 16:26:42 2014 -0400

    Finish implementing BSSN

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

Summary of changes:
 ML_BSSN_DG4/doc/OperationCounts.txt                |    6 +
 ML_BSSN_DG4/interface.ccl                          |   13 +-
 ML_BSSN_DG4/param.ccl                              |   72 +
 ML_BSSN_DG4/schedule.ccl                           |  579 ++-
 ...ere.cc => ML_BSSN_DG4_ConstraintsEverywhere.cc} |   81 +-
 ML_BSSN_DG4/src/ML_BSSN_DG4_ConstraintsInterior.cc | 4041 ++++++++++++++++++
 ...erior.cc => ML_BSSN_DG4_DerivativesInterior.cc} | 1119 +++--
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit31.cc    | 2338 +++++++++++
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit32.cc    | 3621 ++++++++++++++++
 .../src/ML_BSSN_DG4_EvolutionInteriorSplit33.cc    | 4371 ++++++++++++++++++++
 ML_BSSN_DG4/src/ML_Constraints.cc                  |   29 +
 ML_BSSN_DG4/src/ML_NewRad.cc                       |   18 +-
 .../src/ML_RegisterConstrained.cc                  |   29 +-
 ML_BSSN_DG4/src/ML_RegisterSlicing.cc              |   10 +
 .../src/ML_SetGroupTags.cc                         |   91 +-
 ML_BSSN_DG4/src/NEW/RegisterSlicing.c              |    9 -
 ML_BSSN_DG4/src/make.code.defn                     |    8 +-
 ML_BSSN_FD4/configuration.ccl                      |    3 +
 ML_BSSN_FD4/doc/OperationCounts.txt                |    6 +
 ML_BSSN_FD4/interface.ccl                          |   14 +-
 ML_BSSN_FD4/param.ccl                              |   72 +
 ML_BSSN_FD4/schedule.ccl                           |  579 ++-
 ML_BSSN_FD4/src/ML_BSSN_FD4_ADMBaseEverywhere.cc   |    1 +
 ML_BSSN_FD4/src/ML_BSSN_FD4_ADMBaseInterior.cc     |    1 +
 ...ere.cc => ML_BSSN_FD4_ConstraintsEverywhere.cc} |   82 +-
 ML_BSSN_FD4/src/ML_BSSN_FD4_ConstraintsInterior.cc | 1826 ++++++++
 ...erior.cc => ML_BSSN_FD4_DerivativesInterior.cc} |  534 +--
 ML_BSSN_FD4/src/ML_BSSN_FD4_EnforceEverywhere.cc   |    1 +
 ML_BSSN_FD4/src/ML_BSSN_FD4_EvolutionInterior.cc   |    1 +
 .../src/ML_BSSN_FD4_EvolutionInteriorSplit31.cc    | 1011 +++++
 .../src/ML_BSSN_FD4_EvolutionInteriorSplit32.cc    | 1503 +++++++
 ....cc => ML_BSSN_FD4_EvolutionInteriorSplit33.cc} | 1387 +------
 .../src/ML_BSSN_FD4_InitialADMBase1Everywhere.cc   |    1 +
 .../src/ML_BSSN_FD4_InitialADMBase2Interior.cc     |    1 +
 ML_BSSN_FD4/src/ML_Constraints.cc                  |   29 +
 ML_BSSN_FD4/src/ML_NewRad.cc                       |   18 +-
 ...sterConstrained.c => ML_RegisterConstrained.cc} |   29 +-
 ML_BSSN_FD4/src/ML_RegisterSlicing.cc              |   10 +
 .../src/{NEW/SetGroupTags.c => ML_SetGroupTags.cc} |   91 +-
 ML_BSSN_FD4/src/NEW/RegisterSlicing.c              |    9 -
 ML_BSSN_FD4/src/make.code.defn                     |    8 +-
 m/BSSN.m                                           |  102 +-
 m/BSSN.merge/interface.ccl                         |   11 +
 m/BSSN.merge/schedule.ccl                          |   86 +-
 m/BSSN.merge/src/ML_Constraints.cc                 |   29 +
 m/BSSN.merge/src/ML_NewRad.cc                      |   18 +-
 .../BSSN.merge/src/ML_RegisterConstrained.cc       |   29 +-
 m/BSSN.merge/src/ML_RegisterSlicing.cc             |   10 +
 .../BSSN.merge/src/ML_SetGroupTags.cc              |   91 +-
 m/BSSN.merge/src/NEW/RegisterSlicing.c             |    9 -
 m/BSSN.merge/src/make.code.defn                    |    6 +-
 51 files changed, 21154 insertions(+), 2889 deletions(-)
 copy ML_BSSN_DG4/src/{ML_BSSN_DG4_EnforceEverywhere.cc => ML_BSSN_DG4_ConstraintsEverywhere.cc} (85%)
 create mode 100644 ML_BSSN_DG4/src/ML_BSSN_DG4_ConstraintsInterior.cc
 copy ML_BSSN_DG4/src/{ML_BSSN_DG4_InitialADMBase2Interior.cc => ML_BSSN_DG4_DerivativesInterior.cc} (59%)
 create mode 100644 ML_BSSN_DG4/src/ML_BSSN_DG4_EvolutionInteriorSplit31.cc
 create mode 100644 ML_BSSN_DG4/src/ML_BSSN_DG4_EvolutionInteriorSplit32.cc
 create mode 100644 ML_BSSN_DG4/src/ML_BSSN_DG4_EvolutionInteriorSplit33.cc
 create mode 100644 ML_BSSN_DG4/src/ML_Constraints.cc
 rename m/BSSN.merge/src/NEW/RegisterConstrained.c => ML_BSSN_DG4/src/ML_RegisterConstrained.cc (51%)
 create mode 100644 ML_BSSN_DG4/src/ML_RegisterSlicing.cc
 rename m/BSSN.merge/src/NEW/SetGroupTags.c => ML_BSSN_DG4/src/ML_SetGroupTags.cc (54%)
 delete mode 100644 ML_BSSN_DG4/src/NEW/RegisterSlicing.c
 copy ML_BSSN_FD4/src/{ML_BSSN_FD4_EnforceEverywhere.cc => ML_BSSN_FD4_ConstraintsEverywhere.cc} (83%)
 create mode 100644 ML_BSSN_FD4/src/ML_BSSN_FD4_ConstraintsInterior.cc
 copy ML_BSSN_FD4/src/{ML_BSSN_FD4_InitialADMBase2Interior.cc => ML_BSSN_FD4_DerivativesInterior.cc} (55%)
 create mode 100644 ML_BSSN_FD4/src/ML_BSSN_FD4_EvolutionInteriorSplit31.cc
 create mode 100644 ML_BSSN_FD4/src/ML_BSSN_FD4_EvolutionInteriorSplit32.cc
 copy ML_BSSN_FD4/src/{ML_BSSN_FD4_EvolutionInterior.cc => ML_BSSN_FD4_EvolutionInteriorSplit33.cc} (56%)
 create mode 100644 ML_BSSN_FD4/src/ML_Constraints.cc
 rename ML_BSSN_FD4/src/{NEW/RegisterConstrained.c => ML_RegisterConstrained.cc} (51%)
 create mode 100644 ML_BSSN_FD4/src/ML_RegisterSlicing.cc
 rename ML_BSSN_FD4/src/{NEW/SetGroupTags.c => ML_SetGroupTags.cc} (54%)
 delete mode 100644 ML_BSSN_FD4/src/NEW/RegisterSlicing.c
 create mode 100644 m/BSSN.merge/src/ML_Constraints.cc
 rename ML_BSSN_DG4/src/NEW/RegisterConstrained.c => m/BSSN.merge/src/ML_RegisterConstrained.cc (51%)
 create mode 100644 m/BSSN.merge/src/ML_RegisterSlicing.cc
 rename ML_BSSN_DG4/src/NEW/SetGroupTags.c => m/BSSN.merge/src/ML_SetGroupTags.cc (54%)
 delete mode 100644 m/BSSN.merge/src/NEW/RegisterSlicing.c


hooks/post-receive
--
McLachlan


More information about the Commits mailing list