aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 23:18:33 +0000
committerschnetter <schnetter@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2006-04-11 23:18:33 +0000
commit2f625ffa140dcfc915dd0f07eb2784900d7fdb0c (patch)
tree203bcf937a0d581ef90d1b40788186e4fec88d58
parent723aabe5f2be6c5ed454b04dba3e1aa928a8ef07 (diff)
Reorder parameters
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@21 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
-rw-r--r--param.ccl13
1 files changed, 9 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 7e0ea25..00ebb03 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,10 +1,6 @@
#: Parameter definitions for thorn Dissipation
# $Header$
-shares:SpaceMask
-
-USES boolean use_mask
-
restricted:
BOOLEAN verbose "produce log output" STEERABLE=always
@@ -71,6 +67,8 @@ BOOLEAN respect_emask "respect excision mask" STEERABLE=always
{
} "no"
+
+
# Extra dissipation at outer boundary
BOOLEAN extra_dissipation_at_outerbound "increase dissipation at outer boundary" STEERABLE=always
@@ -86,3 +84,10 @@ REAL ob_slope "slope at outer boundary" STEERABLE=always
{
0:* :: "increase dissipation"
} 5
+
+
+
+
+shares: SpaceMask
+
+USES BOOLEAN use_mask