aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguzman <guzman@971fb155-194f-0410-9daf-e2eca44e59f5>2002-05-03 13:44:52 +0000
committerguzman <guzman@971fb155-194f-0410-9daf-e2eca44e59f5>2002-05-03 13:44:52 +0000
commit86af674f5b1c74616ba0824681fee8b0dc894bbe (patch)
tree8f3c66ba28a697b5499b36721bc075750d0d18ab
parent2c956ee06c3f288e61ef7edb473dd514bf60d6b0 (diff)
onverted version -> Einstein 2
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/DistortedBHIVP/trunk@23 971fb155-194f-0410-9daf-e2eca44e59f5
-rw-r--r--interface.ccl2
-rw-r--r--param.ccl9
-rw-r--r--schedule.ccl6
3 files changed, 15 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index 06ae487..cbf74c3 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,7 @@
# $Header$
implements: distortedbhivp
-inherits: einstein
+inherits: admbase staticconformal grid admanalysis
private:
diff --git a/param.ccl b/param.ccl
index 3ad9d25..225bfba 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,7 +1,14 @@
# Parameter definitions for thorn DistortedBHIVP
# $Header$
-shares:einstein
+shares: StaticConformal
+
+USES KEYWORD conformal_storage
+
+shares:admbase
+
+USES KEYWORD metric_type
+
EXTENDS KEYWORD initial_lapse
{
diff --git a/schedule.ccl b/schedule.ccl
index 2cb6371..17f5da4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,6 +4,12 @@
if (CCTK_Equals(initial_data,"distortedbh"))
{
STORAGE: sph_to_car_coord, sph_to_car_psi
+
+ schedule DistortedBHIVP_ParamCheck at PARAMCHECK
+ {
+ LANG: C
+ } "Check Parameters"
+
schedule DistortedBHIVP at CCTK_INITIAL
{
LANG: Fortran