summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 08:54:32 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 08:54:32 +0000
commitd8a0c18b41f3e8a8382185e918c066a74340653b (patch)
tree1d9baa3de3ca18dea881974cea0494101c31fb23 /doc
parent770f21df1a845efd3ec26e604b027b2c995261cb (diff)
note that the flesh coordinate APIs are deprecated and will probably
be phased out soon; suggest that new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3888 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/ThornWriters.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index c5e94c6a..3d5ff785 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -2181,6 +2181,11 @@ of the name string may be necessary for calling C routines from Fortran.
\subsection{Registering Coordinates and Coordinate Properties}
+\textbf{The APIs described in this section are deprecated, and will
+probably be phased out fairly soon.
+New code should use the APIs provided by the \texttt{CoordBase} thorn
+instead (this lives in \texttt{CactusBase} arrangement).}
+
Coordinate systems and their properties can be registered at any time with the Flesh.
The registration utilities for thorns providing coordinates are:
\begin{Lentry}
@@ -2258,6 +2263,11 @@ ierr = CCTK_CoordRegisterPhysIndex(cctkGH, loweri, upperi, -1, "y", "cart3d");
\subsection{Using Coordinates}
+\textbf{The APIs described in this section are deprecated, and will
+probably be phased out fairly soon.
+New code should use the APIs provided by the \texttt{CoordBase} thorn
+instead (this lives in \texttt{CactusBase} arrangement).}
+
The utilities for thorns using coordinates are:
\begin{Lentry}