aboutsummaryrefslogtreecommitdiff
path: root/src/InitialCopy.c
Commit message (Expand)AuthorAge
* Parallelize on the level of variables rather than grid points.HEADmasterAnton Khirnov2022-09-06
* Drop unused crap, optimize.Anton Khirnov2017-06-30
* MoL Updateeschnett2013-01-22
* Parallelise loops with OpenMP.schnetter2008-09-23
* 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
* Add const and restrict qualifiers to the pointers.schnetter2005-12-11
* Replace "MoL" by CCTK_THORNSTRING in calls to CCTK_VWarn.schnetter2005-12-11
* Check that a constrained GF may have more than one timelevel beforehawke2005-05-04
* Add missing #include <stdio.h> and #include <stddef.h> statementsschnetter2004-12-29
* 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
* Initialise the RHS with zero before scheduling the physics routines.schnetter2004-03-23
* Nasty bugs in the save and restore variables.hawke2004-01-16
* Correct the way that the FillAllTimelevels routine works, now thathawke2003-12-09
* Formatting changes only.hawke2003-07-24
* Add two methods:hawke2003-07-22
* 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
* 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