aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-21 09:12:14 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-05-21 09:12:14 +0000
commitf3a2829b5b32b6fad8383ac16c16ac6c2f58b696 (patch)
tree19a58318d2bcb7f95ecf044e5713453d9bff0bea /schedule.ccl
parent7e9dff2f70bd9950b27092e816f9a3cc14ff3582 (diff)
Add support for evolving complex GFs and (real and complex) GAs.
Only works with ICN or RK2 for now - in fact this commit may break the generic RK methods temporarily. Note the documentation isn't quite right - there's no longer a seperate function for each different type... git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@12 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 70e3938..a14a2dd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,6 +15,12 @@ if (MoL_Memory_Always_On)
{
STORAGE: ScratchSpace
STORAGE: SandRScratchSpace
+ STORAGE: ComplexScratchSpace
+ STORAGE: ComplexSandRScratchSpace
+ STORAGE: ArrayScratchSpace
+ STORAGE: ArraySandRScratchSpace
+ STORAGE: ComplexArrayScratchSpace
+ STORAGE: ComplexArraySandRScratchSpace
}
############################################################
@@ -101,6 +107,12 @@ schedule GROUP MoL_Evolution AT Evol
LANG: C
STORAGE: ScratchSpace
STORAGE: SandRScratchSpace
+ STORAGE: ComplexScratchSpace
+ STORAGE: ComplexSandRScratchSpace
+ STORAGE: ArrayScratchSpace
+ STORAGE: ArraySandRScratchSpace
+ STORAGE: ComplexArrayScratchSpace
+ STORAGE: ComplexArraySandRScratchSpace
} "A single Cactus evolution step using MoL"
######################################################