aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* LoopControl: Update GetCacheInfo1 APIErik Schnetter2013-06-22
* CarpetLib: Update GetCacheInfo1 APIErik Schnetter2013-06-22
* CarpetLib: Add optional dependency on BoostErik Schnetter2013-06-22
* CarpetLib: Re-implement part of bboxset2 for pre-C++11 compilersErik Schnetter2013-06-08
* CarpetLib: Whitespace changeErik Schnetter2013-06-08
* CarpetLib: Don't use run-together right angle brackets in templatesErik Schnetter2013-06-08
* CarpetLib: Instantiate some templates that are necessary on some systemsErik Schnetter2013-06-08
* CarpetLib: Provide manual look-alikes for certain C++11 featuresErik Schnetter2013-06-08
* Requirements: Do not mark current timelevel as invalid after time level cyclingErik Schnetter2013-05-26
* CarpetLib: Disable bboxset2 by defaultErik Schnetter2013-05-26
* Carpet: Output list of compute nodes only in verbose modeErik Schnetter2013-05-26
* Carpet: Remove unused, broken codeErik Schnetter2013-05-26
* Carpet: Disable automatic synchronisation after restrictionErik Schnetter2013-05-26
* Carpet: Provide global instead of process-local timer outputErik Schnetter2013-05-26
* Carpet: Use fabs() instead of abs()Erik Schnetter2013-05-26
* Requirements: Check return value of CCTK_TraverseStringErik Schnetter2013-05-26
* Requirements: Enforce 80 character line length limitErik Schnetter2013-05-26
* Requirements: Re-order #include statementsErik Schnetter2013-05-26
* LoopControl: Implement automatic performance improvementsErik Schnetter2013-05-26
* CarpetLib: New class bboxset2Erik Schnetter2013-05-26
* CarpetLib: New function bbox::anti_contracted_forErik Schnetter2013-05-26
* CarpetLib: Replace more uses of operator% by calls to imodErik Schnetter2013-05-26
* CarpetLib: New function bbox::is_poison to check for poisonErik Schnetter2013-05-26
* CarpetLib: Remove superfluous check that all indices are non-negativeErik Schnetter2013-05-26
* CarpetLib: Use imod instead of % operator in bbox classErik Schnetter2013-05-26
* CarpetLib: Use C++ standard methods to compare containersErik Schnetter2013-05-26
* CarpetLib: Correct vect::countErik Schnetter2013-05-26
* CarpetLib: Provide rint, round, trunc, and lrint for vectorsErik Schnetter2013-05-26
* CarpetIO*: New parameter CarpetIO*::out_group_separatorErik Schnetter2013-05-26
* Reduce time spent in cycling timelevels if there is only one timelevel.Peter Diener2013-05-24
* CarpetLib: Provide idiv and imod implementations for vect<CCTK_REAL,...>Erik Schnetter2013-05-20
* CarpetLib: Remove now outdated definitions of idiv and imodErik Schnetter2013-05-20
* CarpetLib: Correct some type declarations for 4d grid structuresErik Schnetter2013-05-20
* CarpetLib: Add missing #include files to cacheinfo.ccErik Schnetter2013-05-20
* CarpetLib: Disable unused refluxing face descriptionsErik Schnetter2013-05-20
* CarpetLib: Add routines for integer division that always round downErik Schnetter2013-05-20
* CarpetLib: Correct isnorma() for complex numbersErik Schnetter2013-05-20
* CarpetLib: Don't define static_assertErik Schnetter2013-05-20
* CarpetLib: Don't explicitly #include cctk_Config.hErik Schnetter2013-05-20
* CarpetLib: More verbose error output if sanity check failsErik Schnetter2013-05-20
* CarpetLib: Only check cache line size if it is usedErik Schnetter2013-05-20
* CarpetLib: Change meaning of vect::count to count true (non-zero) elementsErik Schnetter2013-05-20
* CarpetLib: Rename vect::zip to vect::vzipErik Schnetter2013-05-20
* CarpetLib: Add constructors to create a vector from a low-dimensional vector ...Erik Schnetter2013-05-20
* CarpetLib: Add some comments explaining implementationErik Schnetter2013-05-20
* CarpetIOASCII: Indentation changeErik Schnetter2013-05-20
* CarpetInterp2: Convert some loop bounds to intErik Schnetter2013-05-20
* LoopControl: disable smt by defaultRoland Haas2013-05-12
* Merge branch 'master' of carpetgit@carpetcode.org:carpetPeter Diener2013-04-29
|\
| * Requirements: add missing include fileRoland Haas2013-04-27