aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/Cart3dTest/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetAttic/Cart3dTest/schedule.ccl')
-rw-r--r--CarpetAttic/Cart3dTest/schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/CarpetAttic/Cart3dTest/schedule.ccl b/CarpetAttic/Cart3dTest/schedule.ccl
new file mode 100644
index 000000000..fe1e1a5a2
--- /dev/null
+++ b/CarpetAttic/Cart3dTest/schedule.ccl
@@ -0,0 +1,14 @@
+# Schedule definitions for thorn Cart3dTest
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/Cart3dTest/schedule.ccl,v 1.2 2003/11/05 16:18:39 schnetter Exp $
+
+storage: quantities
+
+schedule Cart3dTest_Initial at CCTK_INITIAL
+{
+ LANG: C
+} "Create some interesting initial data"
+
+schedule Cart3dTest_Evolve at CCTK_EVOL
+{
+ LANG: C
+} "Apply symmetry boundary conditions"