aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
Commit message (Expand)AuthorAge
* Initialise the convergence factor.schnetter2004-02-05
* More error checking to make sure that global mode routines are indeedschnetter2004-02-03
* Do not select a prolongation operator for grid scalars and gridschnetter2004-02-03
* Slight wording change in info output.schnetter2004-02-03
* Do call boundary prolongation independent of the prolongationschnetter2004-02-03
* Fix stupid bugschnetter2004-01-30
* Call global mode routines at each time and for the coarsest possibleschnetter2004-01-30
* Import the recently announced changes:schnetter2004-01-25
* Import the recently announced changes:schnetter2004-01-25
* EnableGroupStorage now returns the number of active timelevels before the cal...hawke2004-01-16
* Correct location of 3 timelevel initialisationschnetter2004-01-14
* The scheduling tree for PUGH and Carpet for comparison. For PUGH,schnetter2004-01-13
* Move the regridding function to a forward loop where the iteration %hawke2004-01-13
* Only allow MG level switches in global mode.schnetter2003-11-19
* Allow reflevel=-1 in set_mglevel if we're going to global mode.hawke2003-11-19
* Allow arrays with fewer elements than the number of processors.schnetter2003-11-13
* Output better error message.schnetter2003-11-11
* Fix core dump.schnetter2003-11-06
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Fix bug in automatic domain decomposition.schnetter2003-10-16
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Change "do ... while (0)" trick to "if (1) ... else".schnetter2003-10-13
* Change grid array handling in the component loop macros. When loopingschnetter2003-09-30
* Use bbox::size() instead of bbox::num_points().schnetter2003-09-19
* Return void instead of int.schnetter2003-09-19
* Beautifyschnetter2003-09-19
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
* Traverse (coordinate registration) routines scheduled on the new bin CCTK_WRAGH.tradke2003-09-02
* Fix compiler error.schnetter2003-08-27
* Fix bug in domain decomposition onto multiple processors. Thanks, Ian.schnetter2003-08-27
* Check whether the total number of grid points fits into an int.schnetter2003-08-15
* Make checksumming and poisoning work again.schnetter2003-08-10
* Fix bug in three timelevel initialisation:schnetter2003-08-10
* Allow typecasing only for non-complex and only for complex types.schnetter2003-08-03
* Fix typo in comment.schnetter2003-08-03
* More doxygen comments.schnetter2003-08-03
* Handle certain special cases for manual topology specifications.schnetter2003-07-25
* Don't allow component!=-1 for non-local component loops.schnetter2003-07-23
* Transform some comments into the javadoc format for experimentationschnetter2003-07-22
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Remove code that was commented out.schnetter2003-07-16
* Not only declare, but also define the routines as taking a const cGH *.schnetter2003-07-14
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* Calculate checksums after restrictions, so that restricting doesn'tschnetter2003-07-11
* Keep cctk_time and cctk_delta_time valid at all times, even in global mode.schnetter2003-07-09
* Use 0xdead instead 0xdeadbeef as an integer equivalent for nan. Thisschnetter2003-07-08
* Fix memory leak.schnetter2003-07-07
* Correctly handle "Cactus::terminate=time".schnetter2003-06-30
* Allow fifth order interpolation.schnetter2003-06-24
* Fix a bug: Loops over processor-local components should loop over,schnetter2003-06-20