aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Small optimisation: substitute division by multiplication with the inverse.tradke2005-08-29
* Provide a new schedule bin MoL_RHSBoundaries:hawke2005-05-09
* Check that a constrained GF may have more than one timelevel beforehawke2005-05-04
* fix a multiply-defined latex label (CactusBase_MoL_eq:rk2)jthorn2005-03-30
* As per my proposal injthorn2005-03-30
* Correct a bug in the registration routines; if a variable washawke2005-03-30
* Make the warning message about calling the registration too early morehawke2005-02-01
* Forgot to commit the schedule.ccl with last commit.hawke2005-02-01
* Catch the case where people that didn't read the documentationhawke2005-01-31
* Adaptive step size control using RK45. Due to Erik Schnetter.hawke2005-01-27
* Initialize some of the grid scalars as early as possible. These arehawke2005-01-07
* Add missing #include <stdio.h> and #include <stddef.h> statementsschnetter2004-12-29
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
* Tighten error checking when changing variable type. Certain no-op operations ...hawke2004-10-15
* Correct some warning statementsyye002004-10-11
* committing the patch sent by Ian Hawke to ChangeType.cyye002004-10-05
* Runge-Kutta (Fehlberg) 45 with error estimation.hawke2004-09-06
* AlphaThorns -> CactusBase in document labels and references.hawke2004-07-06
* Add the Classic RK3 method (as a generic method, so use Generic_Type).hawke2004-07-01
* Update CCTK_FILEVERSION macros to CactusBase.hawke2004-07-01
* Make MoL independent of dimensions for GFs.hawke2004-06-23
* If the new keyword parameter 'verbose' is set to 'register' thenhawke2004-06-21
* A few documentation fixes.hawke2004-06-09
* Remove extraneous variable names to avoid CST warnings.hawke2004-05-12
* Requires Thorns -> Requires.hawke2004-04-28
* Fix memory leak. Hint to self: NEVER use group names when trying tohawke2004-04-21
* Setup RKCoefficients in global mode.hawke2004-04-21
* One more time; change the storage statements for permanent arrayhawke2004-04-05
* Switch the order of warning messages and arrays accesses so that you get the ...hawke2004-04-02
* Reduce warning for not provided aliased function to level 4.hawke2004-04-02
* The bug that will not die; another storage statement that tries to switch on ...hawke2004-03-30
* Forgot to remove inclusion of Carpet header files.hawke2004-03-30
* Correct the prototype of the Carpet aliased function.hawke2004-03-29
* Use the aliased function to en/dis able prolongation instead of linking direc...hawke2004-03-29
* Include Carpet header fileschnetter2004-03-23
* Initialise the RHS with zero before scheduling the physics routines.schnetter2004-03-23
* Remove LANG specifiers for scheduled groups.schnetter2004-03-23
* Convert to int before printing with %dschnetter2004-03-23
* Schedule the registration routines in WRAGH instead of INITIAL.schnetter2004-03-23
* Run the MoL_PostStep group also in the postinitial bin.schnetter2004-03-10
* Correct a bug in storing the scratch space levels. This will fix RK4.hawke2004-02-28
* Rewrite the storage statements so that (hopefully) there is never ahawke2004-02-27
* Nasty bugs in the save and restore variables.hawke2004-01-16
* Forgot to commit schedule.ccl for last change. Add configuration.ccl.hawke2004-01-12
* Erik's changes to do general dissipation adding.hawke2004-01-12
* Correct the way that the FillAllTimelevels routine works, now thathawke2003-12-09
* Correct all the warning messages in the registration functions.hawke2003-12-05
* Check that we don't try to allocate zero size arrays.hawke2003-11-19
* Stupid bug in change variables to constrained type.hawke2003-11-11
* Postrestrict is now a bin.schnetter2003-11-05