[Commits] [Carpet] branch, master, updated. carpet-6-init-131-g55f4ce8

Carpet git repositories carpetgit at stellarcollapse.org
Thu Feb 7 08:57:40 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  55f4ce83ad9d774ace73941d167c4efda1bf0ebb (commit)
       via  be0c452f2d840b16e7a4a0fb76479b713a82b604 (commit)
       via  0e092fd149050a4eaf807aacfae6553e15a27cf8 (commit)
      from  0d0fb2bf45da70140d161190e74d0c7603480b24 (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 55f4ce83ad9d774ace73941d167c4efda1bf0ebb
Merge: be0c452 0d0fb2b
Author: Frank Löffler <knarf at cct.lsu.edu>
Date:   Thu Feb 7 08:54:45 2013 -0600

    Merge branch 'master' of carpetcode.org:carpet

commit be0c452f2d840b16e7a4a0fb76479b713a82b604
Author: Frank Löffler <knarf at cct.lsu.edu>
Date:   Thu Feb 7 08:47:48 2013 -0600

    CarpetRegrid2: Testsuite for trivial domains in z direction

commit 0e092fd149050a4eaf807aacfae6553e15a27cf8
Author: Frank Löffler <knarf at cct.lsu.edu>
Date:   Thu Feb 7 08:43:27 2013 -0600

    CarpetRegrid2: Allow pseudo-2D domains
    
    Currently CarpetRegrid2 contains two asserts that fail for domains that
    are effectively 2D (but defines as 3D arrays, e.g. (nx,ny,1). This patch
    makes sure these domains don't trigger the assert by checking for
    ilower==iupper.

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

Summary of changes:
 Carpet/CarpetRegrid2/src/property.cc               |   10 +-
 Carpet/CarpetRegrid2/test/regrid2_2D.par           |   71 +
 .../test/regrid2_2D/grid::coordinates.xy.asc       | 1778 ++++++++++++++++++++
 .../test/regrid2_2D/grid::coordinates.xz.asc       |   82 +
 .../test/regrid2_2D/grid::coordinates.yz.asc       |   82 +
 Carpet/CarpetRegrid2/test/test.ccl                 |    5 +
 6 files changed, 2026 insertions(+), 2 deletions(-)
 create mode 100644 Carpet/CarpetRegrid2/test/regrid2_2D.par
 create mode 100644 Carpet/CarpetRegrid2/test/regrid2_2D/grid::coordinates.xy.asc
 create mode 100644 Carpet/CarpetRegrid2/test/regrid2_2D/grid::coordinates.xz.asc
 create mode 100644 Carpet/CarpetRegrid2/test/regrid2_2D/grid::coordinates.yz.asc
 create mode 100644 Carpet/CarpetRegrid2/test/test.ccl


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


More information about the Commits mailing list