From f13c583bfd522ed63bffce984bc113b488314240 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 23 Jun 1999 15:49:37 +0000 Subject: Shorthands, dxyz xyzmin, xyzmax git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@28 c78560ca-4b45-4335-b268-5f3340f3cb52 --- param.ccl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'param.ccl') 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" { -- cgit v1.2.3