aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..01d1e96
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,18 @@
+# Parameter definitions for thorn StaticConformal
+# $Header$
+
+shares: ADMBase
+
+EXTENDS KEYWORD metric_type
+{
+ "static conformal" :: "Metric is conformal with static conformal factor, extrinsic curvature is physical"
+}
+
+private:
+
+KEYWORD conformal_storage "How much conformal storage do we have ?"
+{
+ "factor" :: "Just the conformal factor"
+ "factor+derivs" :: "Conformal factor plus first derivatives"
+ "factor+derivs+2nd derivs" :: "Conformal factor plus first and second derivatives"
+} "factor+derivs+2nd derivs"