aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-04-03 23:53:33 +0000
committerallen <allen@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>1999-04-03 23:53:33 +0000
commit7a442cbe3519c63b16625669adf8762b8dc13f46 (patch)
tree84129313a07ce75d4644b96bcad07e6c0f98736e /schedule.ccl
parent51be1d6dfe911927fae985f3fd8a1d25cc3d2d4d (diff)
CactusBase is of course a totally inappropriate place to put the
constraints, so I'll try again ... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@2 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..e929eff
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,26 @@
+if (constraints_persist)
+{
+ STORAGE: ADMconstraints
+ schedule ADMConstraints at CCTK_POSTSTEP
+ {
+ LANG: Fortran
+ COMMUNICATION: ADMconstraints
+ } "Evaluate constraints for use in other routines"
+}
+else
+{
+ schedule ADMConstraints at CCTK_ANALYSIS
+ {
+ LANG: Fortran
+ STORAGE: ADMconstraints
+ COMMUNICATION: ADMconstraints
+ }"Evaluate Constraints"
+}
+
+
+
+
+
+
+
+