[Commits] [Carpet] branch, master, updated. carpet-6-init-145-g4e166b6

Carpet git repositories carpetgit at stellarcollapse.org
Mon Feb 11 15:15:12 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  4e166b68d40ec9ced2acdbebaccace667f6f6eeb (commit)
      from  cb1399a1072460b74e75b7d5c54389fbd7dffbb6 (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 4e166b68d40ec9ced2acdbebaccace667f6f6eeb
Author: Roland Haas <roland.haas at physics.gatech.edu>
Date:   Fri Nov 9 09:39:42 2012 -0800

    CarpetEvolutionMask: compute a mask indicating where buffers are
    
    this is s first implementatoion of this functionality. Eventually I want
    to extend it to label buffer points by the last MoL substep at which the
    grid point needs to have a RHS computed. Zero will mean "all the time"
    large numbers will mean "never".

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

Summary of changes:
 Carpet/CarpetEvolutionMask/interface.ccl           |    5 +
 Carpet/CarpetEvolutionMask/param.ccl               |    4 +
 Carpet/CarpetEvolutionMask/schedule.ccl            |    4 +
 Carpet/CarpetEvolutionMask/src/evolution_mask.cc   |   56 ++++++++
 .../CarpetEvolutionMask/src/evolution_mask_init.c  |    3 +
 Carpet/CarpetEvolutionMask/test/buffer_mask.par    |   81 ++++++++++++
 .../test/buffer_mask/buffer_mask.par               |   79 ++++++++++++
 .../test/buffer_mask/buffer_mask.x.asc             |  132 +++++++++++++++++++
 .../test/buffer_mask/buffer_mask.y.asc             |  135 ++++++++++++++++++++
 .../test/buffer_mask/buffer_mask.z.asc             |  135 ++++++++++++++++++++
 10 files changed, 634 insertions(+), 0 deletions(-)
 create mode 100644 Carpet/CarpetEvolutionMask/test/buffer_mask.par
 create mode 100644 Carpet/CarpetEvolutionMask/test/buffer_mask/buffer_mask.par
 create mode 100644 Carpet/CarpetEvolutionMask/test/buffer_mask/buffer_mask.x.asc
 create mode 100644 Carpet/CarpetEvolutionMask/test/buffer_mask/buffer_mask.y.asc
 create mode 100644 Carpet/CarpetEvolutionMask/test/buffer_mask/buffer_mask.z.asc


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


More information about the Commits mailing list