aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorswhite <swhite@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-05-11 13:51:10 +0000
committerswhite <swhite@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-05-11 13:51:10 +0000
commita6003a455caf4f1d08825a9a1b64ee6ecf225ba3 (patch)
tree08c7502075fd738d8bf37726d680cf28766d2a0a /param.ccl
parentc6c1363c2393f47eb04746c6929e8dfcc119cdc3 (diff)
Applying Erik's patch from the Patchs list 2.12.05
CartGrid3D: Support patches with different grid spacing git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@226 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 5 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 0e43626..463e7aa 100644
--- a/param.ccl
+++ b/param.ccl
@@ -113,10 +113,11 @@ REAL xyzmax "Coordinate maximum in xyz-directions"
KEYWORD type "Grid type"
{
- "box" :: "Box grid from -0.5 to 0.5"
- "byrange" :: "Specify min and max values"
- "byspacing" :: "Specify grid spacings"
- "coordbase" :: "Get specification from CoordBase"
+ "box" :: "Box grid from -0.5 to 0.5"
+ "byrange" :: "Specify min and max values"
+ "byspacing" :: "Specify grid spacings"
+ "coordbase" :: "Get specification from CoordBase"
+ "multipatch" :: "Get specification from MultiPatch"
} "box"
KEYWORD domain "Domain type"