aboutsummaryrefslogtreecommitdiff
path: root/par/bowl.par
diff options
context:
space:
mode:
Diffstat (limited to 'par/bowl.par')
-rw-r--r--par/bowl.par41
1 files changed, 41 insertions, 0 deletions
diff --git a/par/bowl.par b/par/bowl.par
new file mode 100644
index 0000000..7f29253
--- /dev/null
+++ b/par/bowl.par
@@ -0,0 +1,41 @@
+################################################
+# Initial data for bowl spacetime, no evolution
+################################################
+
+# Required thorns
+
+ActiveThorns = "time pugh cartgrid3d einstein adm exact ioascii ioutil iobasic"
+
+# Grid
+
+driver::global_nx = 20
+driver::global_ny = 20
+driver::global_nz = 20
+
+grid::type = "byspacing"
+grid::dxyz = 0.2
+grid::domain = "octant"
+
+cactus::cctk_initial_time = 0.0
+cactus::cctk_itlast = 0
+
+time::dtfac = 0.25
+
+# Initial data
+
+einstein::initial_data = "exact"
+
+exact::exactmodel = "bowl"
+
+# Output
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "einstein::gxx"
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_vars = "einstein::gxx einstein::gyy einstein::gzz"
+
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "einstein::gxx einstein::gyy einstein::gzz"
+
+