aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl34
1 files changed, 31 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index b978863..a24a1a7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,6 +14,31 @@ CCTK_INT nsurfaces "Number of surfaces" STEERABLE=recover
+BOOLEAN auto_res[42] "Automatically determine resolution according to radius and Cartesian resolution"
+{
+} no
+
+
+CCTK_REAL auto_res_ratio[42] "Multiplicative factor by which we want to scale the resolution with respect to Cartesian resolution"
+{
+ 0:* :: ""
+} 2.0
+
+
+KEYWORD auto_res_grid[42] "Choose resolution according to how grids overlap"
+{
+ "fully contained" :: "SF must be fully contained in Cartesian grid"
+ "overlap" :: "SF overlaps with grid"
+ "multipatch" :: "SF potentially overlaps with a spherical mutipatch grid"
+} "fully contained"
+
+
+
+BOOLEAN verbose "Shall I be verbose?"
+{
+} no
+
+
# Default parameter values do not trigger accumulator expressions.
# Therefore the default values here must be large enough for the default
# surface shape.
@@ -31,7 +56,6 @@ CCTK_INT maxnphi "Maximum number of grid points in the phi direction"
} 38
-
CCTK_INT ntheta[42] "Number of grid points in the theta direction" STEERABLE=always #ACCUMULATOR-BASE maxntheta
{
0:* :: "must be at least 3*nghoststheta"
@@ -47,12 +71,12 @@ CCTK_INT nphi[42] "Number of grid points in the phi direction" STEERABLE=always
CCTK_INT nghoststheta[42] "Number of ghost zones in the theta direction" STEERABLE=always #ACCUMULATOR-BASE maxnghoststheta
{
0:* :: ""
-} 1
+} 2
CCTK_INT nghostsphi[42] "Number of ghost zones in the phi direction" STEERABLE=always #ACCUMULATOR-BASE maxnghostsphi
{
0:* :: ""
-} 1
+} 2
@@ -72,6 +96,10 @@ BOOLEAN symmetric_z[42] "Reflection symmetry in the z direction" STEERABLE=alway
PRIVATE:
+
+
+
+
# Place a surfaces at a certain location
CCTK_REAL origin_x[42] "Origin for surface" STEERABLE=always