From 09e5814b0e042501002ff362e58096079dff26a2 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 28 Jun 1999 10:40:15 +0000 Subject: 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 --- param.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'param.ccl') 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" -- cgit v1.2.3