aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 7046d33..764a822 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,2 +1,24 @@
# Schedule definitions for thorn HydroAnalysis
+STORAGE: Hydro_Analysis_rho_max
+STORAGE: Hydro_Analysis_rho_max_loc
+
+schedule group Hydro_Analysis AT POSTSTEP
+{
+} "Group for Hydro_Analysis routines"
+
+schedule Hydro_Analysis_GlobalReduction IN Hydro_Analysis
+{
+ LANG: C
+ OPTIONS: global
+} "Compute the global reduction results"
+
+if (Hydro_Analysis_rho_max_search)
+{
+ schedule Hydro_Analysis_LocationSearch IN Hydro_Analysis AFTER Hydro_Analysis_GlobalReduction
+ {
+ LANG: C
+ OPTIONS: global loop-local
+ } "Look for the location of the maximum density"
+}
+