aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2001-07-04 19:00:09 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2001-07-04 19:00:09 +0000
commit7476adb4f29e08358dd4d4e1bf60fa9e90d4da9c (patch)
tree394867730f387fa59c428c81c6796573d6aef8a0 /param.ccl
parentbb4898d9778932478898e6297c9eac1b388ce900 (diff)
Adding registration of indices for physical range of coordinates.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@140 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 6e03f12..0b9e7b9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,14 @@
# Parameter definitions for thorn CartGrid3D
# $Header$
+shares: driver
+
+USES BOOLEAN periodic
+USES BOOLEAN periodic_x
+USES BOOLEAN periodic_y
+USES BOOLEAN periodic_z
+
+
private:
BOOLEAN no_origin "DEPRECATED: Don't place grid points on the coordinate origin/axes"
@@ -159,3 +167,5 @@ BOOLEAN symmetry_zmax "Symmetry boundary condition on upper z boundary"
{
: :: "Logical"
} "no"
+
+