aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 9 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index f9f45f5..40e1c79 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -194,6 +194,7 @@ CCTK_REAL RKBetaCoefficients TYPE=ARRAY DIM=1 SIZE=MoL_Intermediate_Steps DISTRI
CCTK_INT MoL_Counters TYPE = SCALAR
{
MoL_Intermediate_Step
+ MoL_Stepsize_Bad
} "The counter for the time integration method"
CCTK_REAL MoL_Original_Time TYPE = SCALAR
@@ -221,6 +222,13 @@ CCTK_REAL ArraySandRScratchSpace TYPE = ARRAY DIM = 1 SIZE = MoL_Max_Evolved_Arr
#CCTK_COMPLEX ComplexArraySandRScratchSpace TYPE = ARRAY DIM = 1 SIZE = MoL_Max_Evolved_ComplexArray_Size Timelevels = 1
-#Error vector for RK45
+#Error vector and scalars for RK45
CCTK_REAL ErrorEstimate[MoL_Num_Evolved_Vars] TYPE=GF Timelevels = 1 tags='Prolongation="None"'
+
+CCTK_REAL ErrorScalars TYPE=SCALAR
+{
+ Error
+ Count
+ EstimatedDt
+} "Global error estimate"