aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-26 07:48:15 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-26 07:48:15 +0000
commita454628dc04978583a1189f51b62493418b9f48b (patch)
tree1466c2073d017910ac0fe5ca4c53ab0439c3d877 /schedule.ccl
parent5e661dafe7f659025d3417df36ba702ab183e825 (diff)
Changed to use the newest version of MoL. Used its support for evolving
grid arrays to introduce tracking of the generators of the horizon along with the horizon itself. Still needs some work on setting up the initial generators (now it only does one) but first it needs to be tested. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@108 2a26948c-0e4f-0410-aee8-f1d3e353619c
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"