aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
Commit message (Expand)AuthorAge
...
* Remove code that was commented out.schnetter2004-03-01
* Instantiate Cactus types instead of C++ types.schnetter2004-03-01
* Create MPI data types for Cactus types instead of C++ types.schnetter2004-03-01
* Instantiate also for complex numbers by default.schnetter2004-03-01
* Create MPI data types for Cactus types instead of C++ types.schnetter2004-03-01
* Remove macros STR and FORTRAN_NAME.schnetter2004-03-01
* Fix severe bug in mglevel array indexing.schnetter2004-02-27
* Use new bbox iterators in all places (missed some before).schnetter2004-02-27
* Add a dummy array element when D==0.schnetter2004-02-27
* Add functions for element-wise floor, ceil, and pow.schnetter2004-02-18
* Change definition for the bbox iterators, so that they work withschnetter2004-02-18
* Instantiate vectors for 0 dimensions as well.schnetter2004-02-18
* Add support for copying (i.e. synchronising) complex variables.schnetter2004-02-09
* Fig bug in output: In C, quotes are not quoted by "", but by \".schnetter2004-02-09
* Print an error message when trying to synchronise an unsupported dataschnetter2004-02-09
* Do not restrict nor prolongate when the prolongation operator has beenschnetter2004-02-03
* Some sanity checking to fend off evil C++ compilersschnetter2004-02-03
* Import the recently announced changes:schnetter2004-01-25
* Import the recently announced changes:schnetter2004-01-25
* Undo my previous changes, which did not compile.schnetter2004-01-21
* Fix another (maybe) bug in calculating the prolongation regions.schnetter2004-01-21
* Check the stencil size before calling the minmod prolongationschnetter2004-01-21
* Use .at() instead of [] to access vectors.schnetter2004-01-20
* While restricting, don't assume that there are buffer zones atschnetter2004-01-16
* 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