aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 15:40:08 +0000
committerpollney <pollney@936e0995-0e4f-0410-aade-aa24bf7baf3d>2002-05-16 15:40:08 +0000
commitabda4657ffa44012867ae9b5d0ff5d182dde7cbf (patch)
treeb6845523732e7b7fb0d1c37fc96ee96df9952a94 /param.ccl
parent06041b1249a093127d452f63d5df571e503c1d60 (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@3 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl51
1 files changed, 51 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..95006db
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,51 @@
+# Parameter definitions for thorn IDBrBrPETSc
+# $Header$
+
+#------------------------------------------------------------------------------
+# Private:
+#------------------------------------------------------------------------------
+private:
+
+BOOLEAN noisy_id "Add random noise to initial data"
+{
+} "no"
+
+BOOLEAN noisy_bc "Add random noise to initial data"
+{
+} "no"
+
+STRING noisy_id_vars "Initial data variables to modify with noise"
+{
+ .* :: "A regex which matches everything"
+} ""
+
+STRING noisy_bc_vars "Variables to modify with noise at boundary"
+{
+ .* :: "A regex which matches everything"
+} ""
+
+REAL amplitude "Maximum absolute value of random data"
+{
+ 0: :: "Positive number"
+} 0.000001
+
+
+#------------------------------------------------------------------------------
+# parameters specific to bssn tests (potentially obsolete)
+#------------------------------------------------------------------------------
+BOOLEAN evolveK "Apply randomization to trK"
+{
+} "no"
+
+BOOLEAN evolveShift "Apply randomization to the shift components"
+{
+} "no"
+
+BOOLEAN evolveLapse "Apply randomization to the lapse"
+{
+} "no"
+
+BOOLEAN evolveGamma "Apply randomization to the Gamma components"
+{
+} "no"
+