aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-01-24 19:55:43 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-01-24 19:55:43 +0000
commit13ce8affa4d740cb44201a2da7f9a3499d71082e (patch)
tree2263b2722f34a8fb3c844bd60813a7f4d426b678 /schedule.ccl
parentc051ea5a424e578271c17b90f769167eaac0ed36 (diff)
Second pass at finding points on the level set surface. It now uses
grid arrays and works in parallel. Still needs to be generalized to work in other modes than full mode and an algorithm has to be implemented to figure out how many surfaces are actually present in the level set function. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@78 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 8cf7384..336f55b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -15,6 +15,7 @@ else
STORAGE: ftmp_set
STORAGE: level_bak
STORAGE: mask_bak
+ STORAGE: surface_arrays
}
# Check for metric_state
@@ -78,7 +79,7 @@ schedule EHFinder_Integrate at CCTK_ANALYSIS after EHFinder_FindSurface
schedule EHFinder_FindSurface at CCTK_ANALYSIS
{
LANG: Fortran
- STORAGE: eh_area
+ STORAGE: eh_area, surface_tmp_arrays, surface_int_array
TRIGGER: eh_area
} "Find Surface"