aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-07-05 10:34:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-07-05 10:34:00 +0000
commite4d40fcc5755c9ad5bcfd995228efdd55b0f4d62 (patch)
tree929f095b573851c7d3c45d15cc212b8e84592518 /Carpet
parentae640390dc8dd102526bfacbe43c7b4b4b67a567 (diff)
Carpet: Make grid size steerable on recovery
Make grid size steerable on recovery. This makes sense when the processor-local grid size is specified. darcs-hash:20050705103447-891bb-0403063c5d80d8dcadd469d5d76a1b1828b58abd.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/param.ccl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 8e8f685fe..1e33473d0 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -23,22 +23,23 @@ BOOLEAN domain_from_coordbase "Use the domain description from CoordBase"
-CCTK_INT global_nx "Grid size in x direction"
+
+CCTK_INT global_nx "Grid size in x direction" STEERABLE=recover
{
0:* :: "must be nonnegative"
} 10
-CCTK_INT global_ny "Grid size in y direction"
+CCTK_INT global_ny "Grid size in y direction" STEERABLE=recover
{
0:* :: "must be nonnegative"
} 10
-CCTK_INT global_nz "Grid size in z direction"
+CCTK_INT global_nz "Grid size in z direction" STEERABLE=recover
{
0:* :: "must be nonnegative"
} 10
-CCTK_INT global_nsize "Grid size in each spatial direction"
+CCTK_INT global_nsize "Grid size in each spatial direction" STEERABLE=recover
{
0:* :: "must be nonnegative"
-1 :: "use the per-dimension parameters"