[Commits] [Carpet] branch, master, updated. carpet-6-init-213-g3f183ce
Carpet git repositories
carpetgit at stellarcollapse.org
Thu Apr 4 11:19:38 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 3f183ce4a972d3ae34da4e830299af9a67a9ef3e (commit)
via 7332bf6500d66a183beddd8078c864cc39bdafd0 (commit)
via a3e4d48ffc8ac3b3137f3ddfa476c01d529f2804 (commit)
via ef9e9276df5c348f0c3d382cebd080cd1d78c92e (commit)
via 7a99eee603df1194809db30f916d3eeb730c39ee (commit)
via 4f356038627da039d88820cfa145356ba6880faa (commit)
via 14c419829da917c36bfaf90cdc1dcc6ea883047e (commit)
via f203c7178b5d44f4654991d5ccd2fcd8c1ce5af3 (commit)
via 314d48a230714aca56fc9f27e7d6e7ca160cfb00 (commit)
from 3e0ee4bb017223c9b7ac4cbe6eca3c5540d6af56 (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 3f183ce4a972d3ae34da4e830299af9a67a9ef3e
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:19:13 2013 -0400
Carpet: Don't call Requirements when only asking about allocated storage
When CCTK_GroupStorage{De,In}crease is called to only inquire about storage (and not modify it), don't call the Requirements thorn.
commit 7332bf6500d66a183beddd8078c864cc39bdafd0
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:16:31 2013 -0400
Requirements: Correct handling of timelevels in BeforeRoutine and AfterRoutine
commit a3e4d48ffc8ac3b3137f3ddfa476c01d529f2804
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:15:44 2013 -0400
Requirements: Remove some duplicate code
commit ef9e9276df5c348f0c3d382cebd080cd1d78c92e
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:14:53 2013 -0400
Carpet: Do not restrict variables marked as "don't restrict"
Do not restrict variables marked as op_none or op_sync.
Mark grid arrays as op_sync, not op_copy, which would still prolongate and restrict them.
commit 7a99eee603df1194809db30f916d3eeb730c39ee
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:12:39 2013 -0400
Requirements: Modify iteration arguments in Requirements.hh
Use int instead of CCTK_INT; all other arguments are also int.
Change argument order in Sync; move iteration next to reflevel.
Add iteration argument to BeforeRoutine; AfterRoutine also takes it.
Change name from cctk_iteration to iteration; no other variables have a cctk_ prefix.
Update callers in Carpet.
commit 4f356038627da039d88820cfa145356ba6880faa
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:06:30 2013 -0400
Requirements: Re-order if statement (no change in meaning)
commit 14c419829da917c36bfaf90cdc1dcc6ea883047e
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:05:42 2013 -0400
Requirements: Warn about Requirements.hh being publicly visible
commit f203c7178b5d44f4654991d5ccd2fcd8c1ce5af3
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:05:04 2013 -0400
Requirements: Simplify logic to detect changes in gridpoint_t
Introduce operator^ (exclusive-or) for gridpoint_t.
Use it when determining whether the state changed.
commit 314d48a230714aca56fc9f27e7d6e7ca160cfb00
Author: Erik Schnetter <schnetter at gmail.com>
Date: Thu Apr 4 12:03:18 2013 -0400
Requirements: Rename parameter print_changes to output_changes
-----------------------------------------------------------------------
Summary of changes:
Carpet/Carpet/src/CallFunction.cc | 6 ++-
Carpet/Carpet/src/Comm.cc | 3 +-
Carpet/Carpet/src/Restrict.cc | 9 ++-
Carpet/Carpet/src/SetupGH.cc | 2 +-
Carpet/Carpet/src/Storage.cc | 51 +++++++++++---------
Carpet/Requirements/param.ccl | 10 ++--
Carpet/Requirements/src/Requirements.cc | 32 +++++++------
Carpet/Requirements/src/Requirements.hh | 28 ++++++-----
Carpet/Requirements/src/all_state.cc | 60 ++++++++++-------------
Carpet/Requirements/src/all_state.hh | 12 ++--
Carpet/Requirements/src/clause.cc | 2 +-
Carpet/Requirements/src/gridpoint.cc | 78 +++++++++++++-----------------
Carpet/Requirements/src/gridpoint.hh | 47 ++++++++++++++-----
13 files changed, 183 insertions(+), 157 deletions(-)
hooks/post-receive
--
Carpet â Adaptive Mesh Refinement for the Cactus Framework <http://carpetcode.org/>
More information about the Commits
mailing list