aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@936e0995-0e4f-0410-aade-aa24bf7baf3d>2003-11-05 19:54:16 +0000
committerschnetter <schnetter@936e0995-0e4f-0410-aade-aa24bf7baf3d>2003-11-05 19:54:16 +0000
commit50b4714a8ae88ec9dcf7fdd0c24b28eceb0878f3 (patch)
tree670deef129b8385232b594f8cca1ffa6d45505ed /param.ccl
parentfc0758578cc6f07ab45fb79163b6e4d573374530 (diff)
Add noise to boundary condition.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Noise/trunk@14 936e0995-0e4f-0410-aade-aa24bf7baf3d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 121a38c..ec6a27c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -24,6 +24,15 @@ STRING bc_vars "Variables to modify with noise at boundary"
.* :: "A regex which matches everything"
} ""
+BOOLEAN noise_boundaries[6] "At which boundaries to apply noise"
+{
+} "yes"
+
+INT noise_stencil[3] "Number of boundary points"
+{
+ 0:* :: "0:*"
+} 1
+
REAL amplitude "Maximum absolute value of random data"
{
0: :: "Positive number"