aboutsummaryrefslogtreecommitdiff
path: root/param.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 /param.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 'param.ccl')
-rw-r--r--param.ccl51
1 files changed, 51 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 4e5dfb8..9eba633 100644
--- a/param.ccl
+++ b/param.ccl
@@ -18,6 +18,57 @@ CCTK_INT MoL_Num_SaveAndRestore_Vars "The maximum number of variables to be evol
(0:* :: "Anything non negative. Added to by other thorns."
} 1
+CCTK_INT MoL_Num_ComplexEvolved_Vars "The maximum number of complex variables to be evolved by MoL" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ComplexConstrained_Vars "The maximum number of complex constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ComplexSaveAndRestore_Vars "The maximum number of complex variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Max_Evolved_Array_Size "The maximum total size of any grid arrays to be evolved" ACCUMULATOR = (x+y)
+#ACCUMULATOR = (x>y?x:y)
+{
+ (0:* :: "Anything non negative. Accumulated by other thorns"
+} 1
+
+CCTK_INT MoL_Num_ArrayEvolved_Vars "The maximum number of array variables to be evolved by MoL" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ArrayConstrained_Vars "The maximum number of array constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ArraySaveAndRestore_Vars "The maximum number of array variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ComplexArrayEvolved_Vars "The maximum number of complex array variables to be evolved by MoL" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ComplexArrayConstrained_Vars "The maximum number of complex array constrained variables with timelevels that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
+CCTK_INT MoL_Num_ComplexArraySaveAndRestore_Vars "The maximum number of complex array variables to be evolved outside of MoL but that MoL needs to know about" ACCUMULATOR = (x+y)
+{
+ (0:* :: "Anything non negative. Added to by other thorns."
+} 1
+
CCTK_INT MoL_Num_Scratch_Levels "Number of scratch levels required by the ODE method"
{
0:* :: "Anything non negative"