aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>1999-09-25 10:34:45 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>1999-09-25 10:34:45 +0000
commit8448c19709c000e089723e276c871563f278b2dd (patch)
tree9ad226574a910f24367351a24226afb99937a9b8 /schedule.ccl
parent46976958af59db7a29d02472721dc2d281181e34 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@3 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..94bd666
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,12 @@
+
+if (CCTK_Equals(initial_data,"brilldata"))
+{
+ schedule brilldata at CCTK_INITIAL
+ {
+ STORAGE: linearelliptic,brillconf
+ COMMUNICATION: linearelliptic,brillconf
+ LANG: Fortran
+ } "Construct Brill wave initial data"
+}
+
+