aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
commitceeea059e17832467c9688b14ce226f8ab47e22b (patch)
tree4ee3191b513d60333a3ed452e094249ad3916674 /README
parentd867c60478ca01d2b0c2ec3ee2bcc792f6447b0c (diff)
Update to use CoordBase. Registration of spher3d is deprecated.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@180 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 161a486..58d0a8f 100644
--- a/README
+++ b/README
@@ -10,7 +10,12 @@ provides a method for registering symmetries of Grid Functions
across the grid axes, and a call for applying symmetry boundary
conditions.
-2. Additional information
+CartGrid3d also registers a coordinate system spher3d, under the old
+API, but this is deprecated. Spherical coordinate systems will be
+provided by another thorn in the future.
+
-This thorn currently only works in 3D
+2. Additional information
+This thorn currently only works in 3D, in that it creates 3D grid functions.
+It registers Cartesian coordinate systems of 1, 2, and 3 dimensions.