aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/bbox.cc
Commit message (Expand)AuthorAge
* CarpetLib: Use CCTK_BUILTIN_UNREACHABLE instead of __builtin_unreachableErik Schnetter2013-06-22
* 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: Use C++ standard methods to compare containersErik Schnetter2013-05-26
* CarpetLib: Provide idiv/imod functions that always round downErik Schnetter2012-09-11
* CarpetLib: Ignore stride when "expanding" bboxes by an amount of zeroErik Schnetter2011-12-14
* CarpetLib: Rearrange order of #include statementsErik Schnetter2011-12-14
* CarpetLib: Don't require aligned bboxes for the "contains" functionErik Schnetter2011-12-14
* CarpetLib: Generalise "expand" functionErik Schnetter2011-12-14
* CarpetLib: Replace "class" by "typename" in template argumentsErik Schnetter2011-12-14
* Import CarpetErik Schnetter2011-12-14
* CarpetLib: Allow expanding empty bboxesErik Schnetter2008-10-01
* CarpetLib: Improve error message when overly large bbox is createdErik Schnetter2008-04-01
* CarpetLib: Output type information in bbox error messagesErik Schnetter2008-03-19
* CarpetLib: Improve error messages in bbox consistency checksErik Schnetter2007-09-05
* CarpetLib: Various bbox changesErik Schnetter2007-04-19
* CarpetLib: Output bboxes more comfortablyErik Schnetter2007-03-04
* CarpetLib: Correct error in bbox::size()Erik Schnetter2007-02-07
* CarpetLib: Correct error in bbox::sizeErik Schnetter2007-02-03
* CarpetLib: Optimise bbox and bboxset classes for speedErik Schnetter2007-02-03
* CarpetLib: Explicitly convert integer to type T in the bbox templateErik Schnetter2006-06-06
* CarpetLib: Rename some variables to avoid shadowing class membersErik Schnetter2005-01-01
* CarpetLib: Instantiate vect and bbox for CCTK_REAL instead of doubleErik Schnetter2005-01-27
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* CarpetLib: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* Remove CVS header tagsErik Schnetter2004-09-18
* Throw an input_error instead of using assert when there is wrong input.schnetter2004-06-26
* Add option to use less memory during regridding.schnetter2004-05-21
* remove debugging statementschnetter2004-04-19
* Change the bbox iterators to be cyclic.schnetter2004-04-18
* Remove old-style iteratorT types and routines.schnetter2004-03-11
* Use new bbox iterators in all places (missed some before).schnetter2004-02-27
* Change definition for the bbox iterators, so that they work withschnetter2004-02-18
* Import the recently announced changes:schnetter2004-01-25
* Allow bboxes of CCTK_REALs.schnetter2003-11-13
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Check for overflow in calculating bbox sizes.schnetter2003-08-15
* Handle empty grids.schnetter2003-05-13
* Add iterator that traverses a bbox in transposed (i.e. C instead ofschnetter2003-03-17
* Handle empty bboxes.schnetter2003-02-25
* Forbid to expand and contract empty boxes. This exposed a few bugs inschnetter2003-02-24
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Made Carpet compile on IRIX.eschnett2001-03-27
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* Make the Carpet WaveToy almost-work with two refinement levels. Theeschnett2001-03-12