aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-04-26 10:28:39 +0000
committergoodale <goodale@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2002-04-26 10:28:39 +0000
commit585a774f1c79de35f9906a70b6cf3a16528d7cd3 (patch)
treed1a55b964b03ca34dcc770f17eaf144aeb07a6fa /schedule.ccl
parent76d8dc83f400aee0049ddb3ce50f7330c0fbd5f7 (diff)
Converted to new ADMBase, StaticConformal, ADMMacros scheme.
Will give a warn 0 if metric_type is "static conformal" but the initial data has not provided second derivatives of the conformal factor. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@63 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 650e61b..7a33dd3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,3 +1,18 @@
+
+# Make sure there is storage for the conformal state flag
+# so we can use it irrespective of metric_type
+storage: conformal_state
+
+schedule ADMConstraints_ParamCheck at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Check that we can deal with this metric_type and have enough conformal derivatives"
+
+schedule ADMConstraints_ConformalCheck at CCTK_POSTINITIAL
+{
+ LANG: C
+} "Set conformal_state to 0 for physical, or check that it is at least 3"
+
schedule ADMConstraint_InitSymBound at CCTK_BASEGRID
{
LANG: Fortran