aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet
Commit message (Expand)AuthorAge
* 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
* 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
* Introduce a parameter to initialise each timelevel separately withschnetter2003-05-21
* 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
* Poison: Check storage of GFs and GAs differently.schnetter2003-05-13
* Handle empty grids.schnetter2003-05-13
* 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
* Call a new scheduling bin "POSTRESTRICT" after restriction. Untested.schnetter2003-05-07
* Remove outdated version.schnetter2003-05-05
* Handle extended local mode.schnetter2003-05-05
* Add a routine to call a schedule group from global mode.schnetter2003-05-02
* Allow component loops in "extented local mode", which is a local modeschnetter2003-05-02
* Add dummy return statements to silence the compiler.schnetter2003-05-02
* Do only warn about missing transfer operators if the group is a grid function.schnetter2003-05-02
* Explicitely convert from double to int.schnetter2003-05-02
* SetupGH.cc: Give more veryverbose screen output before regridding.schnetter2003-04-30
* Do not update the time by repeatedly adding to it, because this leadsschnetter2003-04-07