aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Remove "const" that shouldn't have been there.schnetter2003-10-30
* Add missing #include statement.schnetter2003-10-30
* Add the ability to NaNcheck the RHS GFs.hawke2003-09-04
* Formatting changes only.hawke2003-07-24
* Protect against buffer overruns...hawke2003-07-22
* Add two methods:hawke2003-07-22
* Switch off prolongation in Carpet during evolution - patch from Erik Schnetter.hawke2003-07-21
* Formatting changes and extra debugging statements only.hawke2003-07-18
* Erik Schnetter's implementation of ICN with averaging, so the intermediate st...hawke2003-07-18
* Optionally don't fill all timelevels after initial data is computed (changes ...hawke2003-07-17
* Take the ScratchSpace pointers from VarIndex instead of making assumptions ab...hawke2003-07-17
* Fix an error in the internal arrays for when changing from constrained/SandR ...hawke2003-07-17
* Correct the setting of cctk_time for the generic solvers. Should only affect ...hawke2003-07-08
* Correct a major screw up with the setting of t/dt that was causing the BSSN_M...hawke2003-06-20
* Correctly (?!) evolve the array variables when using the generic RK methods.hawke2003-06-19
* Patch for the new cctk_time / lev / levoffset etc. variables from Erik Schnet...hawke2003-06-19
* Change MoL_ODE_Method parameter to ODE_Method to be consistent with original ...hawke2003-05-25
* Comment or ifdef out complex variable support as Carpet doesn't like it.hawke2003-05-24
* Add support for evolving complex GFs and (real and complex) GAs.hawke2003-05-21
* Change the previous_times array to be a malloc (can't use run time constants ...hawke2003-05-14
* The resetting of t and dt is corrected for the generic methods.hawke2003-04-25
* Change the commented out debugging statements to ifdef'd out.hawke2003-04-25
* Change the fileversion strings and comments from MoL2->MoL (cosmetic).hawke2003-04-24
* The Method of Lines thorn (version 2 - see below).hawke2003-04-23