aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-23 15:49:37 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-23 15:49:37 +0000
commitf13c583bfd522ed63bffce984bc113b488314240 (patch)
treea0071f5e93beed48f14d97bebd7f2112105a3e8e /param.ccl
parent0f2c6be3c7e93e0196e9500d99a66ea6c341e2fe (diff)
Shorthands, dxyz xyzmin, xyzmax
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@28 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 13 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index ae26ad4..222574a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -15,6 +15,10 @@ REAL dz "Coarse grid spacing in z-direction"
{
0: ::
} 0.3
+REAL dxyz "Coarse grid spacing in x,y,z-directions"
+{
+ 0: ::
+} 0.3
REAL xmin "Coordinate minimum in x-direction"
{
@@ -28,6 +32,11 @@ REAL zmin "Coordinate minimum in z-direction"
{
: ::
} -1.0
+REAL xyzmin "Coordinate minimum in x,y,z-directions"
+{
+ : ::
+} -1.0
+
REAL xmax "Coordinate maximum in x-direction"
{
: ::
@@ -40,6 +49,10 @@ REAL zmax "Coordinate maximum in z-direction"
{
: ::
} 1.0
+REAL xyzmax "Coordinate maximum in xyz-directions"
+{
+ : ::
+} 1.0
KEYWORD type "Grid type"
{