aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/helpers.cc
Commit message (Expand)AuthorAge
* Carpet: Provide function GetRefinementLevelErik Schnetter2007-11-03
* Carpet: Add aliased function GetCoordRangeErik Schnetter2007-06-14
* Carpte: Document poisoning betterErik Schnetter2007-05-30
* Carpet: Implement cell centeringErik Schnetter2007-01-13
* Carpet: Add aliased function QueryProlongating()Erik Schnetter2006-05-09
* Carpet: Make Carpet::Abort call exit instead of abort.Erik Schnetter2006-06-13
* Carpet: Use #ifdef HAVE_CCTK_* instead of #ifdef CCTK_*Erik Schnetter2006-06-13
* Carpet: helpers, comm, goodcommErik Schnetter2005-11-19
* Carpet: Change dist::comm to dist::comm()Erik Schnetter2005-11-19
* Carpet: Pass MPI communicators as pointers instead of intsErik Schnetter2005-08-26
* Carpet: Allow multi-model simulationsErik Schnetter2005-08-25
* global: Replace "&&" and "||" by "and" and "or"Erik Schnetter2005-02-01
* global: Remove $Header$ keywords from Carpet arrangementErik Schnetter2005-01-01
* Carpet: Use new style instead of old style C++ headersErik Schnetter2004-12-25
* Remove CVS header tagsErik Schnetter2004-09-18
* Test for NULL communicator in Abort().tradke2004-07-08
* Add functions to access the MPI data type corresponding to the realschnetter2004-06-16
* Make Carpet ready for multiple patches.schnetter2004-05-21
* Use CCTK_INT instead of int for aliased functions.schnetter2004-04-04
* Import the recently announced changes:schnetter2004-01-25
* 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
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make checksumming and poisoning work again.schnetter2003-08-10
* Fix the casing of the postrestrict group to PostRestrict. Update allschnetter2003-07-20
* 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
* 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
* Poison: Check storage of GFs and GAs differently.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
* Add dummy return statements to silence the compiler.schnetter2003-05-02
* SetupGH.cc: Give more veryverbose screen output before regridding.schnetter2003-04-30
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Adapt to recent changes in CarpetLib: grid function shapes do not anyschnetter2002-10-14
* Adapted to the recent changes in CarpetLib.schnetter2002-09-25
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Fixed more bugs setting the layout of scalars and arrays.schnetter2002-06-07
* Set grid extents of scalars and arrays correctly.schnetter2002-06-06
* Arrays and scalars are now treated differently. There is now only oneschnetter2002-06-05
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Added stream input routines for some CarpetLib containers.schnetter2002-03-11
* Allow passing 0 (NULL) to MyProc and nProcs, as might be done during startup.schnetter2002-01-14
* Made multiple multigrid levels for the special case of a singleschnetter2002-01-09
* Further changes to make Carpet work with multiple multigrid levels.schnetter2002-01-09
* Cleaned up the code to make it work with multiple multigrid levelsschnetter2002-01-09