summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* add comment explaining last commit :)jthorn2004-03-26
* Do not report an error when allocating 0-sized arrays on certainschnetter2004-03-26
* Put macros on one line so that Cactus CPP can deal with themallen2004-03-22
* Replace #if defined () so that the Cactus CPP will work with flesh.allen2004-03-22
* Option strings parsed in CCTK_TraverseString() should now be enclosed in curlytradke2004-03-13
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Declare and define the cctk_convfac member of the cGH structure inschnetter2004-03-03
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* When stripping the directory part off the parameter file name, do notschnetter2004-02-06
* Add cGH entry for the convergence factor.schnetter2004-02-06
* Moved the F90 modules into a new thorn "F90".goodale2004-02-05
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Fix typo in comment.schnetter2004-01-22
* Allows scheduling in the analysis bin without any triggers. Thisschnetter2004-01-21
* Comment out a routine with a really long nameschnetter2004-01-20
* Fixed CCTK_CoordLocalRange() to calculate the local ranges fromtradke2004-01-20
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Add grdoc headersschnetter2004-01-19
* Remove empty fileschnetter2004-01-19
* Print shutdown message before shutting down MPI.schnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Define the type CCTK_POINTER_TO_CONST in Fortran as well.schnetter2004-01-19
* Fix the return values of CactusDefaultGroupStorage{In,De}crease. Theyschnetter2004-01-16
* for the functionjthorn2004-01-16
* add/clarify comments injthorn2004-01-16
* fix a wrong header comment forjthorn2004-01-16
* Fix memory leak in CactusDefaultGroupStorageDecreaseschnetter2004-01-16
* CCTK_{En,Dis}ableGroupStorage return not the number of time levels,schnetter2004-01-16
* Fix typoschnetter2004-01-16
* Print long int value with %ld instead of converting it to intschnetter2004-01-16
* Print WRAGH bin name in schedule treeschnetter2004-01-16
* Fix typoschnetter2004-01-16
* Fixed description for parameter setting Cactus::recovery_mode = "relaxed".tradke2004-01-08
* typo in commentrideout2004-01-07
* Cleanup output of -h command line option.rideout2004-01-07
* Execute routines scheduled at CCTK_RECOVER_VARIABLES ortradke2004-01-07
* Fix a bug in the flesh's timer output for the case when the same routine getstradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Allow CCTK_Group* calls for grid scalars; grid scalars are treated asschnetter2003-10-31
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Use different numerical values for the #defined enum-like constants.schnetter2003-10-27
* Define CCTK_ALL_FACES for up to 7 directions only. This removes #ifschnetter2003-10-15
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
* Print the schedule bin names, enclosed in square brackets, in theschnetter2003-10-13
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* /* flush stdout/stderr and then wait a few seconds before callingtradke2003-10-09