aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl44
1 files changed, 19 insertions, 25 deletions
diff --git a/param.ccl b/param.ccl
index e15a570..5a751ca 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,7 +1,6 @@
-# Parameter definitions for thorn pugh
+# Parameter definitions for thorn PUGH
# $Header$
-
shares: cactus
USES KEYWORD terminate
@@ -16,7 +15,25 @@ USES REAL max_runtime
USES BOOLEAN terminate_next
############################# Restricted Parameters #########################
+restricted:
+
+BOOLEAN periodic "Periodic boundary conditions"
+{
+} "no"
+BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
+{
+} "yes"
+
+BOOLEAN periodic_y "Periodic boundary conditions in y-direction"
+{
+} "yes"
+
+BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
+{
+} "yes"
+
+############################# Private Parameters ############################
private:
INT global_nx "The size of the grid in the x direction"
@@ -59,28 +76,6 @@ INT ghost_size "The width of the ghost zone in each direction"
-1:* :: "Any positive number to override the ghost_size_[xyz] parameters"
} -1
-restricted:
-
-BOOLEAN periodic "Periodic boundary conditions"
-{
-} "no"
-
-BOOLEAN periodic_x "Periodic boundary conditions in x-direction"
-{
-} "yes"
-
-BOOLEAN periodic_y "Periodic boundary conditions in y-direction"
-{
-} "yes"
-
-BOOLEAN periodic_z "Periodic boundary conditions in z-direction"
-{
-} "yes"
-
-
-############################# Private Parameters ############################
-private:
-
KEYWORD info "Provide additional information about what PUGH is doing"
{
"none" :: "No extra information"
@@ -290,4 +285,3 @@ BOOLEAN overloadquerygroupstorageb "Overload QueryGroupStorageB driver function"
BOOLEAN overloadgroupdynamicdata "Overload GroupDynamicData driver function"
{
} "yes"
-