aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl28
1 files changed, 28 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..9b8bde3
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,28 @@
+# Parameter definitions for thorn IDConstraintViolate
+# $Header$
+
+shares: ADMBase
+
+uses KEYWORD metric_type
+
+extends KEYWORD initial_data
+{
+ "constraint violating gaussian" :: "Constraint violating gaussian"
+}
+
+private:
+
+REAL radius "The radial position of the gaussian waves"
+{
+ 0:* :: "Positive"
+} 0.0
+
+REAL sigma "The sigma for the gaussian wave"
+{
+ 0:* :: "Positive"
+} 0.1
+
+REAL amplitude "The amplitude of the waves"
+{
+ *:* :: "No restriction"
+} 0.001