aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl20
1 files changed, 20 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..a7123ee
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,20 @@
+#schedule.ccl for thorn Multipole
+
+if (enable_test)
+{
+ STORAGE: harmonics[1]
+}
+
+schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia)
+{
+ LANG: C
+ OPTIONS: GLOBAL
+} "Calculate Multipoles"
+
+if (enable_test)
+{
+ schedule Multipole_SetHarmonic at CCTK_INITIAL
+ {
+ LANG: C
+ } "Populate grid functions with spherical harmonics"
+}