aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Add normalize routine to normalise bboxsets. This isn't perfect yet,schnetter2003-03-18
* Output the grid variables in C instead of Fortran order, as this isschnetter2003-03-17
* Add iterator that traverses a bbox in transposed (i.e. C instead ofschnetter2003-03-17
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Replaced new[] and delete[] with a more elegant use of vector<>.schnetter2003-02-28
* Removed dependence on alloca, which isn't standard and isn't supportedschnetter2003-02-28
* 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
* Use the correct disttype DISTRIB_CONSTANT for scalars, so that the ghschnetter2003-02-24
* Work around what I believe is a bug in the IBM C++ compiler.schnetter2003-02-11
* Changed obsolete "outdir" to "out_dir".schnetter2003-01-20
* Included the bibliography directly into the latex source file insteadschnetter2003-01-14
* Updated to new parameter type for Cactus::max_runtime.schnetter2003-01-12
* Inserted missing "typename" keyword.schnetter2003-01-10
* Added the new termination condition "run time".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
* Introduced per-group flag "do_transfer" that specifies whether a groupschnetter2003-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
* Introduced a new parameter "outside_boundary_points". It decidesschnetter2002-12-12
* Handle the case better where the refined region is close to the outerschnetter2002-12-12
* New functions for the vector class.schnetter2002-12-12
* Change the order in which the scheduling bins are traversed. Nowschnetter2002-12-12
* Only do I/O if the I/O subsystem has already been inititalised. Thisschnetter2002-12-12
* Added description of how to get Carpet, and where to find simpleschnetter2002-11-29
* Added description of how to get Carpet, and where to find simpleschnetter2002-11-29
* Translated and moved documentation from Carpet/Carpet/doc/*.html toschnetter2002-11-29
* Rearranged the three timelevel initialisation. It now happens later,schnetter2002-11-16
* Rearranged the three timelevel initialisation. It now happens later,schnetter2002-11-16
* Updated parameter files.schnetter2002-10-24
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Changed preprocessor debug flag into Cactus parameter.schnetter2002-10-24
* Small change.schnetter2002-10-24
* Renamed source file from carpetslab.* to slab.*.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Started arrangement documentation.schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macro.schnetter2002-10-24
* Fixed bugs in Scott's 3tl initialisation introduced by my earlier changes.schnetter2002-10-16
* Set PTHREADS=yes in the example configurations.schnetter2002-10-16
* Applying patches from Ian Hawke:schnetter2002-10-16
* Improved comments & output statements regarding three-timelevel initializationshawley2002-10-15
* Fixed calculation of coordinates after the recent changes inschnetter2002-10-15
* Adapt to recent changes in CarpetLib: grid function shapes do not anyschnetter2002-10-14