aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64192d1..0a72b61 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,7 @@
# $Header$
implements: rotatingdbhivp
-inherits: einstein ellbase
+inherits: admbase staticconformal grid admanalysis
private:
diff --git a/param.ccl b/param.ccl
index 5014d7c..5dc3fc1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,13 @@
# Parameter definitions for thorn RotatingDBHIVP
# $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 9595321..7e26693 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,6 +4,12 @@
if (CCTK_Equals(initial_data,"rotatingdbh"))
{
STORAGE: sph_to_car_coord, sph_to_car_psi
+
+ schedule RotatingDBHIVP_ParamCheck at PARAMCHECK
+ {
+ LANG: C
+ } "Check Parameters"
+
schedule RotatingDBHIVP at CCTK_INITIAL
{
LANG: Fortran