aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
* Clarify error message.schnetter2004-01-09
* Follow C++ standard.schnetter2003-11-21
* Missing break in TVD interpolator case statement.hawke2003-11-20
* Allow bboxes of CCTK_REALs.schnetter2003-11-13
* Fix core dump.schnetter2003-11-06
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fixed minmod interpolation loopcott2003-10-30
* Patch the minmod prolongation routines in a fashion that really appears to wo...hawke2003-10-20
* Fixed bug in case PROLONG_TVD (missing break statement in case 1).cvs_anon2003-10-17
* Fix bug in automatic domain decomposition.schnetter2003-10-16
* A much corrected version of the TVD prolongation. Looks nicer in the first te...hawke2003-10-15
* The prolongation method can now be controlled from the tags table defined in ...hawke2003-10-15
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Some very simple TVD prolongation routines. Uses minmod so probably not very ...hawke2003-10-14
* bbox::size() and bboxset::size() return the number of grid points, notschnetter2003-09-19
* Track the C++ standard.schnetter2003-08-28
* Fix bug.schnetter2003-08-28
* Check for overflow in calculating bbox sizes.schnetter2003-08-15
* Undo last change, which was interrupted.schnetter2003-08-10
* Initialise new time levelsschnetter2003-08-10
* Fix bug in three timelevel initialisation:schnetter2003-08-10
* Add doxygen documentation.schnetter2003-08-03
* Fix bug in outputing outer boundary specification.schnetter2003-07-25
* Reformat source code more nicely.schnetter2003-07-23
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Fix uninitialised variables in vector functions.schnetter2003-07-17
* Don't put a buffer zone at outer boundaries of refined grids.schnetter2003-07-17
* Introduce a buffer zone between the prolongation destination andschnetter2003-07-16
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* Add 5th order spatial interpolation.schnetter2003-06-24
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Don't insert empty bboxes into the bbox lists for the transfer descriptions.schnetter2003-05-23
* added instantiation of vector<vect<vect<boolshawley2003-05-20
* Handle empty grids.schnetter2003-05-13
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Restrict all of the interior of the grid.schnetter2003-05-07
* Comment internal variable _owns_storage more thoroughly.schnetter2003-05-02
* Do not initialise the finer levels of the grid functions at initialschnetter2003-05-02
* dh.cc: Handle empty grids, i.e. processors without any grid points.schnetter2003-04-30
* Remove #warning statements that are not understood by the SGIschnetter2003-03-28
* bboxset.cc: Output setsize as well.schnetter2003-03-26
* Add normalize routine to normalise bboxsets. This isn't perfect yet,schnetter2003-03-18
* 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