[Commits] [Carpet] branch, master, updated. carpet-6-init-170-gc0c03fe

Carpet git repositories carpetgit at stellarcollapse.org
Tue Apr 2 17:24:28 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 "Carpet — Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>".

The branch, master has been updated
       via  c0c03fece68597fddfef57948334c5c99154f244 (commit)
      from  afd93dce86328a3489608b729894bb34add6cb90 (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 c0c03fece68597fddfef57948334c5c99154f244
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Tue Apr 2 17:40:41 2013 -0400

    Requirements: New thorn
    
    Move requirement handling code out of Carpet and into a new thorn.

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

Summary of changes:
 Carpet/Carpet/interface.ccl                        |   42 +-
 Carpet/Carpet/param.ccl                            |   19 -
 Carpet/Carpet/schedule.ccl                         |   17 -
 Carpet/Carpet/src/CallFunction.cc                  |    7 +-
 Carpet/Carpet/src/Comm.cc                          |    6 +-
 Carpet/Carpet/src/Cycle.cc                         |    6 +-
 Carpet/Carpet/src/Evolve.cc                        |   10 +-
 Carpet/Carpet/src/Initialise.cc                    |   25 +-
 Carpet/Carpet/src/Requirements.cc                  | 1560 --------------------
 Carpet/Carpet/src/Requirements.hh                  |   53 -
 Carpet/Carpet/src/Restrict.cc                      |    6 +-
 Carpet/Carpet/src/SetupGH.cc                       |    5 +-
 Carpet/Carpet/src/Storage.cc                       |    6 +-
 Carpet/Carpet/src/make.code.defn                   |    1 -
 .../TestLoopControl => Carpet/Requirements}/README |    6 +-
 Carpet/Requirements/interface.ccl                  |   69 +
 Carpet/Requirements/param.ccl                      |   18 +
 Carpet/Requirements/schedule.ccl                   |   18 +
 Carpet/Requirements/src/Requirements.cc            | 1558 +++++++++++++++++++
 Carpet/Requirements/src/Requirements.hh            |   51 +
 Carpet/Requirements/src/make.code.defn             |    7 +
 21 files changed, 1786 insertions(+), 1704 deletions(-)
 delete mode 100644 Carpet/Carpet/src/Requirements.cc
 delete mode 100644 Carpet/Carpet/src/Requirements.hh
 copy {CarpetExtra/TestLoopControl => Carpet/Requirements}/README (67%)
 create mode 100644 Carpet/Requirements/interface.ccl
 create mode 100644 Carpet/Requirements/param.ccl
 create mode 100644 Carpet/Requirements/schedule.ccl
 create mode 100644 Carpet/Requirements/src/Requirements.cc
 create mode 100644 Carpet/Requirements/src/Requirements.hh
 create mode 100644 Carpet/Requirements/src/make.code.defn


hooks/post-receive
--
Carpet — Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>


More information about the Commits mailing list