aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl53
1 files changed, 53 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 35efc0d..4967f9c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -67,3 +67,56 @@ BOOLEAN symmetric_y[42] "Reflection symmetry in the y direction"
BOOLEAN symmetric_z[42] "Reflection symmetry in the z direction"
{
} no
+
+
+
+PRIVATE:
+
+# Place a surfaces at a certain location
+
+CCTK_REAL origin_x[42] "Origin for surface"
+{
+ * :: "origin"
+} 0.0
+
+CCTK_REAL origin_y[42] "Origin for surface"
+{
+ * :: "origin"
+} 0.0
+
+CCTK_REAL origin_z[42] "Origin for surface"
+{
+ * :: "origin"
+} 0.0
+
+
+
+BOOLEAN set_spherical[42] "Place surface at a certain radius"
+{
+} no
+
+CCTK_REAL radius[42] "Radius for surface"
+{
+ * :: "radius"
+} 0.0
+
+
+
+BOOLEAN set_elliptic[42] "Place surface at a certain radius"
+{
+} no
+
+CCTK_REAL radius_x[42] "Radius for surface"
+{
+ * :: "radius"
+} 0.0
+
+CCTK_REAL radius_y[42] "Radius for surface"
+{
+ * :: "radius"
+} 0.0
+
+CCTK_REAL radius_z[42] "Radius for surface"
+{
+ * :: "radius"
+} 0.0