aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
* Add iterator that traverses a bbox in transposed (i.e. C instead ofschnetter2003-03-17
* Added extra lineshawley2003-02-27
* Handle empty bboxes.schnetter2003-02-25
* Abort when the region is empty.schnetter2003-02-24
* Forbid to expand and contract empty boxes. This exposed a few bugs inschnetter2003-02-24
* Work around what I believe is a bug in the IBM C++ compiler.schnetter2003-02-11
* Inserted missing "typename" keyword.schnetter2003-01-10
* typecase, instantiate: Added CCTK_INT1 where missing.schnetter2003-01-07
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Restrict.cc: No changes.schnetter2003-01-03
* Removed the practically useless (because soo slow) general purposeschnetter2002-12-31
* bboxset.hh: Added new function "setsize" to the bboxset class. Itschnetter2002-12-12
* New function "ifthen" that is similar to the operator ?:, except bothschnetter2002-12-12
* New functions for the vector class.schnetter2002-12-12
* Changed preprocessor debug flag into Cactus parameter.schnetter2002-10-24
* Do not add ghost zones at outer boundaries.schnetter2002-10-14
* Added a function to count the number of processor-local grid components.schnetter2002-10-12
* Give more descriptive error message.schnetter2002-10-01
* Don't compare reals for exact equality.schnetter2002-09-25
* Changed the variable types for the time from int to real. This allowsschnetter2002-09-25
* Increased power levels for MPI detection. Now uses x-ray vision. GNUschnetter2002-09-01
* Added a CST-stage-time check whether MPI is available.schnetter2002-09-01
* Removed file-scope static function declarations in CarpetIOASCII,schnetter2002-08-30
* Fixed some compiler warnings. Mostly added C++ "typename" keywords.schnetter2002-08-30
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* In restrict, changed assert into a warning messageshawley2002-07-18
* Added operator copytoprevsshawley2002-07-18
* Fixed wrong return type in th::set_delta.schnetter2002-06-07
* Added routine to change the delta-time. Use with caution!schnetter2002-06-07
* Fixed more bugs setting the layout of scalars and arrays.schnetter2002-06-07
* Fixed bugs.schnetter2002-06-06
* Removed user choice of C++ template instantiation model. In myschnetter2002-05-05
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Added author (myself) to READMEs.schnetter2002-03-26
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Moved ASCII output from CarpetLib (where it never belonged) toschnetter2002-01-09
* Further changes to make Carpet work with multiple multigrid levels.schnetter2002-01-09
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09
* Fixed serious bug: one of the prolongation operators was wrong. Thisschnetter2002-01-08
* Changed the ASCII output format due to popular demand. Now includesschnetter2002-01-08
* #ifdef out all types like CCTK_INT2 etc. because they are not always defined.schnetter2002-01-04
* Fixed bugs on multiple processors:schnetter2002-01-01
* Added a bit of convenient functionality.schnetter2001-12-14
* Changed handling of interpolation orders; they are now stored in theschnetter2001-12-09
* Added box-in-box capability to Carpet.schnetter2001-12-05
* Fixed small bug.schnetter2001-09-06
* 1. Added interface for AMR. Carpet still contains no clusterer, butschnetter2001-08-26
* Broke the file "carpet.cc" into several files.schnetter2001-07-04