aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add new aliased function MoLNumIntegratorSubsteps, which returns theschnetter2007-09-05
* Correct logic error in parameter checking. Not all RK4 errors wereschnetter2006-12-05
* Theta ICN. Patch from Frank Loeffler.hawke2006-08-24
* Correct the problem with scheduling the "Old Style" Boundaries by running var...hawke2006-08-24
* Make certain not to try and allocate a zero sized array.hawke2006-08-04
* Modification for evolving array variables; change to localhawke2006-08-01
* Fix for evolving arrays on multi-processors with the generic RKhawke2006-07-28
* "Old boundary" interface, as provided by Yosef Zlochower.hawke2006-07-28
* Efficient RK4, as provided by Yosef Zlochower.hawke2006-07-28
* Implement RK45 Cash-Karp integrator in MoL.schnetter2006-02-19
* Peter Diener's RK65 and RK87 adaptive timestep integrators.hawke2006-01-23
* Remember the variable index of the scratch variables.schnetter2005-12-11
* Add const and restrict qualifiers to the pointers.schnetter2005-12-11
* Handle CCTK_SCALAR in the same way as CCTK_ARRAY. Previously,schnetter2005-12-11
* Replace "MoL" by CCTK_THORNSTRING in calls to CCTK_VWarn.schnetter2005-12-11
* Correct critical error in the RK45 time integrator.schnetter2005-12-11
* Replace "MoL" in CCTK_VWarn by CCTK_THORNSTRING.schnetter2005-12-11
* Replace "MoL" in CCTK_VWarn by CCTK_THORNSTRING.schnetter2005-12-11
* Correct error in calculating the number of grid points for the Countschnetter2005-11-22
* Small optimisation: substitute division by multiplication with the inverse.tradke2005-08-29
* Check that a constrained GF may have more than one timelevel beforehawke2005-05-04
* 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
* 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
* 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
* 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
* Fix memory leak. Hint to self: NEVER use group names when trying tohawke2004-04-21
* 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
* Forgot to remove inclusion of Carpet header files.hawke2004-03-30
* 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
* Convert to int before printing with %dschnetter2004-03-23
* Correct a bug in storing the scratch space levels. This will fix RK4.hawke2004-02-28
* Nasty bugs in the save and restore variables.hawke2004-01-16
* 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