aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 10:40:15 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 10:40:15 +0000
commit09e5814b0e042501002ff362e58096079dff26a2 (patch)
tree3bfeba942343ad790f54fa6cb65a84fdffdc1914 /param.ccl
parent0c16d8529f3489f94dcfa00d188b09d6c805b5e7 (diff)
Symmetry registration and boundary condition is moved from Einstein to
here. Reworked the grid routines to allow grid points to be on the axes depending on the parameter no_origin (defaults to not on the origin). Added more parameter checking git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@30 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 222574a..60a0873 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,14 @@
# Parameter definitions for thorn CartGrid3D
# $Header$
+private:
+
+LOGICAL no_origin "Don't place grid points on the coordinate origin/axes"
+{
+ : ::
+} "yes"
+
+
protected:
REAL dx "Coarse grid spacing in x-direction"