aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-16 19:19:31 +0000
committergoodale <goodale@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-16 19:19:31 +0000
commit5e844de4a9e482aec8206f24dfcc214e20267219 (patch)
tree75fc38504fe9e8fa3a1c0d56d3dc6860fbc04696 /schedule.ccl
parente0cabd60a58329a78fee053724a99a5cc11c05a0 (diff)
Checking that if shift evolution is exact, initial shift is exact.
Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@69 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9088beb..bccb4fe 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,15 @@
# Schedule definitions for thorn Exact
#######################################################################
+# PARAMCHECK
+#######################################################################
+
+schedule Exact_ParamCheck at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check for sensible parameter combinations"
+
+#######################################################################
# INITIAL DATA
#######################################################################
@@ -52,7 +61,7 @@ if ( (CCTK_Equals(lapse_evolution_method,"exact")) || (CCTK_Equals(shift_evoluti
} "Register slicings"
schedule exactgauge at CCTK_PRESTEP
- {
+ {
LANG: Fortran
} "Set evolution lapse and/or shift from exact solution on a trivial slice"
}