aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"
+}
+
+
+
+
+
+
+
+