aboutsummaryrefslogtreecommitdiff
path: root/src/GenericRK.c
Commit message (Expand)AuthorAge
* MoL Updateeschnett2013-01-22
* Remove unused variable declarationshinder2012-11-26
* Parallelise loops with OpenMP.schnetter2008-09-23
* Modification for evolving array variables; change to localhawke2006-08-01
* Fix for evolving arrays on multi-processors with the generic RKhawke2006-07-28
* Remember the variable index of the scratch variables.schnetter2005-12-11
* Add const and restrict qualifiers to the pointers.schnetter2005-12-11
* Replace "MoL" by CCTK_THORNSTRING in calls to CCTK_VWarn.schnetter2005-12-11
* 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
* Correct a bug in storing the scratch space levels. This will fix RK4.hawke2004-02-28
* Formatting changes only.hawke2003-07-24
* Add two methods:hawke2003-07-22
* Take the ScratchSpace pointers from VarIndex instead of making assumptions ab...hawke2003-07-17
* Correctly (?!) evolve the array variables when using the generic RK methods.hawke2003-06-19
* 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 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