[Commits] [Carpet] branch, master, updated. carpet-6-init-415-g8fe1110

Carpet git repositories carpetgit at stellarcollapse.org
Mon Dec 9 21:36:46 CST 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  8fe1110956d01d60b397c2486d0b51387594264c (commit)
       via  34c034242fb69059e73082bf514f71bd466279af (commit)
      from  68ba0010e053cfb1112732821c2d6731f3dc1645 (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 8fe1110956d01d60b397c2486d0b51387594264c
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Dec 9 22:36:35 2013 -0500

    CarpetExtra/HighOrderWaveTest: Add test suite for higher order restriction operators

commit 34c034242fb69059e73082bf514f71bd466279af
Author: Erik Schnetter <schnetter at gmail.com>
Date:   Mon Dec 9 22:24:38 2013 -0500

    Carpet: Apply boundary conditions during Restricting
    
    For cell-centred grids, apply boundary conditions both during restricting and after restricting.
    For vertex-centred grids, apply boundary conditions only after restricting.

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

Summary of changes:
 Carpet/Carpet/src/Evolve.cc                        |   89 ++++++--
 Carpet/Carpet/src/Restrict.cc                      |   20 +-
 .../{CarpetEFenceTest => HighOrderWaveTest}/README |    7 +-
 CarpetExtra/HighOrderWaveTest/configuration.ccl    |    1 +
 .../doc/documentation.tex                          |    4 +-
 CarpetExtra/HighOrderWaveTest/interface.ccl        |    2 +
 CarpetExtra/HighOrderWaveTest/param.ccl            |    1 +
 CarpetExtra/HighOrderWaveTest/schedule.ccl         |    1 +
 .../src/make.code.defn                             |    2 +-
 .../HighOrderWaveTest}/test/test_restrict_sync.par |   66 +++---
 .../test/test_restrict_sync/phi.z.asc              |  240 ++++++++++++++++++++
 11 files changed, 350 insertions(+), 83 deletions(-)
 copy CarpetExtra/{CarpetEFenceTest => HighOrderWaveTest}/README (55%)
 create mode 100644 CarpetExtra/HighOrderWaveTest/configuration.ccl
 copy CarpetExtra/{CarpetEFenceTest => HighOrderWaveTest}/doc/documentation.tex (98%)
 create mode 100644 CarpetExtra/HighOrderWaveTest/interface.ccl
 create mode 100644 CarpetExtra/HighOrderWaveTest/param.ccl
 create mode 100644 CarpetExtra/HighOrderWaveTest/schedule.ccl
 copy CarpetExtra/{Nirvana => HighOrderWaveTest}/src/make.code.defn (63%)
 copy {Carpet/Carpet => CarpetExtra/HighOrderWaveTest}/test/test_restrict_sync.par (73%)
 create mode 100644 CarpetExtra/HighOrderWaveTest/test/test_restrict_sync/phi.z.asc


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


More information about the Commits mailing list