aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-10-01 11:58:58 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-10-01 11:58:58 -0500
commite3a0d9368f7006790593e1b60ad95e41ca0708e1 (patch)
tree87eb7083ed10f8d77a72eb3b543a967b5f577ef7 /Carpet/CarpetRegrid2/param.ccl
parent262d0cc4d43c61ff6089d175b9b827d3cc98313a (diff)
CarpetRegrid2: Correct default number of refinement levels
Don't allow 0 levels, because this would mean switching off the coarse grid as well.
Diffstat (limited to 'Carpet/CarpetRegrid2/param.ccl')
-rw-r--r--Carpet/CarpetRegrid2/param.ccl40
1 files changed, 20 insertions, 20 deletions
diff --git a/Carpet/CarpetRegrid2/param.ccl b/Carpet/CarpetRegrid2/param.ccl
index f0f044d22..cacdd6d2e 100644
--- a/Carpet/CarpetRegrid2/param.ccl
+++ b/Carpet/CarpetRegrid2/param.ccl
@@ -71,8 +71,8 @@ CCTK_INT num_centres "Number of refinement centres"
CCTK_INT num_levels_1 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_1 "Is this region active?"
{
@@ -120,8 +120,8 @@ CCTK_REAL radius_change_threshold_1 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_2 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_2 "Is this region active?"
{
@@ -169,8 +169,8 @@ CCTK_REAL radius_change_threshold_2 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_3 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_3 "Is this region active?"
{
@@ -218,8 +218,8 @@ CCTK_REAL radius_change_threshold_3 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_4 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_4 "Is this region active?"
{
@@ -267,8 +267,8 @@ CCTK_REAL radius_change_threshold_4 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_5 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_5 "Is this region active?"
{
@@ -316,8 +316,8 @@ CCTK_REAL radius_change_threshold_5 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_6 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_6 "Is this region active?"
{
@@ -365,8 +365,8 @@ CCTK_REAL radius_change_threshold_6 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_7 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_7 "Is this region active?"
{
@@ -414,8 +414,8 @@ CCTK_REAL radius_change_threshold_7 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_8 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_8 "Is this region active?"
{
@@ -463,8 +463,8 @@ CCTK_REAL radius_change_threshold_8 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_9 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_9 "Is this region active?"
{
@@ -512,8 +512,8 @@ CCTK_REAL radius_change_threshold_9 "Minimum change in radius to trigger a regri
CCTK_INT num_levels_10 "Number of refinement levels for this centre"
{
- 0:30 :: ""
-} 0
+ 1:30 :: ""
+} 1
BOOLEAN active_10 "Is this region active?"
{