aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-07-03 11:07:13 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2002-07-03 11:07:13 +0000
commitfea5dd43a562586d6442f4fd83f356f171b6f87f (patch)
tree0f9a4707a2e7633e50558f2bce0b05432a32ab46 /schedule.ccl
parenteb93b608dab362d37a8f91345a6561d23630b5f7 (diff)
Added a routine to read in 3D data. Added some parameters to support
that. Scheduled the routine at CCTK_PRESTEP. This is only the first pass of this. I Also need to schedule someting at CCTK_INITIAL to avoid having to set some arbitrary initial data, that then gets overwritten. I need to add some error checking as well. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@29 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d2fffb9..89bef40 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,6 +24,12 @@ schedule EHFinder_Init at CCTK_POSTINITIAL
SYNC: level_set
} "Setup the initial surface"
+# Read in the data used in reconstructing the 4-metric
+
+schedule EHFinder_ReadData at CCTK_PRESTEP
+{
+ LANG: Fortran
+} "Read in metric, lapse and shift and conformal factor"
# Register the level_set function and its right hand side source with MoL