aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex19
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c932425..8d4da84 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -110,29 +110,18 @@ of interpolation points.
\section{Introduction}
This thorn provides processor-local interpolation, using the interpolation
-operators
-\begin{verbatim}
- "first-order uniform cartesian"
- "second-order uniform cartesian"
- "third-order uniform cartesian"
-\end{verbatim}
-for the old Cactus interpolation API \verb|CCTK_InterpLocal()| and
+operator
\begin{verbatim}
"uniform cartesian"
\end{verbatim}
-for the new Cactus interpolation API \verb|CCTK_InterpLocalUniform()|.
+for the Cactus local interpolation API \verb|CCTK_InterpLocalUniform()|.
(Note that the word ``{\tt cartesian}'' is in lower case here!)
It supports 1, 2, and 3-dimensional interpolation.
-Although the \verb|CCTK_InterpLocal()| API supports both uniform
-and nonuniform grids for the input data, the present implementation
-assumes a uniform grid (and silently gives wrong results for a
-nonuniform grid).
-
See the Cactus User's Guide ``Full Description of Functions''
-appendix for a full description of the \verb|CCTK_InterpLocalUniform()| and
-\verb|CCTK_InterpLocal()| APIs, and some examples of how to use it.
+appendix for a full description of the \verb|CCTK_InterpLocalUniform()| API,
+and some examples of how to use it.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%