aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Restrict.cc
Commit message (Expand)AuthorAge
* Timers: Move all timer-related code into a new thorn TimersErik Schnetter2013-08-07
* Carpet: Disable automatic synchronisation after restrictionErik Schnetter2013-05-26
* Carpet: Exit restriction early if no groups should be restrictedErik Schnetter2013-04-04
* Carpet: Do not restrict variables marked as "don't restrict"Erik Schnetter2013-04-04
* Revert part of "Requirements: Beautify code"Ian Hinder2013-04-04
* Requirements: pass iteration down and print in debug output; also print when ...Frank Löffler2013-04-03
* Requirements: Beautify codeErik Schnetter2013-04-03
* Carpet: Call Requirements before, not after the respective actionsErik Schnetter2013-04-03
* Requirements: New thornErik Schnetter2013-04-02
* Carpet: Check schedule reads/writes statements at run timeErik Schnetter2012-09-11
* Carpet: Introduce more timers to measure communication timeErik Schnetter2012-09-11
* Re-organise time level handlingErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* Carpet: Remove code that was commented outErik Schnetter2008-09-08
* Carpet: Correct error in restrictionErik Schnetter2008-08-03
* Carpet: Rename cgh to cctkGH in Restrict.ccErik Schnetter2008-07-15
* Carpet: Small clean-up to handling time fuzzErik Schnetter2008-07-15
* Carpet: Small cleanup in Restrict.ccErik Schnetter2008-02-19
* Carpet: Use the new communication schedule of CarpetLibErik Schnetter2008-01-14
* Carpet: rename local variable in Restrict.ccErik Schnetter2006-09-04
* Carpet: Convert size_t to int before comparingErik Schnetter2006-06-13
* Carpet*: generalise the comm_state class for collective buffer communicationsThomas Radke2005-08-15
* Carpet: Correct problems with negative time stepsErik Schnetter2005-08-09
* Carpet: Make 3-timelevel-initialisation work againErik Schnetter2005-07-25
* Carpet/CarpetLib: deactivate CarpetLib::minimise_outstanding_communicationsThomas Radke2005-04-11
* CarpetLib, Carpet: implement and use collective communication buffersThomas Radke2005-03-30
* Carpet: short cut in Restrict(): don't call SyncGVGroup() on empty (vector) g...Thomas Radke2005-03-25
* Carpet: simplify SyncGroup(); merge SyncGFArrayGroup() and SyncGFGroup() into...tradke2005-03-16
* Carpet: call SyncGFGroup() from within Restrict() to remove code duplicationtradke2005-03-16
* Carpet/CarpetLib: minimise the number of outstanding communication requeststradke2005-03-11
* Carpet: Remove some unnecessary assertsErik Schnetter2005-03-03
* global: Turn CarpetLib templates into classesErik Schnetter2005-01-01
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* Carpet: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* Remove CVS header tagsErik Schnetter2004-09-18
* Make Carpet ready for multiple patches.schnetter2004-05-21
* Use vector::at() instead of vector::operator[] to access vector elements.schnetter2004-03-23
* Use correct time when on other convergence levelsschnetter2004-03-23
* Do call boundary prolongation independent of the prolongationschnetter2004-02-03
* Import the recently announced changes:schnetter2004-01-25
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make checksumming and poisoning work again.schnetter2003-08-10
* Fix bug in three timelevel initialisation:schnetter2003-08-10
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Remove code that was commented out.schnetter2003-07-16
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Check the relative error instead of the absolute error when comparing times.schnetter2003-05-14
* Do not update the time by repeatedly adding to it, because this leadsschnetter2003-04-07
* Introduced per-group flag "do_transfer" that specifies whether a groupschnetter2003-01-03