aboutsummaryrefslogtreecommitdiff
path: root/param.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 /param.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 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d947d14..64299ad 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,6 +3,12 @@
private:
+KEYWORD eh_metric_type "Do we use numerical or analytic metric information"
+{
+ "numerical" :: "Read in metric from numerical data"
+ "analytic" :: "Use external analytic metric"
+} "analytic"
+
KEYWORD initial_f "Initial surface choice"
{
"sphere" :: "spherical surface"
@@ -94,6 +100,11 @@ INT reparametrize_every_approx "Re-parametrize every using approx method"
0: :: "If 0 don't re-parametrize using approx method"
} 10
+INT last_iteration_number "The starting iteration number for the EH_Finder (last iteration number of the simulation)"
+{
+(0: :: "Positive please"
+} 0
+
shares: grid
USES KEYWORD domain