aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Expand)AuthorAge
* Don't allow component!=-1 for non-local component loops.schnetter2003-07-23
* Transform some comments into the javadoc format for experimentationschnetter2003-07-22
* Say that CarpetIOFlexIO now requires CactusExternal/FlexIO instead ofschnetter2003-07-21
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* Remove \href in references. The Cactus ThornGuide cannot handle \href.schnetter2003-07-18
* Fix uninitialised variables in vector functions.schnetter2003-07-17
* Don't put a buffer zone at outer boundaries of refined grids.schnetter2003-07-17
* Remove code that was commented out.schnetter2003-07-16
* Introduce a buffer zone between the prolongation destination andschnetter2003-07-16
* Documentation on periodic boundaries.hawke2003-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
* Another perl utility for converting CarpetIOASCII gnuplot output to ygraph. T...hawke2003-07-07
* Correctly handle "Cactus::terminate=time".schnetter2003-06-30
* Allow fifth order interpolation.schnetter2003-06-24
* Add 5th order spatial interpolation.schnetter2003-06-24
* Fix a bug: Loops over processor-local components should loop over,schnetter2003-06-20
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* When initialising each timelevel, treat only the last round (at t=0)schnetter2003-05-27
* Handle empty groups.schnetter2003-05-23
* Don't insert empty bboxes into the bbox lists for the transfer descriptions.schnetter2003-05-23
* Handle empty groups.schnetter2003-05-23
* Do not use "restrict".schnetter2003-05-21
* Allow hyperslabbing grid arrays with dim<3.schnetter2003-05-21
* Allow reducing grid arrays.schnetter2003-05-21
* Add macros and inline function to make the code more intelligible.schnetter2003-05-21
* Introduce a parameter to initialise each timelevel separately withschnetter2003-05-21
* added instantiation of vector<vect<vect<boolshawley2003-05-20
* Fix setting the pointers to storage for grid arrays on multiple processors.schnetter2003-05-15
* Check the relative error instead of the absolute error when comparing times.schnetter2003-05-14
* Make C++ arrays sizes known at compile time.schnetter2003-05-14
* Handle level offsets correctly.schnetter2003-05-13
* Poison: Check storage of GFs and GAs differently.schnetter2003-05-13
* Abort on local interpolation errors.schnetter2003-05-13
* Make code const-correct. Well, sort of.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* Handle global mode. Untested.schnetter2003-05-12
* Abort when in global mode, because this is not yet handled.schnetter2003-05-12
* Abort when in global mode.schnetter2003-05-12
* Undo previous commit which was wrong.schnetter2003-05-12
* Don't set too many array elements in the cGroupDynamicData structure.schnetter2003-05-12
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Restrict all of the interior of the grid.schnetter2003-05-07
* Call a new scheduling bin "POSTRESTRICT" after restriction. Untested.schnetter2003-05-07
* Remove outdated version.schnetter2003-05-05