aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:25:54 +0000
committerknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:25:54 +0000
commitd47c3dc7324ddc372d3eeeab1366a38064fd70db (patch)
tree9d64f0168f82cbb15fe0e0e83a961e6807c5b5dc /schedule.ccl
use trunc structure
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@53 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
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"
+}