summaryrefslogtreecommitdiff
path: root/src/include/rfr_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rfr_constants.h')
-rw-r--r--src/include/rfr_constants.h70
1 files changed, 35 insertions, 35 deletions
diff --git a/src/include/rfr_constants.h b/src/include/rfr_constants.h
index 1a121183..389f9ca2 100644
--- a/src/include/rfr_constants.h
+++ b/src/include/rfr_constants.h
@@ -10,56 +10,56 @@
/* $Id$ */
/* Be careful changing ordering. Look at tree in rfrInitialize before you do! */
-#define CACTUS_PARAMCHECK 0
-#define CACTUS_BASEGRID 1
+#define CCTK_PARAMCHECK 0
+#define CCTK_BASEGRID 1
-#define CACTUS_RECOVER 5
+#define CCTK_RECOVER 5
/* Be sure to keep the INITIAL*, POSTSTEP*, etc... contiguous */
-#define CACTUS_INITIAL0 10
-#define CACTUS_INITIAL 11
-#define CACTUS_INITIAL2 12
-#define CACTUS_INITIAL3 13
-#define CACTUS_INITIAL4 14
-#define CACTUS_INITIAL5 15
-#define CACTUS_INITIAL6 16
-#define CACTUS_INITIAL7 17
-#define CACTUS_INITIAL8 18
-#define CACTUS_INITIAL9 19
+#define CCTK_INITIAL0 10
+#define CCTK_INITIAL 11
+#define CCTK_INITIAL2 12
+#define CCTK_INITIAL3 13
+#define CCTK_INITIAL4 14
+#define CCTK_INITIAL5 15
+#define CCTK_INITIAL6 16
+#define CCTK_INITIAL7 17
+#define CCTK_INITIAL8 18
+#define CCTK_INITIAL9 19
-#define CACTUS_CPINITIAL 25
+#define CCTK_CPINITIAL 25
-#define CACTUS_PRESTEP 30
-#define CACTUS_PRESTEP2 31
-#define CACTUS_PRESTEP3 33
-#define CACTUS_PRESTEP4 34
-#define CACTUS_PRESTEP5 35
+#define CCTK_PRESTEP 30
+#define CCTK_PRESTEP2 31
+#define CCTK_PRESTEP3 33
+#define CCTK_PRESTEP4 34
+#define CCTK_PRESTEP5 35
-#define CACTUS_POSTSTEP 40
-#define CACTUS_POSTSTEP2 41
-#define CACTUS_POSTSTEP3 42
-#define CACTUS_POSTSTEP4 43
-#define CACTUS_POSTSTEP5 44
-#define CACTUS_POSTSTEP6 45
-#define CACTUS_POSTSTEP7 46
-#define CACTUS_POSTSTEP8 47
-#define CACTUS_POSTSTEP9 48
-#define CACTUS_POSTSTEP10 49
+#define CCTK_POSTSTEP 40
+#define CCTK_POSTSTEP2 41
+#define CCTK_POSTSTEP3 42
+#define CCTK_POSTSTEP4 43
+#define CCTK_POSTSTEP5 44
+#define CCTK_POSTSTEP6 45
+#define CCTK_POSTSTEP7 46
+#define CCTK_POSTSTEP8 47
+#define CCTK_POSTSTEP9 48
+#define CCTK_POSTSTEP10 49
-#define CACTUS_EVOL 60
+#define CCTK_EVOL 60
-#define CACTUS_BOUND 70
+#define CCTK_BOUND 70
-#define CACTUS_CHECKPOINT 75
+#define CCTK_CHECKPOINT 75
-#define CACTUS_ANALYSIS 80
+#define CCTK_ANALYSIS 80
-#define CACTUS_TERMINATE 90
+#define CCTK_TERMINATE 90
-#define CACTUS_CONVERGENCE 100
+#define CCTK_CONVERGENCE 100
/* This shouldn't be here, but need it externally visable. */