aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 3e5f227..c234ae5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -21,6 +21,12 @@ else
STORAGE: eh_area2, eh_centroid2, eh_circumference2
STORAGE: find_surface_status
# STORAGE: surface_index
+ if ( evolve_generators )
+ {
+ STORAGE: generators[2]
+ STORAGE: generators_rhs
+ STORAGE: generators_arrays
+ }
}
# Check for metric_state
@@ -297,6 +303,14 @@ if (CCTK_Equals(mode,"normal"))
LANG: Fortran
} "Calculate the source terms"
+ if ( evolve_generators)
+ {
+ schedule EHFinder_Generator_Sources in MoL_CalcRHS
+ {
+ LANG: Fortran
+ } "Calculate the source terms for the generator evolution"
+ }
+
schedule GROUP EHFinder_PostStep in MoL_PostStep
{
} "Schedule group for symmetry boundaries and syncing"