aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbentivegna <bentivegna@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-10-24 22:11:15 +0000
committerbentivegna <bentivegna@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2012-10-24 22:11:15 +0000
commitcc58419b92be7dff769e9617df6fab507cec674b (patch)
tree7d9db84f928a026dfed0c24ac316e08451971210 /param.ccl
parent619a5b93843da4cdd2e5c0f2fd668d72589f4783 (diff)
Introduce a parameter to choose whether MoL applies
boundary conditions (and synchronization, and prolongation) to the initial data. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@181 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e82dd07..43a1fd4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -220,3 +220,7 @@ KEYWORD verbose "How verbose should MoL be?"
"register" :: "List the variables registered as well"
"extreme" :: "Everything you never wanted to know"
} "normal"
+
+BOOLEAN set_ID_boundaries "Should boundaries be overwritten (via synchronization, prolongation, boundary conditions) by MoL?"
+{
+} "yes"