From 2f625ffa140dcfc915dd0f07eb2784900d7fdb0c Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 11 Apr 2006 23:18:33 +0000 Subject: Reorder parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@21 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9 --- param.ccl | 13 +++++++++---- 1 file 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 -- cgit v1.2.3