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, 11 insertions, 8 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 23f1b3f..73a2865 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -25,20 +25,23 @@
\abstract{
This thorn provides processor-local interpolation of
- 1-D, 2-D, and 3-D data arrays. It provides several
- different interpolators, and supports both the older
- \verb|CCTK_InterpLocal()| API, and the newer
- \verb|CCTK_InterpLocalUniform()| and
- \verb|CCTK_InterpLocalNonUniform()| APIs.
+ 1-D, 2-D, and 3-D data arrays. It provides interpolators
+ for both the older \verb|CCTK_InterpLocal()| API, and the
+ newer \verb|CCTK_InterpLocalUniform()| APIs.
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
-This thorn provides processor-local interpolation of 1, 2, and 3-D
-arrays. At present there are 2~interpolators provided (we hope to
-add other interpolators soon):
+% replicate abstract since it disappears from Thorn Guide
+This thorn provides processor-local interpolation of
+1-D, 2-D, and 3-D data arrays. It provides interpolators
+for both the older \verb|CCTK_InterpLocal()| API, and the
+newer \verb|CCTK_InterpLocalUniform()| APIs.
+
+At present there are 2~interpolators provided (we hope to add other
+interpolators in the future):
\begin{description}
\item[Uniform Cartesian]
This is the local interpolator which used to live